-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathjsdoc.config.json
38 lines (37 loc) · 1.03 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
{
"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,
"template": "node_modules/better-docs"
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false,
"search": false,
"default": {
},
"better-docs": {
"name": "immers-client Documentation",
"title": "immers-client Documentation",
"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/immers-client"
}
]
}
}
}