summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2020-06-21 11:55:12 +0200
committerYehonal <yehonal.azeroth@gmail.com>2020-06-21 13:27:12 +0200
commit6145426d306a80f1e8e186d4c5d15c5ee290f6f3 (patch)
treee8a2a6e3a8f8515234587faf5582f1048a00d014 /docs
parente68a53936ff3c637634bbdf288ccab61bbf4daa9 (diff)
downloadwiki-6145426d306a80f1e8e186d4c5d15c5ee290f6f3.tar.gz
wiki-6145426d306a80f1e8e186d4c5d15c5ee290f6f3.tar.bz2
wiki-6145426d306a80f1e8e186d4c5d15c5ee290f6f3.zip
Update documentation_index.md
Diffstat (limited to 'docs')
-rw-r--r--docs/documentation_index.md30
1 files 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)