-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
70 lines (70 loc) · 2.17 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
64
65
66
67
68
69
70
site_name: "The Legend of Zelda: Ocarina of Time"
theme:
name: material
favicon: images/favicon.png
logo: images/triforce.png
palette:
scheme: default
primary: green
accent: yellow
features:
- navigation.expand
- navigation.footer
- navigation.indexes
- navigation.path
- navigation.sections
- navigation.tracking
- search.highlight
- search.suggest
plugins:
- search:
lang: en
- glightbox
markdown_extensions:
- admonition
- attr_list
- def_list
- md_in_html
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- tables
nav:
- About: index.md
- Game Basics: game_basics.md
- Walkthrough and Sidequests:
- Main Adventure:
- walkthrough/main_adventure/index.md
- walkthrough/main_adventure/0301_progression_faq.md
- walkthrough/main_adventure/0302_kokiri_forest.md
- walkthrough/main_adventure/0303_deku_tree.md
- walkthrough/main_adventure/0304_hyrule_castle.md
- walkthrough/main_adventure/0305_lonlon_lost_woods.md
- walkthrough/main_adventure/0306_kakariko_village.md
- walkthrough/main_adventure/0307_death_mountain.md
- walkthrough/main_adventure/0308_dodongos_cavern.md
- walkthrough/main_adventure/0309_return_death_castle.md
- walkthrough/main_adventure/0310_zora_etc.md
- walkthrough/main_adventure/0311_jabu_jabu.md
- walkthrough/main_adventure/0312_finishing_childhood.md
- Sidequests:
- walkthrough/sidequests/spoiler_free.md
- walkthrough/sidequests/happy_mask.md
- walkthrough/sidequests/epona.md
- walkthrough/sidequests/biggeron.md
- walkthrough/sidequests/gerudo.md
- Inventory, Songs, Equipment, Upgrades and Quest Items: ""
- Pieces of Heart: ""
- Gold Skulltulas: ""
- Minigame Appendix: ""
- Miniboss and Boss Appendix: ""
- Frequently Asked Questions: ""
- Legal Stuff, Links, Contact Information and Special Thanks: ""
extra_css:
- stylesheets/extra.css