-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
72 lines (68 loc) · 1.72 KB
/
mkdocs.yml
File metadata and controls
72 lines (68 loc) · 1.72 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
site_name: Promised Worlds Wiki
site_description: Offical Promised Worlds Wiki
site_url: https://promisedworlds.github.io/PWiki
repo_url: https://github.com/PromisedWorlds/PWiki
repo_name: PWiki
theme:
name: material
features:
- navigation.instant
- navigation.tracking
- navigation.indexes
- toc.follow
- search.highlight
- search.suggest
- content.code.copy
palette:
- scheme: default
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to light mode
nav:
- Home: index.md
- Installation: Installation.md
- Promised Accuracy: Promised Accuracy.md
- Debdeb System:
- System Overview: Debdeb System.md
- Debdeb Celestial Bodies:
- Charr: debdeb/Charr.md
- Ovin: debdeb/Ovin.md
- Gurdamma: debdeb/Gurdamma.md
- Donk: debdeb/Donk.md
- Kevba's Anomaly: debdeb/Kevba.md
- Gup: debdeb/Gup.md
- Lapat: debdeb/Lapat.md
- Axod: debdeb/Axod.md
- Umod: debdeb/Umod.md
- Dorau: debdeb/Dorau.md
- Bis: debdeb/Bis.md
- Tuun System:
- System Overview: Tuun System.md
- Tuun Celestial Bodies:
- Hurr: tuun/Hurr.md
- Rask & Rusk: tuun/Rask-Rusk.md
- Rem: tuun/Rem.md
- Flot: tuun/Flot.md
- Verda: tuun/Verda.md
- Puf: tuun/Puf.md
- Glumo: tuun/Glumo.md
- Noj: tuun/Noj.md
- Merbel: tuun/Merbel.md
- Skut: tuun/Skut.md
- Qeg System:
- System Overview: Qeg System.md
- Changelog: Changelog.md
plugins:
- search
markdown_extensions:
- admonition
- toc:
permalink: true
- codehilite
- pymdownx.details
- pymdownx.superfences
- footnotes