From abd138f1969bd2ccec4847a6681e0b42652681e5 Mon Sep 17 00:00:00 2001 From: Jamie Kelly Date: Fri, 28 Apr 2017 07:04:38 +0100 Subject: [PATCH] Rearranged into alphabetical order Swapped a couple of the guides around in the index page so that they are in alphabetical order and match the navigation order. --- website/source/docs/guides/index.html.markdown | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/website/source/docs/guides/index.html.markdown b/website/source/docs/guides/index.html.markdown index 8042632b22..7a72700cad 100644 --- a/website/source/docs/guides/index.html.markdown +++ b/website/source/docs/guides/index.html.markdown @@ -16,10 +16,10 @@ The following guides are available: * [ACLs](/docs/guides/acl.html) - This guide covers Consul's Access Control List (ACL) capability, which can be used to control access to Consul resources. -* [Autopilot](/docs/guides/autopilot.html) - This guide covers Autopilot, which provides automatic operator-friendly management of Consul servers. - * [Adding/Removing Servers](/docs/guides/servers.html) - This guide covers how to safely add and remove Consul servers from the cluster. This should be done carefully to avoid availability outages. +* [Autopilot](/docs/guides/autopilot.html) - This guide covers Autopilot, which provides automatic operator-friendly management of Consul servers. + * [Bootstrapping](/docs/guides/bootstrapping.html) - This guide covers bootstrapping a new datacenter. This covers safely adding the initial Consul servers. * [DNS Caching](/docs/guides/dns-cache.html) - Enabling TTLs for DNS query caching @@ -34,7 +34,6 @@ The following guides are available: * [Outage Recovery](/docs/guides/outage.html) - This guide covers recovering a cluster that has become unavailable due to server failures. -* [Server Performance](/docs/guides/performance.html) - This guide covers minumum requirements for Consul servers as well as guidelines for running Consul servers in production. - * [Semaphore](/docs/guides/semaphore.html) - This guide covers using the KV store to implement a semaphore. +* [Server Performance](/docs/guides/performance.html) - This guide covers minumum requirements for Consul servers as well as guidelines for running Consul servers in production.