forked from bugladen/NadekoBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
25 lines (24 loc) · 796 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
site_name: NadekoBot
repo_url: https://github.com/Kwoth/NadekoBot
pages:
- Home: index.md
- About: about.md
- Guides:
- Windows Guide: guides/Windows Guide.md
- Linux Guide: guides/Linux Guide.md
- OSX Guide: guides/OSX Guide.md
- Docker Guide: guides/Docker Guide.md
- From Source: guides/From Source.md
- Upgrading Guide: guides/Upgrading Guide.md
- Commands:
- Readme: Readme.md
- Commands List: Commands List.md
- Features Explained:
- JSON Explanations: JSON Explanations.md
- Permissions System: Permissions System.md
- Custom Reactions: Custom Reactions.md
- Placeholders: Placeholders.md
- Frequently Asked Questions: Frequently Asked Questions.md
- Contribution Guide: Contribution Guide.md
- ❤ Donate ❤: Donate.md
theme: readthedocs