-
Notifications
You must be signed in to change notification settings - Fork 1
/
jsdoc.json
52 lines (52 loc) · 1.56 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
{
"tags": {
"allowUnknownTags": true
},
"source": {
"include": [
"./src"
],
"includePattern": "\\.tsx?$",
"excludePattern": "(node_modules/|docs|\\.stories\\.|\\.test\\.|fixture)"
},
"plugins": [
"better-docs/component",
"better-docs/category",
"plugins/markdown",
"better-docs/typescript"
],
"opts": {
"encoding": "utf8",
"destination": "docs/",
"recurse": true,
"verbose": true,
"tutorials": "./docs-src/tutorials",
"readme": "./docs-src/home.md",
"template": "node_modules/better-docs"
},
"sourceType": "module",
"templates": {
"cleverLinks": false,
"monospaceLinks": false,
"search": true,
"default": {
"includeDate": false,
"staticFiles": {
"paths": [
"./docs-src/tutorials/static/"
]
}
},
"better-docs": {
"logo": "https://images.assettype.com/quintype-website/2018-10/013e8cbe-92b4-435f-bbbb-3e101efbc99a/quintype_logo.png?w=180",
"title": "AMP Library",
"trackingCode": "<script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');ga('create', 'UA-66074042-1', 'auto');ga('send', 'pageview');</script>",
"navigation": [
{
"label": "Github",
"href": "https://github.com/quintype/amp"
}
]
}
}
}