-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
73 lines (67 loc) · 2.27 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
site_name: 'MiyooCFW docs'
#site_url: http://MiyooCFW.github.io
#repo_url: https://github.com/MiyooCFW/docs
#edit_uri: blob/site/
site_description: MiyooCFW development documentation
site_author: TriForceX
site_dir: site
docs_dir: 'MiyooCFW.wiki'
theme: 'readthedocs'
nav:
- 'CFW 2.0.0':
- Home: 'Home.md'
- Console Hotkeys: 'Console-Hotkeys.md'
- Build Image and SDK: 'Build-Image-and-SDK.md'
- Build Kernel: 'Build-Kernel.md'
- Build uBoot: 'Build-uBoot.md'
- Get the prebuilt SDK from GH actions: 'Get-the-prebuilt-SDK-from-GH-actions.md'
- Making Games: 'Making-Games.md'
- Using Docker to Compile Games: 'Using-Docker-to-Compile-Games.md'
- Remote debugging: 'Remote-debugging.md'
- Bug Reporting: 'https://github.com/TriForceX/MiyooCFW/issues'
- Discussions Topics: 'https://github.com/TriForceX/MiyooCFW/discussions'
- 'CFW 1.3.3':
- Overview: 'Overview.md'
- Making-Games-DEPRECATED: 'Making-Games-DEPRECATED.md'
- Build Source-DEPRECATED: 'Build-Source-DEPRECATED.md'
- Custom Firmware Setup: 'Custom-Firmware-Setup.md'
- 'Applications':
- Emulator Info: 'Emulator-Info.md'
- Homebrew Info: 'Homebrew-Info.md'
- DosBox Setup: 'DosBox-Setup.md'
- RetroArch Setup: 'RetroArch-Setup.md'
- 'GameBoy':
- GamBatte: 'GamBatte.md'
- OhBoy: 'OhBoy.md'
- 'Gameboy Advance':
- gpSP: 'GPSP.md'
- 'Arcade':
- MAME4All: 'MAME4All.md'
- GnGeo: 'GnGeo.md'
- FBA-A320: 'FBA-A320.md'
- 'PlayStation':
- PCSX-ReARMed: 'PCSX-ReARMed.md'
- 'Themes':
- 'GMenu2X':
- Fontixel: 'Fontixel.md'
- NewComicBook: 'NewComicBook.md'
- Retro Pixel BR: 'https://github.com/mrwasterbr/retropixelbr'
- 'SimpleMenu':
- SimUI: 'https://github.com/dkodr/SimUI'
- 'Frontends':
- CoverFlow: 'https://github.com/peterthrees/Coverflow'
- SimpleMenu: 'https://github.com/fgl82/simplemenu'
- GMenu2X: 'https://github.com/MiyooCFW/gmenu2x'
- 'Projects':
- Tiny LLM: 'Tiny-LLM.md'
- 'Modding':
- 'ALL':
- Improve Directional Pad: 'Improve-Directional-Pad.md'
- 'V90':
- USB-C Fix: 'https://www.nfriedly.com/techblog/2021-10-10-v90-usb-c'
- 'PocketGo':
- Sound Noise Fix: 'Sound-Noise-Fix.md'
- Light Bleed Fix: 'Light-Bleed-Fix.md'
- 'BittBoy':
- Ghost Key Fix: 'Ghost-Key-Fix.md'
- Shoulder Buttons: 'Shoulder-Buttons.md'