-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
160 lines (148 loc) · 4.07 KB
/
mkdocs.yml
File metadata and controls
160 lines (148 loc) · 4.07 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
153
154
155
156
157
158
159
160
site_name: PS2 Modchip Tutorials
site_url: https://ps2modchiptutorials.com
theme:
name: material
custom_dir: overrides
language: en
font:
text: Oxanium
code: Roboto Mono
palette:
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
logo: assets/website_logo1.png
favicon: assets/favicon.png
features:
- search.suggest
- search.highlight
- search.share
- header.autohide
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.path
- navigation.top
- content.code.copy
- content.code.select
- content.code.annotate
- toc.follow
# - toc.integrate
icon:
admonition:
soldering: material/soldering-iron
extra_css:
- stylesheets/extra.css
plugins:
- search
- blog
- glightbox:
touchNavigation: true
loop: true
effect: zoom
slide_effect: slide
width: 100%
height: auto
zoomable: true
markdown_extensions:
- attr_list
- md_in_html
- pymdownx.blocks.caption
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
use_pygments: true
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets:
auto_append:
- includes/abbreviations.md
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- tables
- footnotes
- abbr
watch:
- includes
extra:
social:
- icon: fontawesome/regular/envelope
name: send me an email
link: mailto:info@ps2modchiptutorials.com
- icon: fontawesome/brands/x-twitter
name: R3Z3N on X
link: https://x.com/rezenclowd3
- icon: fontawesome/brands/youtube
name: PS2 Modchip Tutorials on YouTube
link: https://www.youtube.com/@PS2ModchipTutorials
# Page tree
nav:
- Home: index.md
- Crystal Chips:
- crystal-chips/index.md
- 1.0 Install Diagrams: crystal-chips/cc10-install.md
- 1.1+ Install Diagrams: crystal-chips/cc-install.md
- Video Tutorials: crystal-chips/cc-vids.md
- Written Tutorials: crystal-chips/cc-writeups.md
- Team Files: crystal-chips/cc-files.md
- PBT Scripting: crystal-chips/cc-scripting.md
- Archived Website: crystal-chips/cc-archived.md
- DMS4:
- dms4/index.md
- Install Diagrams: dms4/dms4-install.md
- Video Tutorials: dms4/dms4-vids.md
- Written Tutorials: dms4/dms4-writeups.md
- Team Files: dms4/dms4-files.md
- DMS4 Scripting: dms4/dms4-scripting.md
- Archived Website: dms4/dms4-archived.md
- DMS3:
- dms3/index.md
- Install Diagrams: dms3/dms3-install.md
- Video Tutorials: dms3/dms3-vids.md
- Written Tutorials: dms3/dms3-writeups.md
- Team Files: dms3/dms3-files.md
- Archived Website: dms3/dms3-archived.md
- Ghost 2:
- ghost2/index.md
- Install Diagrams: ghost2/ghost2-install.md
- Video Tutorials: ghost2/ghost2-vids.md
- Written Tutorials: ghost2/ghost2-writeups.md
- Team Files: ghost2/ghost2-files.md
- Archived Website: ghost2/ghost2-archived.md
- Matrix Infinity and clones:
- mi/index.md
- Install Diagrams: mi/mi-install.md
- Video Tutorials: mi/mi-vids.md
- Written Tutorials: mi/mi-writeups.md
- Team Files: mi/mi-files.md
- Archived Website: mi/mi-archived.md
- Homebrew Downloads: homebrew/index.md
- Recommended Accessories:
- misc/index.md
- Matrix Picfix: misc/picfix.md
- Thanks and Links: thanks.md
- Blog:
- blog/index.md