mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-03-14 15:50:12 +01:00
The file was originally named `higan-config.md` because the dialog box it described was called "higan Configuration", which was because the menu-item to open it was in a menu called "Settings" and it would have been weird to have a "Settings" item in a "Settings" menu. Now there are individual menu-items for each tab in the Settings dialog, none of which are named Settings, so the dialog has been renamed back to "Settings", and the filename should match.
38 lines
1.1 KiB
YAML
38 lines
1.1 KiB
YAML
site_name: higan
|
|
|
|
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-settings.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
|
|
- Guides:
|
|
- Importing and playing games: guides/import.md
|
|
- Using video shaders: guides/shaders.md
|
|
- Choosing drivers: guides/drivers.md
|
|
- Concepts:
|
|
- Game Folders: concepts/game-folders.md
|
|
- Game Manifests: concepts/manifests.md
|
|
- The Game Library: concepts/game-library.md
|
|
- Save States: concepts/save-states.md
|
|
- Frequently Asked Questions: faq.md
|
|
- Console-specific Notes: notes.md
|
|
|
|
markdown_extensions:
|
|
- smarty
|
|
- toc:
|
|
permalink: true
|
|
|