RetroDECK/wiki-rtd/mkdocs.yml

113 lines
4.4 KiB
YAML
Raw Normal View History

2023-12-02 16:01:46 +00:00
# Site configuration
2023-11-28 14:41:02 +00:00
site_name: RetroDECK Wiki
2023-11-29 20:19:59 +00:00
site_description: The Official RetroDECK Wiki
2023-12-02 16:01:46 +00:00
# Copyright
copyright: "© 2023 RetroDECK Team"
2023-12-02 17:20:02 +00:00
# Theme Configuration
2023-12-02 16:01:46 +00:00
theme:
name: "material"
language: "en"
2023-12-02 17:20:02 +00:00
logo: wiki_icons/retrodeck/rd_icon_circle_32x32.png
2023-12-02 16:01:46 +00:00
features:
2023-12-02 16:35:17 +00:00
- toc.integrate
2023-12-02 16:41:30 +00:00
- navigation.prune
2023-12-02 16:01:46 +00:00
palette:
2023-12-02 17:00:23 +00:00
scheme: slate
2023-12-02 16:01:46 +00:00
primary: "deep purple"
accent: "white"
plugins:
- blog:
enabled: true
post_url_date_format: yyyy/MM/dd
post_date_format: full
blog_toc: true
archive: true
2023-12-02 19:50:35 +00:00
archive_date_format: yyyy
2023-12-02 16:01:46 +00:00
pagination: false
pagination: false
2023-12-02 19:48:33 +00:00
post_excerpt: required
post_excerpt_separator: <!-- more -->
2023-12-02 16:01:46 +00:00
2023-12-02 17:20:02 +00:00
# Sidebar Navigation
2023-12-02 16:01:46 +00:00
2023-11-28 15:11:40 +00:00
nav:
2023-11-29 11:50:16 +00:00
- Wiki Home 🏠: index.md
2023-12-02 12:31:23 +00:00
- Blog: blog/index.md
2023-11-28 21:03:05 +00:00
- General Information 📰:
2023-11-28 20:48:03 +00:00
- What is RetroDECK?: wiki_general/what-is-retrodeck.md
- What is included in RetroDECK?: wiki_general/what-is-included.md
2023-11-30 08:03:01 +00:00
- Supported Devices: wiki_general/supported-devices.md
2023-11-29 13:34:00 +00:00
- RetroDECK Configurator: wiki_general/configurator.md
2023-11-28 20:48:03 +00:00
- The RetroDECK Beta: wiki_general/beta-period.md
2023-11-30 07:18:22 +00:00
- FAQ - Frequently Asked Questions: wiki_howto_faq/faq.md
2023-11-29 07:14:36 +00:00
- Known Issues: wiki_general/known-issues.md
2023-11-28 20:48:03 +00:00
2023-11-30 07:18:22 +00:00
- How-to's ❔:
2023-11-30 10:47:17 +00:00
- How-to - Start using RetroDECK: wiki_howto_faq/retrodeck-start.md
- How-to - Manage your Games: wiki_howto_faq/games-management.md
- How-to - Manage your BIOS/Firmware: wiki_howto_faq/bios-firmware.md
- How-to - Move RetroDECK to a new device: wiki_howto_faq/retrodeck-move.md
2023-11-30 07:18:22 +00:00
- How-to - Add RetroDECK to Steam: wiki_howto_faq/add-to-steam.md
- How-to - Enable Controllers in Steam: wiki_howto_faq/enable-controllers-steam.md
2023-11-29 11:50:16 +00:00
2023-11-30 13:53:18 +00:00
- Steam Deck 🕹️:
2023-11-30 07:14:29 +00:00
- Steam Deck - Installation and Updates: wiki_devices/steamdeck/steamdeck-start.md
- Steam Deck - Optimizations: wiki_devices/steamdeck/steamdeck-optimize.md
- Steam Deck - Software Recommendations: wiki_devices/steamdeck/steamdeck-software.md
2023-11-30 08:10:59 +00:00
- Steam Deck - Controls: wiki_controllers/controls-steamdeck.md
2023-11-30 07:14:29 +00:00
2023-11-30 10:55:42 +00:00
- Linux Desktop 🐧:
2023-11-30 07:14:29 +00:00
- Linux Desktop - Installation and Updates: wiki_devices/linux_desktop/linux-install.md
- Linux Desktop - Software Recommendations: wiki_devices/linux_desktop/linux-software.md
2023-11-29 20:36:15 +00:00
2023-12-02 17:59:54 +00:00
- EmulationStation-DE Guide 📘:
2023-11-30 08:01:15 +00:00
- ES-DE User Guide: wiki_emulationStation_de/esde-guide.md
- ES-DE Themes: wiki_emulationStation_de/esde-themes.md
2023-11-30 08:08:50 +00:00
- ES-DE Folders and Files: wiki_emulationStation_de/esde-folders-files.md
2023-11-30 08:01:15 +00:00
2023-11-30 10:55:42 +00:00
- Emulator Guides 📙:
2023-11-30 07:49:51 +00:00
- RPCS3: wiki_emulator_guides/rpcs3-guide.md
- Yuzu: wiki_emulator_guides/yuzu-guide.md
2023-11-30 10:55:42 +00:00
- Mod Guides ⚙️:
2023-11-30 07:37:21 +00:00
- Mods - Citra: wiki_mods/citra-mods.md
- Mods - Dolphin/Primehack: wiki_mods/dolphin-prime-mods.md
- Mods - Yuzu: wiki_mods/yuzu-mods.md
2023-11-30 07:29:52 +00:00
2023-11-30 10:55:42 +00:00
- Texture Pack Guides 🖌️:
2023-11-30 07:29:52 +00:00
- Texture Packs - Citra: wiki_texture_packs/citra-tp.md
- Texture Packs - Dolphin/Primehack: wiki_texture_packs/dolphing-prime-tp.md
- Texture Packs - Duckstation: wiki_texture_packs/duckstation-tp.md
- Texture Packs - PCSX2: wiki_texture_packs/pcsx2-tp.md
- Texture Packs - PPSSPP: wiki_texture_packs/ppsspp-tp.md
- Texture Packs - RetroArch Mesen: wiki_texture_packs/retroarch-mesen-tp.md
- Texture Packs - RetroArch Mupen64Plus: wiki_texture_packs/retroarch-mupen64plus-tp.md
2023-12-02 17:59:54 +00:00
- Controllers & Input 🎮:
2023-11-29 20:36:15 +00:00
- RetroDECK with Steam Input: wiki_controllers/about-steam-input.md
2023-11-29 20:19:59 +00:00
- Button Prompts in Games: wiki_controllers/diffrent-game-inputs.md
2023-11-30 08:10:59 +00:00
- Steam Deck - Controls: wiki_controllers/controls-steamdeck.md
- Playstation - Controllers (WIP): wiki_controllers/controllers-playstation.md
2023-11-29 20:19:59 +00:00
2023-11-30 10:55:42 +00:00
- Development 🖥️:
2023-11-30 19:23:07 +00:00
- Current Version: wiki_rd_versions/version_0.7b/0.7.4b.md
2023-11-29 11:25:17 +00:00
- Version History (Patchnotes): wiki_rd_versions/version-history.md
2023-11-29 13:34:00 +00:00
- Folders and Filepaths: wiki_development/folders-filepaths.md
- CLI Guide: wiki_development/cli-guide.md
2023-11-29 13:58:27 +00:00
- Development Notes: wiki_development/general-development.md
2023-11-29 11:37:53 +00:00
2023-12-02 17:59:54 +00:00
- Community & Helping Out ❤️:
2023-11-29 20:36:15 +00:00
- Discord: wiki_community/discord.md
- Lemmy/Reddit: wiki_community/lemmy-reddit.md
2023-11-30 19:23:07 +00:00
- How to Contribute to RetroDECK?: wiki_community/contibute-rd.md
2023-11-30 06:15:14 +00:00
- How to help out with testing?: wiki_community/testing-rd.md
2023-11-29 20:36:15 +00:00
2023-11-29 11:37:53 +00:00
- About RetroDECK 📖:
- The Team & Credits: wiki_about/team-credits.md
- Story & Philosophy: wiki_about/story-philosophy.md
- Visions & Goals: wiki_about/visions-and-goals.md
- Donations & Licenses: wiki_about/donations- licenses.md