From 9d0e8442f01f872dd6da93edaf2382cbb4e0e855 Mon Sep 17 00:00:00 2001 From: miraai Date: Thu, 4 Aug 2016 00:40:20 +0200 Subject: [PATCH] Delete mkdocs.yml --- docs/docs/mkdocs.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 docs/docs/mkdocs.yml diff --git a/docs/docs/mkdocs.yml b/docs/docs/mkdocs.yml deleted file mode 100644 index 7b159ab4..00000000 --- a/docs/docs/mkdocs.yml +++ /dev/null @@ -1,18 +0,0 @@ -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: https://github.com/Kwoth/NadekoBot/blob/master/commandlist.md -- Permissions System: permissions.md -- JSON Explanations: explanations.md -- Custom Commands: customreactions.md -- Frequently Asked Questions: FAQ.md -- Contribution Guide: contributionguide.md - -theme: readthedocs