-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
63 lines (59 loc) · 1.48 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: Katamari Damacy REROLL Speedrun Notes
site_url: https://shookietea.github.io/reroll-notes
repo_url: https://github.com/shookieTea/reroll-notes
edit_uri: blob/main/docs/
site_author: shookieTea
site_description: Speedrunning notes for Katamari Damacy REROLL
nav:
- 'Home': 'index.md'
- 'Resources':
- 'resources.md'
- 'guides-commentary.md'
- 'Overworld Map.md'
- 'bot-commands.md'
- 'Important Object and Size Milestones.md'
- 'Required Levels':
- 'MAS1.md'
- 'MAS2.md'
- 'MAS3.md'
- 'MAS4.md'
- 'MAS5.md'
- 'MAS6.md'
- 'Ursa Major.md'
- 'MAS7.md'
- 'MAS8.md'
- 'MAS9.md'
- 'Make the moon': 'MOON.md'
- 'Constellations':
- 'Cancer.md'
- 'Cygnus.md'
- 'Corona Borealis.md'
- 'Ursa Major.md'
- 'Gemini.md'
- 'Pisces.md'
- 'Taurus.md'
- 'Virgo.md'
- 'North Star.md'
- 'Mechanics':
- 'Boosts': 'mechanics/boosts/boosts.md'
theme:
name: material
features:
- navigation.tracking
- navigation.expand
palette:
# Palette toggle for light mode
- media: '(prefers-color-scheme: light)'
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: '(prefers-color-scheme: dark)'
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
highlightjs: true
hljs_languages:
- yaml