forked from mateogianolio/vectorious
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jsdoc.json
45 lines (45 loc) · 1.25 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
{
"tags": {
"allowUnknownTags": false,
"dictionaries": ["jsdoc"]
},
"source": {
"include": ["built", "package.json", "README.md"],
"includePattern": "\\.(jsx|js)$",
"excludePattern": "(node_modules|benchmarks|coverage|dist|docs|examples)"
},
"plugins": ["plugins/markdown"],
"templates": {
"cleverLinks": false,
"monospaceLinks": true,
"default": {
"layoutFile": "docs.tmpl"
}
},
"opts": {
"destination": "./docs/",
"encoding": "utf8",
"private": true,
"recurse": true,
"template": "./node_modules/tidy-jsdoc",
"prism-theme": "prism-custom"
},
"metadata": {
"title": "Vectorious",
"logo": "https://github.com/mateogianolio/vectorious/raw/master/logo.gif"
},
"styles": {
"base-font-size": "16px",
"base-line-height": "1.5",
"body-font": "-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji",
"body-font-size": "16px",
"body-line-height": "1.5",
"text-color": "rgb(36, 41, 46)",
"code-font": "SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace",
"primary-color": "#0E6EB8",
"secondary-color": "#000000",
"nav-title-size": "0",
"nav-width": "240px",
"max-content-width": "auto"
}
}