-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
63 lines (60 loc) · 1.81 KB
/
mkdocs.yml
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
site_name: Endless Horizons - RPG
repo_url: https://github.com/ehrpg
site_author: "@n0la, @johannes-z"
dev_addr: 127.0.0.1:8001
theme: readthedocs
extra_css:
- css/extra.css
- css/font-awesome.min.css
- css/ehicons.css
markdown_extensions:
- admonition
- attr_list
- smarty
- toc:
permalink: True
pages:
- Introduction: 'index.md'
- Character Creation:
- Overview: 'charactercreation/overview.md'
- Abilities: 'charactercreation/abilities.md'
- Secondary Abilities: 'charactercreation/secondary.md'
- Playing the Game:
- Checks and Difficulties: 'playing/checks.md'
- Social Interactions: 'playing/socialinteractions.md'
- Injury and Death: 'playing/injurydeath.md'
- Skills:
- Overview: 'skills/overview.md'
- Available Skills: 'skills/skills.md'
- Perks:
- Overview: 'perks/overview.md'
- Available Perks: 'perks/perks.md'
- Backgrounds:
- Overview: 'backgrounds/overview.md'
- Available Backgrounds: 'backgrounds/backgrounds.md'
- Combat:
- 'combat/overview.md'
- Melee Combat: 'combat/melee.md'
- Ranged Combat: 'combat/ranged.md'
- Thrown Weapons: 'combat/thrown.md'
- 'combat/damage.md'
- Environmental Hazards: 'environment.md'
- Vessels:
- Overview: 'vessels/overview.md'
- Modules: 'vessels/modules.md'
- Rooms: 'vessels/rooms.md'
- Combat: 'vessels/combat.md'
- Equipment: 'vessels/equipment.md'
- Small Vessels: 'vessels/small.md'
- Medium Vessels: 'vessels/medium.md'
- Equipment:
- Overview: 'equipment/overview.md'
- Firearms: 'equipment/firearms.md'
- Apparel: 'equipment/apparel.md'
- Explosives: 'equipment/explosives.md'
- NPCs:
- Overview: 'npcs/overview.md'
- Lawkeepers: 'npcs/lawkeepers.md'
- Pilots: 'npcs/pilots.md'
- Soldiers: 'npcs/soldiers.md'
- Thugs: 'npcs/thugs.md'