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
68 lines (68 loc) · 1.59 KB
/
jsdoc.json
File metadata and controls
68 lines (68 loc) · 1.59 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"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": ["./dist/crowdin-clean-jsdoc-css.css"],
"include_js": ["./dist/crowdin.js"],
"menu": [
{
"title": "Jekyll Sample",
"link": "jekyll",
"target": "_blank",
"class": "",
"id": "jekyll-sample"
},
{
"title": "Doxygen Sample",
"link": "doxygen/html",
"target": "_blank",
"class": "",
"id": "doxygen-sample"
},
{
"title": "Sphinx Sample",
"link": "sphinx/html",
"target": "_blank",
"class": "",
"id": "sphinx-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"
]
}
}
}
}