-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathjsdoc.json
More file actions
34 lines (33 loc) · 878 Bytes
/
jsdoc.json
File metadata and controls
34 lines (33 loc) · 878 Bytes
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
{
"source": {
"include": ["src", "README.md"],
"includePattern": ".js$",
"excludePattern": "(node_modules/|docs)"
},
"plugins": ["plugins/markdown", "plugins/summarize"],
"opts": {
"encoding": "utf8",
"readme": "./doc_index.md",
"destination": "docs/",
"recurse": true,
"verbose": false,
// "template": "node_modules/docdash",
"theme_opts": {
"homepageTitle": "Geotoolbox",
"meta": [
{
"name": "author",
"content": "Nicolas Lambert"
}
],
"displayModuleHeader": true,
"static_dir": ["./img", "./examples"],
"includeFilesListInHomepage": true,
"homepageTitle": "Geotoolbox"
},
"markdown": {
"hardwrap": false,
"idInHeadings": false
}
}
}