bsnes/mkdocs.yml
Tim Allen 3c3f1de317 Convert README docs to MkDocs format.
The existing documentation was getting *way* too long to be a single
document.

I've just bulk moved the existing content into the new structure, but it
definitely needs another pass to make the prose match, fix hyperlinks,
etc. etc.
2017-08-12 20:58:01 +10:00

37 lines
1022 B
YAML

site_name: higan
repo_url: https://gitlab.com/higan/higan
repo_name: Source
docs_dir: docs
site_dir: docs_build
theme: readthedocs
pages:
- Introduction: index.md
- Quick Start: qs.md
- Building and Installing:
- Windows: install/windows.md
- Linux: install/linux.md
- General: install/general.md
- User Interface:
- higan's main window: interface/higan.md
- higan's Settings window: interface/higan-config.md
- higan's Tools window: interface/higan-tools.md
- higan's command line: interface/higan-cli.md
- icarus: interface/icarus.md
- Common: interface/common.md
- Configuration Guide:
- Custom shaders: config/shaders.md
- Choosing drivers: config/drivers.md
- Concepts:
- The Game Library: game-library.md
- Save States: save-states.md
- Frequently Asked Questions: faq.md
- Console-specific Notes: notes.md
markdown_extensions:
- smarty
- toc:
permalink: true