-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
138 lines (134 loc) · 4.52 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
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
site_name: Theme Café
theme:
static_templates:
- 404.html
custom_dir: docs/material
logo: assets/logo/cafe.png
name: material
icon:
admonition:
note: fontawesome/solid/note-sticky
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
language: en
palette:
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
primary: teal
accent: purple
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
primary: teal
accent: purple
markdown_extensions:
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- 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:
- assets/css/styles.css
- install/patching/rom-patcher-js/style.css
not_in_nav: |
md.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
- Troubleshooting: troubleshooting/troubleshooting.md
- Credits: credits.md
- Theme Creation:
- themecreation/index.md
- Static: themecreation/static/tutorial.md
# - themecreation/static/index.md
# - Static: themecreation/static/tutorial.md
- Animated:
- themecreation/animated/index.md
- Frame-based: themecreation/animated/Frame.md
- Scrolling: themecreation/animated/Scrolling.md
- Music: themecreation/music/music.md
# - themecreation/music/index.md
# - Music: themecreation/music/music.md
- Misc:
- Active Frame: themecreation/misc/activeframe.md
- Applets: themecreation/misc/applets.md
- Arrows: themecreation/misc/arrows.md
- Background: themecreation/misc/background.md
- Balloon: themecreation/misc/balloon.md
- Button Swap: themecreation/misc/swap.md
- Button Account Select: themecreation/misc/btnaccselect.md
- Floor: themecreation/misc/floor.md
- Folder Icon: themecreation/misc/foldericon.md
- Launcher Icon: themecreation/misc/launchericon.md
- Menu Icons: themecreation/misc/menuicons.md
- Network Icon: themecreation/misc/network.md
- Page Indicator: themecreation/misc/pageindicator.md
- Select Frame: themecreation/misc/selectframe.md
- Select User: themecreation/misc/selectuser.md
# - Select User: themecreation/misc/selectuser.md
- Usb Indicator: themecreation/misc/usbindicator.md
- Wii Remote Cursor: themecreation/misc/cursor.md
- General Tutorials:
- Changing Colors: themecreation/general/colors.md
- Textures: themecreation/general/textures.md
- Exporting / Replacing: themecreation/general/exportimport.md
- Splash Screen: themecreation/misc/splash.md
- Mix Themes: themecreation/misc/mixthemes.md
- themecreation/patching2.md
- Old tutorials:
- themecreation/tutorials_old/index.md
- New Creator: themecreation/tutorials_old/newcreator.md
- Floor: themecreation/tutorials_old/floor.md
- Frame by frame: themecreation/tutorials_old/framebyframe.md
- Layers: themecreation/tutorials_old/layers.md
- Music: themecreation/tutorials_old/music.md
- Scrolling: themecreation/tutorials_old/scrolling.md
- Static: themecreation/tutorials_old/static.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/Gatokun/Gatokun.github.io
name: Docs Github Repository