summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/documentation_index.md26
1 files changed, 17 insertions, 9 deletions
diff --git a/docs/documentation_index.md b/docs/documentation_index.md
index dcdf433..1a5a6c4 100644
--- a/docs/documentation_index.md
+++ b/docs/documentation_index.md
@@ -2,17 +2,25 @@
## How to install
-- [Traditional setup guide](Installation.md)
-- [Docker setup guide](Install-with-Docker.md)
+* [Traditional setup guide](Installation.md)
+* [Docker setup guide](Install-with-Docker.md)
-### Directory structure
+### Documentation
-- [Directory structure](https://www.azerothcore.org/wiki/Directory-Structure)
+* [Directory structure](Directory-Structure)
+* [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)
-## Modular system
+# Extends AzerothCore
-[WIP]
+* [The Modular Structure](The-Modular-Structure)
+* [Hooks Bash](Hooks-Bash)
+* [Hooks Cmake](Hooks-Cmake)
+* [Hooks C++](Create-a-new-Hook)
-### Bash system
-
-- [Bash system](bash_system.md)