-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjsdoc.json
46 lines (46 loc) · 1.07 KB
/
jsdoc.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
41
42
43
44
45
46
{
"tags": {
"allowUnknownTags": ["category"]
},
"source": {
"include": ["./dist"],
"includePattern": ".js$",
"excludePattern": "(node_modules/|docs)"
},
"plugins": [
"plugins/markdown",
"jsdoc-mermaid",
"node_modules/better-docs/category"
],
"opts": {
"encoding": "utf8",
"destination": "docs/",
"readme": "readme.md",
"recurse": true,
"verbose": true,
"template": "node_modules/better-docs"
},
"templates": {
"cleverLinks": true,
"monospaceLinks": false,
"search": true,
"better-docs": {
"name": "NUBIA DOCS",
"logo": "./public/logo.png",
"title": "NUBIA DOCUMENTATION",
"css": "style.css",
"trackingCode": "tracking-code-which-will-go-to-the-HEAD",
"hideGenerator": false,
"navLinks": [
{
"label": "Github",
"href": "https://github.com/SoftwareBrothers/admin-bro"
},
{
"label": "Example Application",
"href": "https://admin-bro-example-app-staging.herokuapp.com/admin"
}
]
}
}
}