diff options
| author | Francesco Borzì <borzifrancesco@gmail.com> | 2019-02-26 22:42:09 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-26 22:42:09 +0100 |
| commit | 611aa36dd19769d9f7b9a39f48ae7665467b5fe4 (patch) | |
| tree | d351fe807dc014ca8c6c06f81c9aa14539789b79 | |
| parent | 516d84e3f262e42573e12cd75c535eea31dcc95d (diff) | |
| download | wiki-611aa36dd19769d9f7b9a39f48ae7665467b5fe4.tar.gz wiki-611aa36dd19769d9f7b9a39f48ae7665467b5fe4.tar.bz2 wiki-611aa36dd19769d9f7b9a39f48ae7665467b5fe4.zip | |
Update sidebar.html
| -rw-r--r-- | _includes/azerothcore/sidebar.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/_includes/azerothcore/sidebar.html b/_includes/azerothcore/sidebar.html index f63dbf4..f09ee71 100644 --- a/_includes/azerothcore/sidebar.html +++ b/_includes/azerothcore/sidebar.html @@ -16,6 +16,12 @@ <li> <a href="/wiki/How-to-test-a-PR">How to test a PR</a> <li> <a href="/wiki/How-to-test-DB-only-changes">How to test DB-only changes</a> </ul> +<b>Database [WIP]:</b> +<ul> +<li> <a href="/wiki/database-world">DB world</a> +<li> <a href="/wiki/database-characters">DB characters</a> +<li> <a href="/wiki/database-auth">DB auth</a> +</ul> <b>Other:</b> <ul> <li> <a href="/wiki/How-to-ask-for-help">How to ask for help</a> |
