generated from LizardByte/template-base
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjsdoc.json
More file actions
54 lines (54 loc) · 1.35 KB
/
jsdoc.json
File metadata and controls
54 lines (54 loc) · 1.35 KB
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
{
"source": {
"include": ["src", "README.md"],
"includePattern": ".js$",
"excludePattern": "(node_modules/|docs/build)"
},
"plugins": ["plugins/markdown"],
"opts": {
"encoding": "utf8",
"readme": "./README.md",
"destination": "./_readthedocs/html",
"recurse": true,
"verbose": true,
"template": "node_modules/clean-jsdoc-theme",
"theme_opts": {
"add_scripts": "window.initCrowdIn('LizardByte-docs', null);",
"default_theme": "fallback-dark",
"favicon": "favicon.ico",
"include_css": ["./node_modules/@lizardbyte/shared-web/dist/crowdin-clean-jsdoc-css.css"],
"include_js": ["./node_modules/@lizardbyte/shared-web/dist/crowdin.js"],
"menu": [
{
"title": "Gamepad Tester",
"link": "https://app.lizardbyte.dev/gamepad-tester",
"target": "_blank",
"class": "",
"id": "jekyll-sample"
},
{
"title": "❤ Donate",
"link": "https://app.lizardbyte.dev",
"target": "_blank",
"class": "",
"id": "donate"
}
]
}
},
"markdown": {
"hardwrap": false,
"idInHeadings": true
},
"templates": {
"cleverLinks": true,
"monospaceLinks": false,
"default": {
"staticFiles": {
"include": [
"./docs/static"
]
}
}
}
}