8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17020d8 commit 83a68ccCopy full SHA for 83a68cc
conf.json
@@ -4,13 +4,22 @@
4
},
5
"plugins": ["plugins/markdown"],
6
"opts": {
7
- "template": "./node_modules/ink-docstrap/template",
+ "template": "node_modules/docdash",
8
"destination": "./doc/",
9
"recurse": true,
10
"verbose": true,
11
"readme": "./README.md",
12
"package": "./package.json"
13
14
+ "docdash": {
15
+ "static": true,
16
+ "sort": true,
17
+ "search": true,
18
+ "collapse": true,
19
+ "wrap": true,
20
+ "typedefs": true,
21
+ "navLevel": 3
22
+ },
23
"templates": {
24
"theme": "jsdata",
25
"systemName": "js-data",
0 commit comments