blob: db436b3b83344abd6da7478914f970c7378573da (
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
27
28
29
30
31
32
33
34
35
36
|
# Documentation index
## How to install
* [Traditional setup guide](Installation.md)
* [Docker setup guide](Install-with-Docker.md)
## Documentation
* [Bash system](bash_system.md)
* [Bitwise operations](Bit-and_bytes-tutorial.md)
* [CMake options](CMake-options.md)
* [Directory structure](Directory-Structure.md)
* [How to Debug and Restart](how-to-restart-and-debug.md)
* [Logging Configuration](logging-configuration.md)
* [MySQL types (C++)](MySQLtypesC++.md)
* [Project Versioning](Project-Versioning.md)
* [SQL Versioning](SQL-Versioning.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.md)
* [Hooks Bash](Hooks-Bash.md)
* [Hooks Cmake](Hooks-Cmake.md)
* [Hooks C++](hooks-script.md)
## Recipes & Techniques
* [How to import DBC data into SQL](how-to-import-dbc-data-in-db.md)
|