blob: 685de59fb7c268add45951f09a834271de89e9ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Documentation index
## How to install
* [Traditional setup guide](Installation.md)
* [Docker setup guide](Install-with-Docker.md)
## Documentation
* [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)
## Extend AzerothCore
* [The Modular Structure](The-Modular-Structure)
* [Hooks Bash](Hooks-Bash)
* [Hooks Cmake](Hooks-Cmake)
* [Hooks C++](Create-a-new-Hook)
|