-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathconf.json
37 lines (37 loc) · 969 Bytes
/
conf.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"plugins": [
"plugins/markdown"
],
"recurseDepth": 10,
"source": {
"include": [
"lively.lang",
"lively.components/widgets",
"lively.ast",
"lively.ide",
"lively.collab"
],
"includePattern": "\\.js$",
"excludePattern": "jsdom\\.worker\\.js"
},
"sourceType": "module",
"opts": {
"recurse": true,
"destination": "./docs/",
"tutorials": "./documents",
"template": "node_modules/clean-jsdoc-theme",
"theme_opts": {
"theme": "dark",
"title": "<img src='logo.svg' style='padding: 0px 5px;' />",
"favicon": "favicon.ico"
}
},
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc","closure"]
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false
}
}