-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjsdoc.config.json
40 lines (39 loc) · 1.08 KB
/
jsdoc.config.json
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
35
36
37
38
39
40
{
"tags": {
"allowUnknownTags": ["category", "optional"]
},
"plugins": [
"plugins/markdown",
"node_modules/better-docs/category",
"node_modules/better-docs/typedef-import"
],
"opts": {
"encoding": "utf8",
"destination": "doc/",
"readme": "README.md",
"recurse": true,
"verbose": true,
"tutorials": "guides",
"template": "node_modules/better-docs"
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false,
"search": false,
"default": {
},
"better-docs": {
"name": "SVAWC Documentation",
"title": "SVAWC Documentation",
"css": "readme_files/docstyle.css",
"trackingCode": "<script type='module' src='https://cdn.jsdelivr.net/npm/immers-client/dist/destination.bundle.js?position=bottom-right&role=friends&save=true'></script>",
"hideGenerator": false,
"navLinks": [
{
"label": "Github",
"href": "https://github.com/immers-space/svawc"
}
]
}
}
}