-
Notifications
You must be signed in to change notification settings - Fork 58
/
mkdocs.yml
156 lines (156 loc) · 6.6 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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
site_name: Free60 Wiki
repo_url: https://github.com/Free60Project/wiki
theme:
name: material
palette:
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.indexes
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tilde
nav:
- Home:
- 'index.md'
- Attack: 'Support/Attack.md'
- Contribute: 'Support/Contribute.md'
- Help: 'Support/Help.md'
- Frequently Asked Questions: 'Support/FAQ.md'
- IRC: 'Support/IRC.md'
- Links: 'Support/Links.md'
- Hacks:
- Reset Glitch Hack (RGH): 'Hacks/Reset_Glitch_Hack.md'
- SMC Hack (JTAG): 'Hacks/SMC_Hack.md'
- King Kong Hack: 'Hacks/King_Kong_Hack.md'
- Hardware:
- Accessories:
- Chatpad: 'Hardware/Accessories/Chatpad.md'
- GamePad (Controller): 'Hardware/Accessories/GamePad.md'
- Headset: 'Hardware/Accessories/Headset.md'
- Media Remote: 'Hardware/Accessories/Media_Remote.md'
- Memory Unit: 'Hardware/Accessories/Memory_Unit.md'
- Console:
- Revisions:
- 'Hardware/Console/Revisions/index.md'
- Identification: 'Hardware/Console/Revisions/Identification.md'
- Falcon / Opus: 'Hardware/Console/Revisions/Falcon.md'
- Jasper: 'Hardware/Console/Revisions/Jasper.md'
- Trinity / Valhalla: 'Hardware/Console/Revisions/Trinity.md'
- Case: 'Hardware/Console/Case.md'
- DVD Drive: 'Hardware/Console/DVD_Drive.md'
- Ethernet: 'Hardware/Console/Ethernet.md'
- Fusesets: 'Hardware/Fusesets.md'
- HDD: 'Hardware/Console/HDD.md'
- Memory: 'Hardware/Console/Memory.md'
- Motherboard: 'Hardware/Console/Motherboard.md'
- RF Module: 'Hardware/Console/RF_Module.md'
- 'Hardware/8051_8052.md'
- Level Shifter: 'Hardware/Level_Shifter.md'
- NAND:
- 'Hardware/index.md'
- Bad Blocks: 'Hacks/NAND_Bad_Blocks.md'
- Reading: 'Hacks/NAND_Reading.md'
- Pre-release Differences: 'Pre-release_differences.md'
- System Software:
- File Formats:
- FMIM: 'System-Software/Formats/FMIM.md'
- GPD: 'System-Software/Formats/GPD.md'
- PEC: 'System-Software/Formats/PEC.md'
- SPA: 'System-Software/Formats/SPA.md'
- STFS: 'System-Software/Formats/STFS.md'
- XDBF: 'System-Software/Formats/XDBF.md'
- XCP: 'System-Software/Formats/XCP.md'
- XEX: 'System-Software/Formats/XEX.md'
- File Systems:
- FATX: 'System-Software/Systems/FATX.md'
- GDFX: 'System-Software/Systems/GDFX.md'
- Error Codes: 'System-Software/Error_Codes.md'
- Kernel: 'System-Software/Kernel.md'
- Pre-release Differences: 'Pre-release_differences.md'
- System Software: 'System-Software/360_System_Software.md'
- Shadowboot: 'System-Software/Shadowboot.md'
- XConfig: 'System-Software/XConfig.md'
- XDK Kernel: 'System-Software/XDK_Kernel.md'
- Homebrew:
- 'Homebrew/index.md'
- Linux:
- LFlash: 'Linux/Lflash.md'
- Linux Distros:
- 'Linux/Distros/index.md'
- LiveCD: 'Linux/Distros/LiveCD.md'
- Debian:
- 'Etch': 'Linux/Distros/Debian/etch.md'
- 'Lenny': 'Linux/Distros/Debian/lenny.md'
- 'Squeeze': 'Linux/Distros/Debian/squeeze.md'
- Ubuntu:
- 'Linux/Distros/Ubuntu/index.md'
- '7.10': 'Linux/Distros/Ubuntu/7_10.md'
- '11.10': 'Linux/Distros/Ubuntu/11_10.md'
- Linux Kernel: 'Linux/Linux_Kernel.md'
- Linux Kernel Development: 'Linux/Linux_Kernel_Development.md'
- Xenos Framebuffer: 'Development/Xenos_Framebuffer.md'
- Development:
- Cross-Compiler: 'Development/Cross_Compiler.md'
- Dumpana: 'Development/Dumpana.md'
- Finding the right timing: 'Development/Finding_the_right_timing.md'
- Free60 Git Repo: 'Development/Free60_Git_Repository.md'
- LibHomebrew: 'Development/LibHomebrew.md'
- LibXenon:
- 'Development/LibXenon/index.md'
- Examples: 'Development/LibXenon/Examples.md'
- Xenon Toolchain: 'Development/Xenon_Toolchain.md'
- Xenos Framebuffer: 'Development/Xenos_Framebuffer.md'
- ToDo: '!TODO.md'
plugins:
search: {}
redirects:
redirect_maps:
# Original Wiki -> MkDocs Wiki
'wiki/Home_Page.md': 'index.md'
'wiki/Reading_Out_nand.md': 'Hacks/NAND_Reading.md'
'wiki/Secure_Transacted_File_System.md': 'System-Software/Formats/STFS.md'
'wiki/SMS_Plus.md': 'Homebrew/Emulators/Sega_Master_System_Plus.md'
'wiki/Toolchain.md': 'Development/Xenon_Toolchain.md'
'wiki/XContent.md': 'System-Software/Formats/STFS.md'
'wiki/XTAF.md': 'System-Software/Systems/FATX.md'
'wiki/XeLL.md': 'Homebrew/Tools/XeLL.md'
'wiki/XeLLous.md': 'Homebrew/Tools/XeLL.md'
'wiki/XeLl_Reloaded.md': 'Homebrew/Tools/XeLL.md'
'wiki/Xenos.md': 'Hardware/Console/Xenos_(GPU).md'
'wiki/Xbox_Revisions.md': 'Hardware/Console/Revisions/index.md'
'wiki/Opus.md': 'Hardware/Console/Revisions/Falcon.md'
'wiki/Valhalla.md': 'Hardware/Console/Revisions/Trinity.md'
'wiki/Xbox-Software.md': 'System-Software/360_System_Software.md'
'wiki/SFCX.md': 'Hardware/Console/Southbridge.md'
# MkDocs Wiki Changes
'STFS.md': 'System-Software/Formats/STFS.md'
'FATX.md': 'System-Software/Systems/FATX.md'
'Xbox-System-Software.md': 'System-Software/360_System_Software.md'
'XeLL.md': 'Homebrew/Tools/XeLL.md'
'XeLLous.md': 'Homebrew/Tools/XeLL.md'
'XeLL_Reloaded.md': 'Homebrew/Tools/XeLL.md'
'Xenos_(GPU).md': 'Hardware/Console/Xenos_(GPU).md'
'SFCX.md': 'Hardware/Console/Southbridge.md'
# Additional
'Development/Toolchain.md': 'Development/Xenon_Toolchain.md'
'System-Software/Formats/Secure_Transacted_File_System.md': 'System-Software/Formats/STFS.md'
'Secure_Transacted_File_System.md': 'System-Software/Formats/STFS.md'
'Xbox_OS.md': 'System-Software/360_System_Software.md'
'Xenos.md': 'Hardware/Console/Xenos_(GPU).md'
'Hardware/Revisions/Opus.md': 'Hardware/Console/Revisions/Falcon.md'
'Hardware/Revisions/Valhalla.md': 'Hardware/Console/Revisions/Trinity.md'
'Toolchain.md': 'Development/Xenon_Toolchain.md'
'Hardware/Console/SFCX.md': 'Hardware/Console/Southbridge.md'