From 9a4235a594c24e85146f39862fc62d1825c56894 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Sun, 17 Feb 2019 21:58:43 +0100 Subject: sidebar --- _config.yml | 2 +- _includes/azerothcore/sidebar.html | 74 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 75 insertions(+), 1 deletion(-) create mode 100644 _includes/azerothcore/sidebar.html 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 ) + +* Install with Docker + +Install on your System: + +* Requirements + +* Installation + +* Database Setup + +* Update your core + +Contributing: + +* How to contribute + +* How to test a PR +* How to test DB-only changes + +Other: + +* FAQ + +* Create Accounts + +* Dealing with SQL files + +* Syncing your fork + +* Create a Module + +* Create your first Script + +* Work with configuration files (.conf & .conf.dist) + +* Extract client data (maps, mmaps, vmaps, dbc) + +Current supported Versions: + +* Release 1.x - First Composition + +Documentation + +* The Modular Structure + +* Directory Structure + +* Coding Standards + +* Project Versioning + +* Sql Versioning + +* Hooks Bash + +* Hooks Cmake + +* Hooks C++ + +* Database Structure + +* CMake options + +Archive + +* Original SC Description + +* Archived Versions Documentation + +Old unsupported Versions: + +* Release 0.x - SunWell -- cgit