feat(docs): rework index

This commit is contained in:
Axel Cocat
2023-05-06 23:54:52 +02:00
parent 9f7167c67b
commit 6e085fae96
2 changed files with 21 additions and 11 deletions

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="{% block description %}API documentation for the Eluna engine.{% endblock %}"> <meta name="description" content="{% block description %}API documentation for the Eluna engine.{% endblock %}">
<meta name="keywords" content="eluna, lua, lua engine, trinitycore, trinity, mangos, cmangos, script, scripting, doc, docs, documentation"> <meta name="keywords" content="eluna, lua, lua engine, azerothcore, script, scripting, doc, docs, documentation">
<title>{% block title %}Eluna API{% endblock %}</title> <title>{% block title %}Eluna API{% endblock %}</title>

View File

@@ -24,27 +24,37 @@
</h2> </h2>
<p> <p>
Eluna is a <a href="http://www.lua.org/">Lua</a> engine for World of Warcraft emulators. Eluna is a <a href="http://www.lua.org/">Lua</a> engine for World of Warcraft emulators.
Eluna supports <a href="http://cmangos.net/">CMaNGOS</a>/<a href="https://www.getmangos.eu/home.php">MaNGOS</a> These pages are for <a href="https://www.azerothcore.org/">AzerothCore</a>'s version, but Eluna also supports
and <a href="http://www.trinitycore.org/">TrinityCore</a>. <a href="https://cmangos.net/">CMaNGOS</a>/<a href="https://www.getmangos.eu/">MaNGOS</a> and <a href="https://www.trinitycore.org/">TrinityCore</a>.
</p> </p>
<p> <p>
To get Eluna, simply clone your favorite version of MaNGOS or Trinity from You can get support in the <code>#eluna-ac</code> channel of <a href="https://discord.com/invite/V3Dkwxvh">AzerothCore's Discord server</a>.
<a href="https://github.com/ElunaLuaEngine">our Github account</a>.
Each fork there has Eluna already integrated, so you just need to compile and go!
</p> </p>
<p> <p>
Follow us on <a href="https://twitter.com/EmuDevs">our Twitter page</a> to view the latest news about what's going on with Eluna. You can also join the <a href="https://discord.com/invite/bjkCVWqqfX">official Eluna Discord server</a>, where you'll be able to find resources, releases and support provided by the Eluna community.
</p> </p>
<h2 id="tutorials-and-guides" class='section-header'> <h2 id="installation" class='section-header'>
<a href="#installation">How to Install</a>
</h2>
<p>
<ol>
<li>If you haven't already, clone AzerothCore from <a href="https://github.com/azerothcore/azerothcore-wotlk">our GitHub repository</a></li>
<li>Go to the modules directory and run the following command: <pre>git clone https://github.com/azerothcore/mod-eluna.git mod-eluna</pre></li>
<li>Run CMake</li>
<li>Build AzerothCore</li>
</ol>
</p>
<!-- <h2 id="tutorials-and-guides" class='section-header'>
<a href="#tutorials-and-guides">Tutorials & Guides</a> <a href="#tutorials-and-guides">Tutorials & Guides</a>
</h2> </h2>
<p> <p>
We haven't written tutorials yet, but when we do, we'll put the links here. We haven't written tutorials yet, but when we do, we'll put the links here.
</p> </p> -->
<h2 id="about-this-documentation" class='section-header'> <h2 id="about-this-documentation" class='section-header'>
<a href="#about-this-documentation">About this documentation</a> <a href="#about-this-documentation">About this Documentation</a>
</h2> </h2>
<p> <p>
The layout, CSS, and Javascript code for this documentation was borrowed from <a href="http://doc.rust-lang.org/">doc.rust-lang.org</a>. The layout, CSS, and Javascript code for this documentation was borrowed from <a href="http://doc.rust-lang.org/">doc.rust-lang.org</a>.
@@ -74,4 +84,4 @@
</tr> </tr>
{%- endfor %} {%- endfor %}
</table> </table>
{% endblock %} {% endblock %}