From 6145426d306a80f1e8e186d4c5d15c5ee290f6f3 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Sun, 21 Jun 2020 11:55:12 +0200 Subject: Update documentation_index.md --- docs/documentation_index.md | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/docs/documentation_index.md b/docs/documentation_index.md index 685de59..8b5528a 100644 --- a/docs/documentation_index.md +++ b/docs/documentation_index.md @@ -7,20 +7,26 @@ ## Documentation -* [Directory structure](Directory-Structure) +* [Directory structure](Directory-Structure.md) * [Bash system](bash_system.md) -* [Directory Structure](Directory-Structure) -* [Coding Standards](Coding-Standards) -* [Project Versioning](Project-Versioning) -* [SQL Versioning](SQL-Versioning) -* [MySQL types (C++)](MySQLtypesC++) -* [CMake options](CMake-options) -* [Bitwise operations](Bit-and_bytes-tutorial) +* [Directory Structure](Directory-Structure.md) +* [Coding Standards](Coding-Standards.md) +* [Project Versioning](Project-Versioning.md) +* [SQL Versioning](SQL-Versioning.md) +* [MySQL types (C++)](MySQLtypesC++.md) +* [CMake options](CMake-options.md) +* [Bitwise operations](Bit-and_bytes-tutorial.md) + +## Database + +* [DB auth](database-auth.md) +* [DB characters](database-characters.md) +* [DB world](database-world.md) ## Extend AzerothCore -* [The Modular Structure](The-Modular-Structure) -* [Hooks Bash](Hooks-Bash) -* [Hooks Cmake](Hooks-Cmake) -* [Hooks C++](Create-a-new-Hook) +* [The Modular Structure](The-Modular-Structure.md) +* [Hooks Bash](Hooks-Bash.md) +* [Hooks Cmake](Hooks-Cmake.md) +* [Hooks C++](Create-a-new-Hook.md) -- cgit