From 591edd3d14c63d9f2fb5a43bd820c2b020d854e8 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Sun, 17 Feb 2019 19:10:28 +0100 Subject: Update and rename home.md to index.md --- _docs/home.md | 9 --------- _docs/index.md | 4 ++++ 2 files changed, 4 insertions(+), 9 deletions(-) delete mode 100644 _docs/home.md create mode 100644 _docs/index.md (limited to '_docs') diff --git a/_docs/home.md b/_docs/home.md deleted file mode 100644 index c02631f..0000000 --- a/_docs/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) diff --git a/_docs/index.md b/_docs/index.md new file mode 100644 index 0000000..0317407 --- /dev/null +++ b/_docs/index.md @@ -0,0 +1,4 @@ +Welcome to the AzerothCore project wiki! + +- [Traditional setup guide](wiki/Installation) +- [Docker setup guide](wiki/Install-with-Docker) -- cgit