8000 chore(): docs theme to docdash · js-data/js-data@83a68cc · GitHub
[go: up one dir, main page]

Skip to content

Commit 83a68cc

Browse files
committed
chore(): docs theme to docdash
1 parent 17020d8 commit 83a68cc

File tree

3 files changed

+11
-18143
lines changed

3 files changed

+11
-18143
lines changed

conf.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,22 @@
44
},
55
"plugins": ["plugins/markdown"],
66
"opts": {
7-
"template": "./node_modules/ink-docstrap/template",
7+
"template": "node_modules/docdash",
88
"destination": "./doc/",
99
"recurse": true,
1010
"verbose": true,
1111
"readme": "./README.md",
1212
"package": "./package.json"
1313
},
14+
"docdash": {
15+
"static": true,
16+
"sort": true,
17+
"search": true,
18+
"collapse": true,
19+
"wrap": true,
20+
"typedefs": true,
21+
"navLevel": 3
22+
},
1423
"templates": {
1524
"theme": "jsdata",
1625
"systemName": "js-data",

0 commit comments

Comments
 (0)
0