mirror of
https://github.com/libretro/docs.git
synced 2024-11-23 16:59:40 +00:00
fix TOC after recent refactor
This commit is contained in:
parent
75629a5dae
commit
0774e759a6
84
mkdocs.yml
84
mkdocs.yml
@ -7,6 +7,7 @@ pages:
|
||||
- For Users:
|
||||
- Downloading, Installing and Updating RetroArch:
|
||||
- 'Windows': 'guides/install-windows.md'
|
||||
- 'MSVC Runtime Compatibility': 'guides/msvc-runtime-versions.md'
|
||||
- 'GNU/Linux': 'guides/install-gnu.md'
|
||||
- 'iOS/tvOS': 'guides/install-ios.md'
|
||||
- 'Nintendo Switch': 'guides/install-libnx.md'
|
||||
@ -175,7 +176,6 @@ pages:
|
||||
- 'Libretro Overlays': 'guides/libretro-overlays.md'
|
||||
- 'RGUI Interface': 'guides/rgui.md'
|
||||
- Advanced Topics:
|
||||
- 'Libretro Frontends': 'tech/frontends.md'
|
||||
- 'Optimal Vsync Performance': 'guides/optimal-vsync.md'
|
||||
- 'Softpatching ROMs': 'guides/softpatching.md'
|
||||
- Shader Previews:
|
||||
@ -215,72 +215,72 @@ pages:
|
||||
- Libretro API and Ecosystem:
|
||||
- 'Libretro Overview': 'development/libretro-overview.md'
|
||||
- 'Libretro Open Source Bounties': 'development/bounties.md'
|
||||
- 'Input API': 'specs/input-api.md'
|
||||
- 'Input API': 'development/input-api.md'
|
||||
- 'Libretro Coding Standards': 'development/coding-standards.md'
|
||||
- 'Licenses': 'development/licenses.md'
|
||||
- 'Libretro Frontends': 'development/frontends.md'
|
||||
- RetroArch Development:
|
||||
- 'Debugging': 'tech/debugging.md'
|
||||
- 'Adding Menu Entries': 'tech/new-menu-options.md'
|
||||
- 'Input Overlays': 'specs/overlay.md'
|
||||
- 'Licenses': 'tech/licenses.md'
|
||||
- 'MSVC Runtimes': 'tech/msvc-runtime-versions.md'
|
||||
- 'Adding Translations': 'tech/new-translations.md'
|
||||
- 'Debugging': 'development/retroarch/debugging.md'
|
||||
- 'Adding Menu Entries': 'development/retroarch/new-menu-options.md'
|
||||
- 'Input Overlays': 'development/retroarch/overlay.md'
|
||||
- 'Adding Translations': 'development/retroarch/new-translations.md'
|
||||
- Network Protocols:
|
||||
- 'Netplay': 'tech/netplay.md'
|
||||
- 'Network Control Interface': 'tech/network-control-interface.md'
|
||||
- 'Netplay': 'development/retroarch/netplay.md'
|
||||
- 'Network Control Interface': 'development/retroarch/network-control-interface.md'
|
||||
- RetroArch Compilation Guides:
|
||||
- Apple:
|
||||
- 'OSX/PowerPC': 'compilation/osxppc.md'
|
||||
- 'OSX/macOS': 'compilation/osx.md'
|
||||
- 'iOS': 'compilation/ios.md'
|
||||
- 'Android': 'compilation/android.md'
|
||||
- 'OSX/PowerPC': 'development/retroarch/compilation/osxppc.md'
|
||||
- 'OSX/macOS': 'development/retroarch/compilation/osx.md'
|
||||
- 'iOS': 'development/retroarch/compilation/ios.md'
|
||||
- 'Android': 'development/retroarch/compilation/android.md'
|
||||
- Linux and BSD:
|
||||
- 'Overview for Linux/BSD': 'compilation/linux-and-bsd.md'
|
||||
- 'Ubuntu': 'compilation/ubuntu.md'
|
||||
- 'Haiku': 'compilation/haiku.md'
|
||||
- 'Overview for Linux/BSD': 'development/retroarch/compilation/linux-and-bsd.md'
|
||||
- 'Ubuntu': 'development/retroarch/compilation/ubuntu.md'
|
||||
- 'Haiku': 'development/retroarch/compilation/haiku.md'
|
||||
- Microsoft:
|
||||
- 'DOS': 'compilation/dos.md'
|
||||
- 'DOS': 'development/retroarch/compilation/dos.md'
|
||||
- Windows NT3.51 (MSVC6):
|
||||
- 'MSVC Commandline': 'compilation/windowsNT351-msvc-cmdline.md'
|
||||
- 'MSVC Commandline': 'development/retroarch/compilation/windowsNT351-msvc-cmdline.md'
|
||||
- Windows 95/98/NT4 (MSVC2003):
|
||||
- 'MSVC Commandline': 'compilation/windows95-msvc-cmdline.md'
|
||||
- 'MSVC Commandline': 'development/retroarch/compilation/windows95-msvc-cmdline.md'
|
||||
- Windows 98SE/ME/2000 (MSVC2005):
|
||||
- 'MSVC Commandline': 'compilation/windows98-msvc-cmdline.md'
|
||||
- 'MSVC IDE': 'compilation/windows98.md'
|
||||
- 'MSVC Commandline': 'development/retroarch/compilation/windows98-msvc-cmdline.md'
|
||||
- 'MSVC IDE': 'development/retroarch/compilation/windows98.md'
|
||||
- Windows 2000 and later (MSVC2008):
|
||||
- 'MSVC Commandline': 'compilation/windows2000-msvc-cmdline.md'
|
||||
- 'MSVC IDE': 'compilation/windows2000.md'
|
||||
- 'MSVC Commandline': 'development/retroarch/compilation/windows2000-msvc-cmdline.md'
|
||||
- 'MSVC IDE': 'development/retroarch/compilation/windows2000.md'
|
||||
- Windows XP and later (MSVC2010):
|
||||
- 'MSVC Commandline': 'compilation/windowsXP-msvc-cmdline.md'
|
||||
- 'MSVC IDE': 'compilation/windowsXP.md'
|
||||
- 'Windows 7 and later (MSYS2)': 'compilation/windows.md'
|
||||
- 'MSVC Commandline': 'development/retroarch/compilation/windowsXP-msvc-cmdline.md'
|
||||
- 'MSVC IDE': 'development/retroarch/compilation/windowsXP.md'
|
||||
- 'Windows 7 and later (MSYS2)': 'development/retroarch/compilation/windows.md'
|
||||
- Nintendo:
|
||||
- 'Nintendo 3DS': 'compilation/3ds.md'
|
||||
- 'Nintendo GameCube': 'compilation/gamecube.md'
|
||||
- 'Nintendo Wii': 'compilation/wii.md'
|
||||
- 'Nintendo Wii U': 'compilation/wiiu.md'
|
||||
- 'Nintendo Switch (libnx)': 'compilation/switch-libnx.md'
|
||||
- 'Nintendo 3DS': 'development/retroarch/compilation/3ds.md'
|
||||
- 'Nintendo GameCube': 'development/retroarch/compilation/gamecube.md'
|
||||
- 'Nintendo Wii': 'development/retroarch/compilation/wii.md'
|
||||
- 'Nintendo Wii U': 'development/retroarch/compilation/wiiu.md'
|
||||
- 'Nintendo Switch (libnx)': 'development/retroarch/compilation/switch-libnx.md'
|
||||
- Sony:
|
||||
- 'PlayStation2': 'compilation/ps2.md'
|
||||
- 'PlayStation Portable': 'compilation/psp.md'
|
||||
- 'PlayStation Vita/TV': 'compilation/psvita.md'
|
||||
- 'PlayStation2': 'development/retroarch/compilation/ps2.md'
|
||||
- 'PlayStation Portable': 'development/retroarch/compilation/psp.md'
|
||||
- 'PlayStation Vita/TV': 'development/retroarch/compilation/psvita.md'
|
||||
- Core Development:
|
||||
- 'Core Development Overview': 'tech/developing-cores.md'
|
||||
- 'Dynamic Rate Control for Emulators': 'tech/dynamic-rate-control.md'
|
||||
- 'OpenGL Accelerated Cores': 'tech/opengl-cores.md'
|
||||
- 'Core Development Overview': 'development/cores/developing-cores.md'
|
||||
- 'Dynamic Rate Control for Emulators': 'development/cores/dynamic-rate-control.md'
|
||||
- 'OpenGL Accelerated Cores': 'development/cores/opengl-cores.md'
|
||||
- Core Compilation Guides:
|
||||
- 'Nintendo - GameCube/Wii (Dolphin)': 'compilation/library/dolphin.md'
|
||||
- 'Nintendo - GameCube/Wii (Ishiiruka)': 'compilation/library/ishiiruka.md'
|
||||
- 'Nintendo - GameCube/Wii (Dolphin)': 'development/cores/compilation/dolphin.md'
|
||||
- 'Nintendo - GameCube/Wii (Ishiiruka)': 'development/cores/compilation/ishiiruka.md'
|
||||
- 'MAME 2016': 'development/cores/compilation/mame-2016.md'
|
||||
- Shader Development:
|
||||
- 'Shader Development Overview': 'development/shader/shader-overview.md'
|
||||
- 'Slang Shader Development': 'development/shader/slang-shaders.md'
|
||||
- 'GLSL Shader Development': 'development/shader/glsl-shaders.md'
|
||||
- 'Cg Shader Development (deprecated)': 'development/shader/cg-shaders.md'
|
||||
- 'XML Shader Development (deprecated)': 'development/shader/xml-shaders.md'
|
||||
- 'XML Shader Development (discontinued)': 'development/shader/xml-shaders.md'
|
||||
- 'Content-Aware Shaders': 'development/shader/content-aware-shaders.md'
|
||||
- 'Shader Lookup Textures': 'development/shader/shader-lookup-textures.md'
|
||||
- Contribute to the Docs:
|
||||
- 'Contributing to the Libretro Docs': 'guides/how-to-contribute.md'
|
||||
- 'Contributing to the Libretro Docs': 'meta/how-to-contribute.md'
|
||||
- 'Core List': 'meta/core_list.md'
|
||||
- 'To Do': 'meta/todo.md'
|
||||
- 'Core Template': 'meta/core_template.md'
|
||||
|
Loading…
Reference in New Issue
Block a user