NadekoBot/mkdocs.yml

24 lines
772 B
YAML
Raw Normal View History

2016-08-03 22:58:49 +00:00
site_name: NadekoBot
2016-08-04 01:52:09 +00:00
repo_url: https://github.com/Kwoth/NadekoBot
2016-08-03 22:58:49 +00:00
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-05 17:40:35 +00:00
- DigitalOcean Guide: guides/DigitalOcean Guide.md
2016-08-06 18:29:32 +00:00
- Commands:
- Readme: Readme.md
- Commands List: Commands List.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-04 01:22:37 +00:00
- ❤ Donate ❤: Donate.md
2016-08-03 22:58:49 +00:00
2016-08-03 23:02:22 +00:00
theme: readthedocs