diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2020-06-21 11:48:43 +0200 |
|---|---|---|
| committer | Yehonal <yehonal.azeroth@gmail.com> | 2020-06-21 13:27:12 +0200 |
| commit | 84dab630626c77343338dbb4ed26c769b7dc40cc (patch) | |
| tree | 21ce1368e66834e7d621447cdb81564e7b356f08 /docs | |
| parent | 354b87f9fcafe32e68cc41c1f631f76000c9bb6a (diff) | |
| download | wiki-84dab630626c77343338dbb4ed26c769b7dc40cc.tar.gz wiki-84dab630626c77343338dbb4ed26c769b7dc40cc.tar.bz2 wiki-84dab630626c77343338dbb4ed26c769b7dc40cc.zip | |
Update documentation_index.md
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/documentation_index.md | 26 |
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) |
