-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
81 lines (78 loc) · 3.63 KB
/
mkdocs.yml
File metadata and controls
81 lines (78 loc) · 3.63 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
69
70
71
72
73
74
75
76
77
78
79
80
81
site_name: World Domination Software – Documentation
site_description: Documentation, guides, and support resources for WDS applications
site_url: https://World-Domination-Software.github.io/Projects
theme:
name: material
features:
- navigation.instant
- navigation.sections
- navigation.tabs
- navigation.top
- search.highlight
- content.code.copy
plugins:
- search
nav:
- Home: index.md
- Getting Started: getting-started.md
- Applications:
- Index: INDEX.md
- Castle Walls:
- README: applications/castle-walls/README.md
- Overview: applications/castle-walls/Overview.md
- Getting Started: applications/castle-walls/Getting-Started.md
- Gameplay: applications/castle-walls/Gameplay.md
- Implementation Notes: applications/castle-walls/Implementation-Notes.md
- Do Not Shoot Aliens:
- README: applications/do-not-shoot-aliens/README.md
- Overview: applications/do-not-shoot-aliens/Overview.md
- Getting Started: applications/do-not-shoot-aliens/Getting-Started.md
- Gameplay: applications/do-not-shoot-aliens/Gameplay.md
- Implementation Notes: applications/do-not-shoot-aliens/Implementation-Notes.md
- Game Servers Panel:
- README: applications/game-servers-panel/README.md
- Overview: applications/game-servers-panel/Overview.md
- Getting Started: applications/game-servers-panel/Getting-Started.md
- Implementation Notes: applications/game-servers-panel/Implementation-Notes.md
- Hostile Planets:
- README: applications/hostile-planets/README.md
- Overview: applications/hostile-planets/Overview.md
- Getting Started: applications/hostile-planets/Getting-Started.md
- Gameplay: applications/hostile-planets/Gameplay.md
- Game Design Document: applications/hostile-planets/Hostile-Planets-Game-Design.md
- Implementation Notes: applications/hostile-planets/Implementation-Notes.md
- Optimization Protocol:
- README: applications/optimization-protocol/README.md
- Overview: applications/optimization-protocol/Overview.md
- Getting Started: applications/optimization-protocol/Getting-Started.md
- Implementation Notes: applications/optimization-protocol/Implementation-Notes.md
- Pure OPS:
- README: applications/pure-ops/README.md
- Overview: applications/pure-ops/Overview.md
- Getting Started: applications/pure-ops/Getting-Started.md
- Implementation Notes: applications/pure-ops/Implementation-Notes.md
- Van Inventory:
- README: applications/van-inventory/README.md
- Overview: applications/van-inventory/Overview.md
- Getting Started: applications/van-inventory/Getting-Started.md
- Implementation Notes: applications/van-inventory/Implementation-Notes.md
- Roadkill:
- README: applications/roadkill/README.md
- Overview: applications/roadkill/Overview.md
- Getting Started: applications/roadkill/Getting-Started.md
- Gameplay: applications/roadkill/Gameplay.md
- Implementation Notes: applications/roadkill/Implementation-Notes.md
- Space Sim:
- README: applications/space-sim/README.md
- Overview: applications/space-sim/Overview.md
- Getting Started: applications/space-sim/Getting-Started.md
- Gameplay: applications/space-sim/Gameplay.md
- Implementation Notes: applications/space-sim/Implementation-Notes.md
- Multiplayer: multiplayer.md
- Troubleshooting: troubleshooting.md
- Bug Reporting: bug-reporting.md
- FAQ: faq.md
- Roadmap: roadmap.md
- Discussions:
- Community Guide: discussions.md
- Discussion Categories: discussions/categories.md