From f309cf79bbb032a0686b7d04feb8fec18e600a84 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Sat, 12 Jun 2021 14:50:58 +0200 Subject: 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 --- docs/documentation_index.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'docs/documentation_index.md') 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 -- cgit