NadekoBot/mkdocs.yml

19 lines
597 B
YAML
Raw Normal View History

2016-08-03 22:58:49 +00:00
site_name: NadekoBot
pages:
- Home: index.md
- About: about.md
- Guides:
2016-08-03 23:02:22 +00:00
- Windows Guide: guides/Windows Guide.md
- Linux Guide: guides/Linux Guide.md
- OSX Guide: guides/OSX Guide.md
- Building from Source: guides/Building from Source.md
- Docker Guide: guides/Docker Guide.md
2016-08-03 22:58:49 +00:00
- Commands List: commandlist.md
2016-08-03 23:02:22 +00:00
- Permissions System: Permissions System.md
- JSON Explanations: JSON Explanations.md
- Custom Commands: Custom Reactions.md
- Frequently Asked Questions: Frequently Asked Questions.md
- Contribution Guide: Contribution Guide.md
2016-08-03 22:58:49 +00:00
2016-08-03 23:02:22 +00:00
theme: readthedocs