From b781501462339649eac45d9d54f8dbbfb11a32db Mon Sep 17 00:00:00 2001 From: Yehonal Date: Sun, 17 Feb 2019 20:13:59 +0100 Subject: Rename index.md to home.md --- docs/home.md | 8 ++++++++ docs/index.md | 8 -------- 2 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 docs/home.md delete mode 100644 docs/index.md (limited to 'docs') diff --git a/docs/home.md b/docs/home.md new file mode 100644 index 0000000..c1e5eef --- /dev/null +++ b/docs/home.md @@ -0,0 +1,8 @@ +--- +redirect_from: "/" +--- + +Welcome to the AzerothCore project wiki! + +- [Traditional setup guide](Installation) +- [Docker setup guide](Install-with-Docker) diff --git a/docs/index.md b/docs/index.md deleted file mode 100644 index c1e5eef..0000000 --- a/docs/index.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -redirect_from: "/" ---- - -Welcome to the AzerothCore project wiki! - -- [Traditional setup guide](Installation) -- [Docker setup guide](Install-with-Docker) -- cgit