summaryrefslogtreecommitdiff
path: root/docs/documentation_index.md
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2021-06-12 14:50:58 +0200
committerGitHub <noreply@github.com>2021-06-12 14:50:58 +0200
commitf309cf79bbb032a0686b7d04feb8fec18e600a84 (patch)
tree9ea7db08f0698ec9af213941307c83246c7b68a3 /docs/documentation_index.md
parentb2610fad21012673061f5af786b022c96625cc26 (diff)
downloadwiki-f309cf79bbb032a0686b7d04feb8fec18e600a84.tar.gz
wiki-f309cf79bbb032a0686b7d04feb8fec18e600a84.tar.bz2
wiki-f309cf79bbb032a0686b7d04feb8fec18e600a84.zip
chore: file naming standard (#517)
* A * file naming standard Fixes #491 * Revert "A" This reverts commit 1c225fed753554098069597a2bbcbe08213b76a1. * rename * Revert "rename" This reverts commit 65fd916faf8530ce258cc2b475c93971468680fe. * Revert "file naming standard" This reverts commit 6ca5a703a9e9d59f9c773029e4c04bfd012b6abb. * bye * Hi * Create the-staging-branch.md * 1 * Delete how-to-create-a-PR.md * Create how-to-create-a-pr.md * werafgt * Update the-modular-structure.md * wef
Diffstat (limited to 'docs/documentation_index.md')
-rw-r--r--docs/documentation_index.md22
1 files changed, 11 insertions, 11 deletions
diff --git a/docs/documentation_index.md b/docs/documentation_index.md
index 4f8946d..669a639 100644
--- a/docs/documentation_index.md
+++ b/docs/documentation_index.md
@@ -2,20 +2,20 @@
## 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)
## Documentation
* [Bash system](bash_system.md)
-* [Bitwise operations](Bit-and_bytes-tutorial.md)
-* [CMake options](CMake-options.md)
-* [Directory structure](Directory-Structure.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)
+* [MySQL types (C++)](mysqltypescpp.md)
+* [Project Versioning](project-versioning.md)
+* [SQL Versioning](sql-versioning.md)
## Database
@@ -25,9 +25,9 @@
## Extend AzerothCore
-* [The Modular Structure](The-Modular-Structure.md)
-* [Hooks Bash](Hooks-Bash.md)
-* [Hooks Cmake](Hooks-Cmake.md)
+* [The Modular Structure](the-modular-structure.md)
+* [Hooks Bash](hooks-bash.md)
+* [Hooks Cmake](hooks-cmake.md)
* [Hooks C++](hooks-script.md)
## Recipes & Techniques