-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
38 lines (35 loc) · 976 Bytes
/
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
site_name: Inside-Gothic
nav:
- Home: index.md
- Objects:
- Overview: objects/objects-overview.md
- Vob: objects/vob.md
- Interactive (Mob): objects/mob.md
- Spot: objects/spot.md
- Npc: objects/npc.md
- Item: objects/item.md
- Action Queue: ActionQueue.md
- Rain: Rain.md
- Barrier: barrier.md
- Daily Routine: DailyRoutine.md
- Monster AI: monster-ai.md
- Fight AI: fight-ai.md
- Damage Types: damage.md
- Dialogue System: DialogueSystem.md
- Quest Log: QuestLog.md
- Perceptions: perceptions.md
- Spreading the News: SpreadingTheNews.md
theme:
name: material
logo: images/gothic_custom_icon_by_thedoctor45_d3hszn0-250t.png
palette:
primary: black
markdown_extensions:
- admonition
- codehilite
- footnotes
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:pymdownx.emoji.twemoji
emoji_generator: !!python/name:pymdownx.emoji.to_svg