Skip to content

Commit 393055a

Browse files
committed
feat: update docs to jsdoc-clean-theme
1 parent 177891e commit 393055a

File tree

17 files changed

+386
-79
lines changed

17 files changed

+386
-79
lines changed

jsdoc-conf.json

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"plugins": ["node_modules/jsdoc-babel", "plugins/markdown"],
33
"babel": {
4-
"plugins": ["@babel/plugin-transform-flow-strip-types"]
4+
"plugins": ["@babel/plugin-transform-flow-strip-types"]
55
},
66
"source": {
7-
"include": ["./README.md", "./src/cloud-code", "./src/Options/docs.js", "./src/ParseServer.js", "./src/Adapters"],
7+
"include": ["src", "README.md"],
88
"excludePattern": "(^|\\/|\\\\)_"
99
},
1010
"templates": {
@@ -17,7 +17,17 @@
1717
"monospaceLinks": false
1818
},
1919
"opts": {
20-
"template": "node_modules/@parse/minami",
21-
"recurse": true
20+
"encoding": "utf8",
21+
"readme": "./README.md",
22+
"recurse": true,
23+
"template": "./node_modules/clean-jsdoc-theme",
24+
"theme_opts": {
25+
"default_theme": "dark",
26+
"title": "Parse Server"
27+
}
28+
},
29+
"markdown": {
30+
"hardwrap": false,
31+
"idInHeadings": true
2232
}
23-
}
33+
}

0 commit comments

Comments
 (0)