diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2021-05-05 17:32:29 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-05 17:32:29 +0200 |
| commit | 784d164bf24c7fdf84fc24c5d172705a8ce61aa2 (patch) | |
| tree | 8acad0c21d8369906eef72b65d81ffc474ab5a61 /docs/documentation_index.md | |
| parent | 055302fffe2fcb60d87bce1688a21e3880b4b238 (diff) | |
| download | wiki-784d164bf24c7fdf84fc24c5d172705a8ce61aa2.tar.gz wiki-784d164bf24c7fdf84fc24c5d172705a8ce61aa2.tar.bz2 wiki-784d164bf24c7fdf84fc24c5d172705a8ce61aa2.zip | |
feat(Logger): Document how logger and appender works (#461)
* feat(Logger): Document how logger and appender works
* Update logging-configuration.md
Diffstat (limited to 'docs/documentation_index.md')
| -rw-r--r-- | docs/documentation_index.md | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/docs/documentation_index.md b/docs/documentation_index.md index eae5417..59643b4 100644 --- a/docs/documentation_index.md +++ b/docs/documentation_index.md @@ -7,22 +7,21 @@ ## Documentation -* [Directory structure](Directory-Structure.md) * [Bash system](bash_system.md) -* [Directory Structure](Directory-Structure.md) -* [Coding Standards](Coding-Standards.md) -* [Project Versioning](Project-Versioning.md) -* [SQL Versioning](SQL-Versioning.md) -* [MySQL types (C++)](MySQLtypesC++.md) -* [CMake options](CMake-options.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) +* [DB auth](database-auth.md) +* [DB characters](database-characters.md) +* [DB world](database-world.md) ## Extend AzerothCore |
