-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjsdoc.json
More file actions
61 lines (61 loc) · 1.16 KB
/
jsdoc.json
File metadata and controls
61 lines (61 loc) · 1.16 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
{
"docdash": {
"static": true,
"sort": true,
"sectionOrder": [
"Classes",
"Modules",
"Externals",
"Events",
"Namespaces",
"Mixins",
"Tutorials",
"Interfaces"
],
"disqus": "",
"openGraph": {
"title": "",
"type": "website",
"image": "",
"site_name": "",
"url": ""
},
"meta": {
"title": "",
"description": "",
"keyword": ""
},
"search": true,
"collapse": true,
"wrap": true,
"typedefs": true,
"navLevel": -1,
"private": false,
"removeQuotes": "none",
"scripts": [],
"menu": {
"Project Website": {
"href": "https://github.com/PolyLogiX-Studio/Neos.js",
"target": "_blank",
"class": "menu-item",
"id": "website_link"
},
"Discussions": {
"href": "https://github.com/PolyLogiX-Studio/Neos.js/discussions",
"target": "_blank",
"class": "menu-item",
"id": "forum_link"
},
"Discord": {
"href": "https://discord.gg/6y2A4Pk",
"target": "_blank",
"class": "menu-item",
"id": "discord_link"
}
},
"scopeInOutputPath": true,
"nameInOutputPath": true,
"versionInOutputPath": true
},
"plugins": ["node_modules/jsdoc-tsimport-plugin/index.js"]
}