NadekoBot/docs/mkdocs.yml

19 lines
599 B
YAML
Raw Normal View History

2016-08-03 21:46:54 +00:00
site_name: NadekoBot
pages:
- Home: index.md
- About: about.md
- Guides:
- Windows Guide: guides/comprehensiveguide.md
- Linux Guide: guides/linuxguide.md
- OSX Guide: guides/macguide.md
- Building from Source: guides/fromsource.md
- Docker Guide: guides/dockerguide.md
2016-08-03 22:12:26 +00:00
- Commands List: https://github.com/Kwoth/NadekoBot/blob/master/commandlist.md
2016-08-03 21:46:54 +00:00
- Permissions System: permissions.md
- JSON Explanations: explanations.md
- Custom Commands: customreactions.md
- Frequently Asked Questions: FAQ.md
- Contribution Guide: contributionguide.md
2016-08-03 22:12:26 +00:00
theme: readthedocs