-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathjsdoc.json
31 lines (31 loc) · 1.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
{
"source": {
"include": ["index.js", "src"]
},
"sourceType": "script",
"opts": {
"recurse": true,
"template": "node_modules/better-docs",
"readme": "README.md",
"tutorials": "./tutorials"
},
"templates": {
"better-docs": {
"logo": "https://s3.us-east-2.amazonaws.com/assets.buccfer.io/aws-cognito-express/logo_transparent_background_83x83.png",
"name": "aws-cognito-express",
"trackingCode": "<!-- Global site tag (gtag.js) - Google Analytics -->\n<script async src=\"https://www.googletagmanager.com/gtag/js?id=UA-144732690-1\"></script>\n<script>\n window.dataLayer = window.dataLayer || [];\n function gtag(){dataLayer.push(arguments);}\n gtag('js', new Date());\n\n gtag('config', 'UA-144732690-1');\n</script>\n",
"navigation": [
{
"label": "Github",
"href": "https://github.com/buccfer/aws-cognito-express"
}
]
}
},
"tags": {
"allowUnknownTags": ["category"]
},
"plugins": [
"node_modules/better-docs/category"
]
}