From 741f8609c7da01500ebdcbfcf0ce20e1297dc63a Mon Sep 17 00:00:00 2001 From: Yehonal Date: Sun, 17 Feb 2019 19:07:55 +0100 Subject: it works, so use _docs --- _config.yml | 2 +- _docs/home.md | 9 +++++++++ _pages/home.md | 9 --------- 3 files changed, 10 insertions(+), 10 deletions(-) create mode 100644 _docs/home.md delete mode 100644 _pages/home.md diff --git a/_config.yml b/_config.yml index 21c323c..2b6b637 100644 --- a/_config.yml +++ b/_config.yml @@ -54,7 +54,7 @@ google_cse_token: # check _layouts folder # collections: - pages: + docs: output: true permalink: /:path/ diff --git a/_docs/home.md b/_docs/home.md new file mode 100644 index 0000000..c02631f --- /dev/null +++ b/_docs/home.md @@ -0,0 +1,9 @@ +--- +redirect_from: + - / +--- + +Welcome to the AzerothCore project wiki! + +- [Traditional setup guide](wiki/Installation) +- [Docker setup guide](wiki/Install-with-Docker) diff --git a/_pages/home.md b/_pages/home.md deleted file mode 100644 index c02631f..0000000 --- a/_pages/home.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -redirect_from: - - / ---- - -Welcome to the AzerothCore project wiki! - -- [Traditional setup guide](wiki/Installation) -- [Docker setup guide](wiki/Install-with-Docker) -- cgit