-
Notifications
You must be signed in to change notification settings - Fork 14
/
docs.json
38 lines (38 loc) · 916 Bytes
/
docs.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
{
"name": "WebStory Engine",
"output": "dist/docs/",
"ignore": [
"dist/",
"node_modules/",
"build/",
"packages/",
"export/"
],
"navigation": {
"Home": "index.md",
"Games": "docs/games.md",
"User Guide": {
"Beginner's Guide": "docs/beginners-guide.md",
"Language Reference": "docs/reference/language.md"
},
"Downloads": "docs/downloads.md",
"Community": "docs/community.md"
},
"code": [
{
"extension": "js",
"language": "javascript",
"comments": [
{
"type": "single",
"start": "//"
},
{
"type": "multiline",
"start": "/*",
"end": "*/"
}
]
}
]
}