-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
30 lines (30 loc) · 993 Bytes
/
config.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
{
"title": "Driftwood 2D",
"tagline": "Driftwood 2D Tiling Game Engine and Development Suite",
"author": "Michael D. Reiley & Paul Merrill",
"image": "app.png",
"ignore": {
"files": ["README.md"]
},
"live": {
"clean_urls": true
},
"html": {
"theme": "daux-blue",
"breadcrumbs": true,
"breadcrumb_separator": "Chevrons",
"toggle_code": true,
"date_modified": true,
"float": true,
"inherit_index": true,
"auto_toc": false,
"repo": "seisatsu/Driftwood",
"edit_on_github": "seisatsu/Driftwood/blob/master/docs",
"links": {
"GitHub Repository": "https://github.com/driftwoodwg/Driftwood",
"Download Alpha-0.0.10": "https://github.com/driftwoodwg/Driftwood/releases/tag/Alpha-0.0.10",
"Help/Support/Bugs": "https://github.com/driftwoodwg/Driftwood/issues",
"Made with DAUX.IO": "http://daux.io/"
}
}
}