xemu-website/docs/mkdocs.yml

119 lines
3.3 KiB
YAML
Raw Normal View History

2021-06-13 18:43:10 -07:00
site_name: "xemu: Original Xbox Emulator"
site_url: https://xemu.app/docs/
site_author: Matt Borgerson
site_description: >-
A free and open-source application that emulates the original Microsoft
Xbox game console, enabling people to play their original Xbox games on
Windows, macOS, and Linux systems.
copyright: Copyright © 2020 - 2024 xemu Project
2024-06-27 17:39:15 -07:00
repo_url: https://github.com/xemu-project/xemu
edit_uri: https://github.com/xemu-project/xemu-website/edit/master/docs/docs/
2021-06-13 18:43:10 -07:00
extra_css:
- stylesheets/extra.css
theme:
name: material
custom_dir: overrides
features:
- navigation.sections
2022-05-19 16:55:07 -07:00
- navigation.instant
2024-06-27 17:39:15 -07:00
- content.action.edit
2021-06-13 18:43:10 -07:00
# Don't include MkDocs' JavaScript
include_search_page: false
search_index_only: true
logo:
2024-06-27 17:52:57 -07:00
favicon: https://github.com/xemu-project/xemu-website/raw/master/resources/xemu_192x192.png
2021-06-13 18:43:10 -07:00
extra:
homepage: https://xemu.app
social:
- icon: fontawesome/brands/github
link: https://github.com/xemu-project/xemu
- icon: fontawesome/brands/twitter
link: https://twitter.com/xemu_project
- icon: fontawesome/brands/patreon
link: https://www.patreon.com/mborgerson
- icon: fontawesome/brands/discord
link: https://discord.gg/ayyjsuM
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/channel/UCrT8NawDTt5gJnMMe9uUg-Q/featured
2021-06-13 18:43:10 -07:00
markdown_extensions:
- admonition
- abbr
- attr_list
- def_list
- footnotes
- meta
- md_in_html
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
2024-06-27 17:26:27 -07:00
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
2021-06-13 18:43:10 -07:00
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: squidfunk
repo: mkdocs-material
- pymdownx.mark
- pymdownx.smartsymbols
2022-02-26 23:33:46 -07:00
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
2021-06-13 18:43:10 -07:00
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
nav:
2022-05-19 16:55:07 -07:00
- Home: https://xemu.app
- Compatibility: https://xemu.app/#compatibility
2024-06-27 17:53:16 -07:00
- Documentation: https://xemu.app/docs/
- GitHub: https://github.com/xemu-project/xemu
2022-05-19 16:55:07 -07:00
- Patreon: https://www.patreon.com/mborgerson
2021-06-13 19:20:34 -07:00
- About: about.md
- FAQ: faq.md
2021-06-13 18:43:10 -07:00
- Setup:
- Download: download.md
- Required Files: required-files.md
- Disc Images: disc-images.md
2021-06-14 04:39:33 -07:00
- Input Devices: input.md
2021-06-13 18:43:10 -07:00
- Networking: networking.md
2021-06-14 13:51:28 -07:00
- Dashboard: dashboard.md
2021-06-17 20:28:38 -07:00
- Troubleshooting: troubleshooting.md
2021-06-14 13:37:15 -07:00
- Reference:
- Command Line Arguments: cli.md
2021-06-13 18:43:10 -07:00
- HDD Access via FTP: ftp.md
- Snapshots (Save States): snapshots.md
- Advanced Topics:
2021-06-14 04:26:38 -07:00
- EEPROM Settings: eeprom.md
2021-06-13 18:43:10 -07:00
- Serial Port: serial-port.md
2022-02-26 23:33:56 -07:00
- Memory Units (Cards): xmus.md
2022-05-19 16:55:07 -07:00
- Development:
- Welcome: dev/index.md
- Building from Source: dev/building-from-source.md
2022-06-19 01:41:32 -05:00
- Debugging:
- Overview: dev/debug/index.md
- Host Debugging: dev/debug/host.md
- Guest Debugging: dev/debug/guest.md
- Graphics Debugging: dev/debug/graphics.md
2024-06-27 19:43:57 -07:00
- Testing: testing.md
2021-06-13 20:12:16 -07:00
plugins:
- search
- redirects:
redirect_maps:
index.md: download.md
getting-started.md: required-files.md
2021-06-13 20:12:16 -07:00
- minify:
minify_html: true