From a1c200e7c82f541a5dfb1d3de26f2c630d371cc2 Mon Sep 17 00:00:00 2001 From: miraai Date: Thu, 13 Oct 2016 10:27:57 +0200 Subject: [PATCH] Missing mkdocs.yml file --- mkdocs.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 mkdocs.yml diff --git a/mkdocs.yml b/mkdocs.yml new file mode 100644 index 00000000..a23be7e7 --- /dev/null +++ b/mkdocs.yml @@ -0,0 +1,22 @@ +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 + - Building from Source: guides/Building from Source.md + - Docker Guide: guides/Docker Guide.md +- Commands: + - Readme: Readme.md + - Commands List: Commands List.md +- Permissions System: Permissions System.md +- JSON Explanations: JSON Explanations.md +- Custom Reactions: Custom Reactions.md +- Frequently Asked Questions: Frequently Asked Questions.md +- Contribution Guide: Contribution Guide.md +- ❤ Donate ❤: Donate.md + +theme: readthedocs