-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
152 lines (146 loc) · 4.83 KB
/
mkdocs.yml
File metadata and controls
152 lines (146 loc) · 4.83 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
site_name: Theme Café Docs
site_url: https://themecafe.github.io/Docs/
theme:
name: material
custom_dir: docs/material
logo: assets/logo/outline.png
icon:
admonition:
note: octicons/tag-16
abstract: fontawesome/solid/book
info: fontawesome/solid/circle-info
tip: fontawesome/solid/bullhorn
success: fontawesome/solid/check
question: fontawesome/solid/circle-question
warning: fontawesome/solid/triangle-exclamation
danger: fontawesome/solid/skull
bug: fontawesome/solid/robot
example: fontawesome/solid/flask
quote: fontawesome/solid/quote-left
features:
- navigation.tabs
- navigation.top
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
- navigation.indexes
# - navigation.instant
language: en
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/weather-sunny
name: Switch to dark mode
primary: blue
accent: deep purple
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/weather-night
name: Switch to light mode
primary: indigo
accent: deep purple
favicon: assets/logo/favicon.svg
markdown_extensions:
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- attr_list
- md_in_html
- pymdownx.blocks.caption
- admonition
- pymdownx.details
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
extra_css:
- install/patching/rom-patcher-js/style.css
- stylesheets/extra.css
not_in_nav: |
md.md
themiify.md
archived/bootsound.md
themecreation/advanced/misc.md
themecreation/advanced/accountsetting.md
themecreation/advanced/sfx.md
nav:
- Home: index.md
- Install:
- install/index.md
- Menu Files: install/files.md
- Patching: install/patching.md
- Loading Theme: install/loading.md
- Fonts: install/fonts.md
- Splash Screen: install/splash.md
- Theme Creation:
- themecreation/index.md
- Template: themecreation/template/index.md
- Animations:
- themecreation/anim/index.md
- Pattern: themecreation/anim/pattern.md
- SRT: themecreation/anim/srt.md
- Music:
- themecreation/music/index.md
- Advanced:
- themecreation/advanced/index.md
- Launcher: themecreation/advanced/launcher.md
- Wara Wara Plaza: themecreation/advanced/wwp.md
# - Account Settings: themecreation/advanced/accountsetting.md
- User Select: themecreation/advanced/userselect.md
# - Miscellaneous: themecreation/advanced/misc.md
- Text: themecreation/advanced/text.md
# - Sound Effects: themecreation/advanced/sfx.md
- Resources:
- themecreation/resources/index.md
- Applets: themecreation/resources/applets.md
- Arrows: themecreation/resources/arrows.md
- Custom Color Illustrations: themecreation/resources/illust.md
- Testing with Cemu: themecreation/resources/cemu.md
- Basic Guides:
- themecreation/general/index.md
- Changing Colors: themecreation/general/colors.md
- Textures: themecreation/general/textures.md
- Exporting / Replacing: themecreation/general/exportimport.md
- Mix Themes: themecreation/general/mixthemes.md
- Sharing: themecreation/sharing/index.md
- Archived:
- archived/index.md
- New Creator: archived/newcreator.md
- Arrows: archived/arrows.md
- Floor: archived/floor.md
- Frame by frame: archived/framebyframe.md
- Layers: archived/layers.md
- Music: archived/music.md
- Vertical Scrolling: archived/v_scroll.md
- Horizontal Scrolling: archived/h_scroll.md
- Static: archived/static.md
- Static to WWP: archived/statictowwp.md
- Minimalist: archived/minimalist.md
- Troubleshooting: troubleshooting.md
- Credits: credits/index.md
extra:
generator: false
social:
- icon: fontawesome/brands/discord
link: https://discord.com/invite/2DNvH9db2A
name: Theme Café
- icon: fontawesome/brands/github
link: https://github.com/ThemeCafe/Docs
name: Docs Github Repository