summaryrefslogtreecommitdiff
path: root/docs/documentation-index.md
blob: 059bacc989cc2368cb0ee13ee2dd612a1411198f (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
redirect_from: /documentation_index
---

# Documentation index

## How to install

* [Traditional setup guide](installation.md)
* [Docker setup guide](install-with-docker.md)

## Help

* [FAQ](faq)
* [Common Errors](common-errors)

## Documentation

* [Bash system](bash_system.md)
* [Bitwise operations](bit-and-bytes-tutorial.md)
* [Clang Format](clang-format)
* [CMake options](cmake-options.md)
* [Directory structure](directory-structure.md)
* [Exit Codes](exitcodes.md)
* [How to Debug and Restart](how-to-restart-and-debug.md)
* [IP2LOCATION](ip2location.md)
* [Logging Configuration](logging-configuration.md)
* [MySQL types (C++)](mysqltypescpp.md)
* [Project Versioning](project-versioning.md)
* [SQL Directory](sql-directory.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)
* [Run Worldserver and Authserver in Visual Studio](run-worldserver-and-authserver-in-visual-studio.md)
* [Useful SQL Snippets](useful-sql.md)

## External resources

* <a href="https://wowdev.wiki/Category:DBC_WotLK" target="_blank">DBC Documentation</a>