diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2020-06-21 11:55:12 +0200 |
|---|---|---|
| committer | Yehonal <yehonal.azeroth@gmail.com> | 2020-06-21 13:27:12 +0200 |
| commit | 6145426d306a80f1e8e186d4c5d15c5ee290f6f3 (patch) | |
| tree | e8a2a6e3a8f8515234587faf5582f1048a00d014 /docs | |
| parent | e68a53936ff3c637634bbdf288ccab61bbf4daa9 (diff) | |
| download | wiki-6145426d306a80f1e8e186d4c5d15c5ee290f6f3.tar.gz wiki-6145426d306a80f1e8e186d4c5d15c5ee290f6f3.tar.bz2 wiki-6145426d306a80f1e8e186d4c5d15c5ee290f6f3.zip | |
Update documentation_index.md
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/documentation_index.md | 30 |
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) |
