From 91ec8578d46ac5fcfbb59c5930f7f0d5f35de3a9 Mon Sep 17 00:00:00 2001 From: miraai Date: Thu, 4 Aug 2016 00:06:45 +0200 Subject: [PATCH] mkdocs --- .../nadekobot/checkouts/latest/docs/mkdocs.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/docs/checkouts/readthedocs.org/user_builds/nadekobot/checkouts/latest/docs/mkdocs.yml diff --git a/docs/docs/checkouts/readthedocs.org/user_builds/nadekobot/checkouts/latest/docs/mkdocs.yml b/docs/docs/checkouts/readthedocs.org/user_builds/nadekobot/checkouts/latest/docs/mkdocs.yml new file mode 100644 index 00000000..56435ef0 --- /dev/null +++ b/docs/docs/checkouts/readthedocs.org/user_builds/nadekobot/checkouts/latest/docs/mkdocs.yml @@ -0,0 +1,18 @@ +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 +- Commands List: commandslist.md +- Permissions System: permissions.md +- JSON Explanations: explanations.md +- Custom Commands: customreactions.md +- Frequently Asked Questions: FAQ.md +- Contribution Guide: contributionguide.md + +theme: readthedocs \ No newline at end of file