diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2019-02-17 21:58:43 +0100 |
|---|---|---|
| committer | Yehonal <yehonal.azeroth@gmail.com> | 2019-02-17 21:58:43 +0100 |
| commit | 9a4235a594c24e85146f39862fc62d1825c56894 (patch) | |
| tree | d2b63b740aef784e95af26e4644c7744eea81e05 | |
| parent | 0a2a2684bd6db06bcd2d3fc5f482ee40e192a398 (diff) | |
| download | wiki-9a4235a594c24e85146f39862fc62d1825c56894.tar.gz wiki-9a4235a594c24e85146f39862fc62d1825c56894.tar.bz2 wiki-9a4235a594c24e85146f39862fc62d1825c56894.zip | |
sidebar
| -rw-r--r-- | _config.yml | 2 | ||||
| -rw-r--r-- | _includes/azerothcore/sidebar.html | 74 |
2 files changed, 75 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index 5b86664..d591c52 100644 --- a/_config.yml +++ b/_config.yml @@ -121,7 +121,7 @@ inc_after_tail : inc_before_tools : inc_after_tools : -inc_before_page_list : +inc_before_page_list : "azerothcore/sidebar.html" inc_after_page_list : inc_before_post_list : inc_after_post_list : diff --git a/_includes/azerothcore/sidebar.html b/_includes/azerothcore/sidebar.html new file mode 100644 index 0000000..831a536 --- /dev/null +++ b/_includes/azerothcore/sidebar.html @@ -0,0 +1,74 @@ +How-To ( master 2.x-dev ) + +* <a href="/wiki/Install-with-Docker">Install with Docker</a> + +Install on your System: + +* <a href="/wiki/Requirements">Requirements</a> + +* <a href="/wiki/Installation">Installation</a> + +* <a href="/wiki/Database-Setup">Database Setup</a> + +* <a href="/wiki/Update">Update your core</a> + +Contributing: + +* <a href="/wiki/Contribute">How to contribute </a> + +* <a href="/wiki/How-to-test-a-PR">How to test a PR</a> +* <a href="/wiki/How-to-test-DB-only-changes">How to test DB-only changes</a> + +Other: + +* <a href="/wiki/FAQ">FAQ</a> + +* <a href="/wiki/Creating-Accounts">Create Accounts</a> + +* <a href="/wiki/Dealing-with-SQL-files">Dealing with SQL files</a> + +* <a href="/wiki/Syncing-your-fork">Syncing your fork</a> + +* <a href="/wiki/Create-a-Module">Create a Module</a> + +* <a href="/wiki/Create-a-Script">Create your first Script</a> + +* <a href="/wiki/how-to-work-with-conf-files">Work with configuration files (.conf & .conf.dist)</a> + +* <a href="/wiki/Extract-Client-Data">Extract client data (maps, mmaps, vmaps, dbc)</a> + +Current supported Versions: + +* <a href="/wiki/release_1.x">Release 1.x - First Composition</a> + +Documentation + +* <a href="/wiki/The-Modular-Structure">The Modular Structure</a> + +* <a href="/wiki/Directory-Structure">Directory Structure</a> + +* <a href="/wiki/Coding-Standards">Coding Standards</a> + +* <a href="/wiki/Project-Versioning">Project Versioning</a> + +* <a href="/wiki/sql-Versioning">Sql Versioning</a> + +* <a href="/wiki/Hooks-Bash">Hooks Bash</a> + +* <a href="/wiki/Hooks-Cmake">Hooks Cmake</a> + +* <a href="/wiki/Create-a-new-Hook">Hooks C++</a> + +* <a href="/wiki/database-structure">Database Structure</a> + +* <a href="/wiki/CMake-options">CMake options</a> + +Archive + +* <a href="/wiki/Original-SunwellCore-Description">Original SC Description</a> + +* <a href="/wiki/Previous-Version-Documentation">Archived Versions Documentation</a> + +Old unsupported Versions: + +* <a href="/wiki/release_0.x">Release 0.x - SunWell</a> |
