summaryrefslogtreecommitdiff
path: root/docs/documentation-index.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/documentation-index.md')
-rw-r--r--docs/documentation-index.md52
1 files changed, 52 insertions, 0 deletions
diff --git a/docs/documentation-index.md b/docs/documentation-index.md
new file mode 100644
index 0000000..e69d24e
--- /dev/null
+++ b/docs/documentation-index.md
@@ -0,0 +1,52 @@
+---
+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)
+* [CMake options](cmake-options.md)
+* [Directory structure](directory-structure.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)
+
+## External resources
+
+* <a href="https://wowdev.wiki/Category:DBC_WotLK" target="_blank">DBC Documentation</a>
+