11{
2- "tags" : {
3- "allowUnknownTags" : true ,
4- "dictionaries" : [" jsdoc" ]
5- },
6- "source" : {
7- "include" : [" src" , " package.json" , " README.md" ],
8- "includePattern" : " .js$" ,
9- "excludePattern" : " (node_modules/|docs)"
10- },
11- "plugins" : [
12- " plugins/markdown"
13- ],
14- "templates" : {
15- "cleverLinks" : false ,
16- "monospaceLinks" : true ,
17- "useLongnameInNav" : false ,
18- "showInheritedInNav" : true
19- },
20- "opts" : {
21- "destination" : " ./docs/" ,
22- "encoding" : " utf8" ,
23- "private" : true ,
24- "recurse" : true ,
25- "template" : " ../../node_modules/docdash"
2+ "source" : {
3+ "include" : [" src" , " package.json" , " README.md" ],
4+ "includePattern" : " .(js)$" ,
5+ "excludePattern" : " (node_modules/|docs)"
6+ },
7+
8+ "plugins" : [" plugins/markdown" ],
9+
10+ "opts" : {
11+ "encoding" : " utf8" ,
12+ "readme" : " ./README.md" ,
13+ "tutorials" : " tutorials" ,
14+ "destination" : " docs/" ,
15+ "recurse" : true ,
16+ "verbose" : true ,
17+ "template" : " ./node_modules/clean-jsdoc-theme" ,
18+ "theme_opts" : {
19+ "homepageTitle" : " @dataparty/api - cloud services for the Web3.0 generation" ,
20+ "title" : " @dataparty/api" ,
21+ "sections" : [" Classes" , " Global" , " Tutorials" ],
22+ "default_theme" : " dark" ,
23+ "displayModuleHeader" : true ,
24+ "menu" : [
25+ {
26+ "title" : " Github" ,
27+ "id" : " github" ,
28+ "link" : " https://github.com/datapartyjs/api"
29+ },
30+ {
31+ "title" : " npm" ,
32+ "id" : " npm" ,
33+ "link" : " https://www.npmjs.com/package/@dataparty/api"
34+ }
35+ ],
36+ "meta" : [
37+ {
38+ "name" : " Author" ,
39+ "content" : " dataparty"
40+ },
41+ {
42+ "name" : " Description" ,
43+ "content" : " dependency solving task runner for javascript"
44+ }
45+ ],
46+ "codepen" : {
47+ "enable_for" : [" tutorials" ],
48+ "options" : {
49+ "js_pre_processor" : " babel"
50+ }
51+ },
52+ "footer" : " <div style='margin-bottom: 0.5rem;'>@dataparty/api</div> Fork: <a href='https://github.com/datapartyjs/dataparty-api'>https://github.com/datapartyjs/dataparty-api</a><br>Built by <a href='https://www.dataparty.xyz'>dataparty</a> with 🖤"
2653 }
54+ },
55+
56+
57+ "markdown" : {
58+ "hardwrap" : false ,
59+ "idInHeadings" : true
60+ }
2761}
0 commit comments