From 89e5372f6efa1ba93f11309c45d2d1b48602dde6 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Thu, 15 Apr 2021 12:15:13 +0200 Subject: fix(guide): Broken links (#431) * Update Spell_system.md * d --- _includes/azerothcore/sidebar.html | 3 +-- docs/installation-guide.md | 55 -------------------------------------- docs/installation.md | 55 ++++++++++++++++++++++++++++++++++++++ docs/linux-requirements.md | 4 +-- docs/macos-requirements.md | 4 +-- docs/requirements.md | 4 +-- docs/windows-requirements.md | 4 +-- 7 files changed, 64 insertions(+), 65 deletions(-) delete mode 100644 docs/installation-guide.md create mode 100644 docs/installation.md diff --git a/_includes/azerothcore/sidebar.html b/_includes/azerothcore/sidebar.html index e979c13..7b072b3 100644 --- a/_includes/azerothcore/sidebar.html +++ b/_includes/azerothcore/sidebar.html @@ -38,11 +38,10 @@
  • 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)
  • +
  • Extract client data (maps, mmaps, vmaps, dbc)
  • Linux automatic restarter
  • GM Commands
  • Information about waypoints
  • diff --git a/docs/installation-guide.md b/docs/installation-guide.md deleted file mode 100644 index c9c89e0..0000000 --- a/docs/installation-guide.md +++ /dev/null @@ -1,55 +0,0 @@ -# Installation Guide - -## Introduction - -There are several ways to install AzerothCore, you need to choose **ONE**. - -- [**Azerothcore Classic Setup**](#azerothcore-classic-setup) - the traditional way of installing AzerothCore. Battle-tested, recommended for all operating systems for any purposes. This process gives more awareness of how AzerothCore is structured. See below in this page. - -- [Docker setup](Install-with-Docker.md) - a simplified installation process based on Docker. - -- [AzerothCore Bash Dashboard setup](ac-dashboard-core-installation.md) - simplest way of installing AzerothCore, recommended for **Linux** systems for both local development and production. Currently not recommended for Windows or macOS. - -There are also other tutorials from the community for specific platforms: - -- [Amazon Web Services](aws-tutorial.md) - -- [Digital Ocean droplet](digital-ocean-video-tutorial.md) - -- [ArchLinux](arch-linux.md) - -## Azerothcore Classic setup - -Every step of the guide is divided in three tabs regarding different operating systems (Linux, macOS and Windows). - -The guide has been divided into 8 steps, to make it more readable: - -1. [Requirements](requirements.md) - -1. [Core Installation](core-installation.md) - -1. [Server Setup](server-setup.md) - -1. [Database Installation](database-installation.md) - -1. [Networking](networking.md) - -1. [Final Server Steps](final-server-steps.md) - -1. [Keeping the Server Up-to-Date](keeping-the-server-up-to-date.md) - -1. [Client Setup](client-setup.md) - -Each step can be read independently or you can read them neatly, to gradually get into it and better understand it all. - -*Tip: If this is your first time installing AzerothCore we recommend that you read every step carefully!* - -
    - -## Help - -If you are still having problems, check: - -* [How to ask for help](How-to-ask-for-help.md) - -* [Join our Discord Server](https://discord.gg/gkt4y2x), but it is not a 24/7 support channel. A staff member will answer you whenever they have time. diff --git a/docs/installation.md b/docs/installation.md new file mode 100644 index 0000000..c9c89e0 --- /dev/null +++ b/docs/installation.md @@ -0,0 +1,55 @@ +# Installation Guide + +## Introduction + +There are several ways to install AzerothCore, you need to choose **ONE**. + +- [**Azerothcore Classic Setup**](#azerothcore-classic-setup) - the traditional way of installing AzerothCore. Battle-tested, recommended for all operating systems for any purposes. This process gives more awareness of how AzerothCore is structured. See below in this page. + +- [Docker setup](Install-with-Docker.md) - a simplified installation process based on Docker. + +- [AzerothCore Bash Dashboard setup](ac-dashboard-core-installation.md) - simplest way of installing AzerothCore, recommended for **Linux** systems for both local development and production. Currently not recommended for Windows or macOS. + +There are also other tutorials from the community for specific platforms: + +- [Amazon Web Services](aws-tutorial.md) + +- [Digital Ocean droplet](digital-ocean-video-tutorial.md) + +- [ArchLinux](arch-linux.md) + +## Azerothcore Classic setup + +Every step of the guide is divided in three tabs regarding different operating systems (Linux, macOS and Windows). + +The guide has been divided into 8 steps, to make it more readable: + +1. [Requirements](requirements.md) + +1. [Core Installation](core-installation.md) + +1. [Server Setup](server-setup.md) + +1. [Database Installation](database-installation.md) + +1. [Networking](networking.md) + +1. [Final Server Steps](final-server-steps.md) + +1. [Keeping the Server Up-to-Date](keeping-the-server-up-to-date.md) + +1. [Client Setup](client-setup.md) + +Each step can be read independently or you can read them neatly, to gradually get into it and better understand it all. + +*Tip: If this is your first time installing AzerothCore we recommend that you read every step carefully!* + +
    + +## Help + +If you are still having problems, check: + +* [How to ask for help](How-to-ask-for-help.md) + +* [Join our Discord Server](https://discord.gg/gkt4y2x), but it is not a 24/7 support channel. A staff member will answer you whenever they have time. diff --git a/docs/linux-requirements.md b/docs/linux-requirements.md index 55bee40..8be6af3 100644 --- a/docs/linux-requirements.md +++ b/docs/linux-requirements.md @@ -3,7 +3,7 @@ | Installation Guide | | | :- | :- | | This article is a part of the Installation Guide. You can read it alone or click on the previous link to easily move between the steps. | -| [<< Start: Installation Guide](installation-guide.md) | [Step 2: Core Installation >>](core-intallation.md) | +| [<< Start: Installation Guide](installation.md) | [Step 2: Core Installation >>](core-intallation.md) | | | | :- | @@ -171,4 +171,4 @@ If you are still having problems, check: | Installation Guide | | | :- | :- | | This article is a part of the Installation Guide. You can read it alone or click on the previous link to easily move between the steps. | -| [<< Start: Installation Guide](installation-guide.md) | [Step 2: Core Installation >>](core-intallation.md) | +| [<< Start: Installation Guide](installation.md) | [Step 2: Core Installation >>](core-intallation.md) | diff --git a/docs/macos-requirements.md b/docs/macos-requirements.md index 2a10d11..b53f5c8 100644 --- a/docs/macos-requirements.md +++ b/docs/macos-requirements.md @@ -3,7 +3,7 @@ | Installation Guide | | | :- | :- | | This article is a part of the Installation Guide. You can read it alone or click on the previous link to easily move between the steps. | -| [<< Start: Installation Guide](installation-guide.md) | [Step 2: Core Installation >>](core-intallation.md) | +| [<< Start: Installation Guide](installation.md) | [Step 2: Core Installation >>](core-intallation.md) | | | | :- | @@ -61,4 +61,4 @@ If you are still having problems, check: | Installation Guide | | | :- | :- | | This article is a part of the Installation Guide. You can read it alone or click on the previous link to easily move between the steps. | -| [<< Start: Installation Guide](installation-guide.md) | [Step 2: Core Installation >>](core-intallation.md) | +| [<< Start: Installation Guide](installation.md) | [Step 2: Core Installation >>](core-intallation.md) | diff --git a/docs/requirements.md b/docs/requirements.md index 1eb382d..8dd42f4 100644 --- a/docs/requirements.md +++ b/docs/requirements.md @@ -3,7 +3,7 @@ | Installation Guide | | | :- | :- | | This article is a part of the Installation Guide. You can read it alone or click on the previous link to easily move between the steps. | -| [<< Start: Installation Guide](installation-guide.md) | [Step 2: Core Installation >>](core-installation.md) | +| [<< Start: Installation Guide](installation.md) | [Step 2: Core Installation >>](core-installation.md) | [Linux Requirements](linux-requirements.md) @@ -24,4 +24,4 @@ If you are still having problems, check: | Installation Guide | | | :- | :- | | This article is a part of the Installation Guide. You can read it alone or click on the previous link to easily move between the steps. | -| [<< Start: Installation Guide](installation-guide.md) | [Step 2: Core Installation >>](core-installation.md) | +| [<< Start: Installation Guide](installation.md) | [Step 2: Core Installation >>](core-installation.md) | diff --git a/docs/windows-requirements.md b/docs/windows-requirements.md index 1bd3b3a..20ab206 100644 --- a/docs/windows-requirements.md +++ b/docs/windows-requirements.md @@ -3,7 +3,7 @@ | Installation Guide | | | :- | :- | | This article is a part of the Installation Guide. You can read it alone or click on the previous link to easily move between the steps. | -| [<< Start: Installation Guide](installation-guide.md) | [Step 2: Core Installation >>](core-intallation.md) | +| [<< Start: Installation Guide](installation.md) | [Step 2: Core Installation >>](core-intallation.md) | | | | :- | @@ -86,4 +86,4 @@ If you are still having problems, check: | Installation Guide | | | :- | :- | | This article is a part of the Installation Guide. You can read it alone or click on the previous link to easily move between the steps. | -| [<< Start: Installation Guide](installation-guide.md) | [Step 2: Core Installation >>](core-intallation.md) | +| [<< Start: Installation Guide](installation.md) | [Step 2: Core Installation >>](core-intallation.md) | -- cgit