From 6e085fae960c7e1e40b4f20d1ca5b08aca5537f7 Mon Sep 17 00:00:00 2001 From: Axel Cocat Date: Sat, 6 May 2023 23:54:52 +0200 Subject: [PATCH] feat(docs): rework index --- .../docs/ElunaDoc/templates/_base.html | 2 +- .../docs/ElunaDoc/templates/index.html | 30 ++++++++++++------- 2 files changed, 21 insertions(+), 11 deletions(-) diff --git a/src/LuaEngine/docs/ElunaDoc/templates/_base.html b/src/LuaEngine/docs/ElunaDoc/templates/_base.html index 573f368..c5f2d8b 100644 --- a/src/LuaEngine/docs/ElunaDoc/templates/_base.html +++ b/src/LuaEngine/docs/ElunaDoc/templates/_base.html @@ -4,7 +4,7 @@ - + {% block title %}Eluna API{% endblock %} diff --git a/src/LuaEngine/docs/ElunaDoc/templates/index.html b/src/LuaEngine/docs/ElunaDoc/templates/index.html index 49c4cac..a94792a 100644 --- a/src/LuaEngine/docs/ElunaDoc/templates/index.html +++ b/src/LuaEngine/docs/ElunaDoc/templates/index.html @@ -24,27 +24,37 @@

Eluna is a Lua engine for World of Warcraft emulators. - Eluna supports CMaNGOS/MaNGOS - and TrinityCore. + These pages are for AzerothCore's version, but Eluna also supports + CMaNGOS/MaNGOS and TrinityCore.

- To get Eluna, simply clone your favorite version of MaNGOS or Trinity from - our Github account. - Each fork there has Eluna already integrated, so you just need to compile and go! + You can get support in the #eluna-ac channel of AzerothCore's Discord server.

- Follow us on our Twitter page to view the latest news about what's going on with Eluna. + You can also join the official Eluna Discord server, where you'll be able to find resources, releases and support provided by the Eluna community.

-

+

+ How to Install +

+

+

    +
  1. If you haven't already, clone AzerothCore from our GitHub repository
  2. +
  3. Go to the modules directory and run the following command:
    git clone https://github.com/azerothcore/mod-eluna.git mod-eluna
  4. +
  5. Run CMake
  6. +
  7. Build AzerothCore
  8. +
+

+ +

- About this documentation + About this Documentation

The layout, CSS, and Javascript code for this documentation was borrowed from doc.rust-lang.org. @@ -74,4 +84,4 @@ {%- endfor %} -{% endblock %} \ No newline at end of file +{% endblock %}