forked from SoftwareBrothers/adminjs-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjsdoc.json
56 lines (56 loc) · 2.02 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
47
48
49
50
51
52
53
54
55
56
{
"tags": {
"allowUnknownTags": ["mermaid", "category", "component"]
},
"source": {
"include": ["./admin-bro/src",
"./admin-bro-hapijs",
"./admin-bro-mongoose",
"./admin-bro-sequelizejs",
"./admin-bro-expressjs"],
"excludePattern": "(node_modules/|docs|app-bundle.js)"
},
"plugins": [
"plugins/markdown",
"jsdoc-mermaid",
"better-docs/category",
"better-docs/component",
"node_modules/jsdoc-typeof-plugin"
],
"opts": {
"encoding": "utf8",
"destination": "docs/",
"readme": "./docs-src/home.md",
"recurse": true,
"verbose": true,
"tutorials": "./docs-src/tutorials",
"template": "better-docs"
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false,
"default": {
"staticFiles": {
"include": [
"./docs-src/statics"
]
}
},
"better-docs": {
"name": "AdminBro Documentation",
"logo": "images/logo.png",
"wrapperComponent": "./docs-src/options/component.jsx",
"trackingCode": "<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-5L24P7Z');</script><!-- End Google Tag Manager -->",
"navigation": [
{
"label": "Github",
"href": "https://github.com/SoftwareBrothers/admin-bro"
},
{
"label": "Example Application",
"href": "https://admin-bro-example-app.herokuapp.com/admin"
}
]
}
}
}