From dc10f4f80b1618ef5e87b81548f0439596f99b9a Mon Sep 17 00:00:00 2001 From: Master Kwoth Date: Sun, 11 Jun 2017 14:59:36 +0200 Subject: [PATCH] change test --- appveyor.yml | 2 +- mkdocs.yml | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 1b709532..cee8a638 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.0.{build} +version: 1.4.{build} before_build: - cmd: >- git submodule update --init --recursive diff --git a/mkdocs.yml b/mkdocs.yml index 2e42b673..e8ccbbad 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -8,13 +8,15 @@ pages: - 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 -- Permissions System: Permissions System.md -- JSON Explanations: JSON Explanations.md -- Custom Reactions: Custom Reactions.md +- Features Explained: + - 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