Update links for learn migration (#5223)
* Stared updaing links for the learn migration * Language change cluster -> datacenter (#5212) * Updating the language from cluster to datacenter in the backup guide to be consistent and more accurate. * missed some clusters * updated three broken links for the sidebar nav
This commit is contained in:
parent
2f67d84cfd
commit
7e8553ba4a
|
@ -14,13 +14,13 @@ guidance to do them safely.
|
|||
|
||||
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.
|
||||
* [ACLs](https://learn.hashicorp.com/consul/advanced/day-1-operations/acl-guide) - This guide covers Consul's Access Control List (ACL) capability, which can be used to control access to Consul resources.
|
||||
|
||||
* [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.
|
||||
* [Adding/Removing Servers](https://learn.hashicorp.com/consul/day-2-operations/advanced-operations/servers) - This guide covers how to safely add and remove Consul servers from the cluster. This should be done carefully to avoid availability outages.
|
||||
|
||||
* [Agent Communication Encryption](/docs/guides/agent-encryption.html) - This guide covers how to encrypt both gossip and RPC communication.
|
||||
* [Agent Communication Encryption](https://learn.hashicorp.com/consul/advanced/day-1-operations/agent-encryption) - This guide covers how to encrypt both gossip and RPC communication.
|
||||
|
||||
* [Autopilot](/docs/guides/autopilot.html) - This guide covers Autopilot, which provides automatic operator-friendly management of Consul servers.
|
||||
* [Autopilot](https://learn.hashicorp.com/consul/day-2-operations/advanced-operations/autopilot) - 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.
|
||||
|
||||
|
@ -28,7 +28,7 @@ The following guides are available:
|
|||
|
||||
* [Connect with Envoy](/docs/guides/connect-envoy.html) - This guide will describe how to setup a development-mode Consul server and two Envoy proxies on a single machine using Docker.
|
||||
|
||||
* [Consul Cluster Monitoring & Metrics](/docs/guides/cluster-monitoring-metrics.html) - After setting up your first datacenter, it is an ideal time to make sure your cluster is healthy and establish a baseline. This guide will cover several types of metrics in two sections: Consul health and server health.
|
||||
* [Consul Cluster Monitoring & Metrics](https://learn.hashicorp.com/consul/advanced/day-1-operations/monitoring) - After setting up your first datacenter, it is an ideal time to make sure your cluster is healthy and establish a baseline. This guide will cover several types of metrics in two sections: Consul health and server health.
|
||||
|
||||
* [Consul with Containers](/docs/guides/consul-containers.html) - This guide describes critical aspects of operating a Consul cluster that's run inside containers.
|
||||
|
||||
|
@ -36,13 +36,13 @@ The following guides are available:
|
|||
|
||||
* [Consul-AWS](/docs/guides/consul-aws.html) - This guide covers the Consul-AWS tool, which syncs Consul's and AWS Cloud Map's service catalog.
|
||||
|
||||
* [Creating Certificates](/docs/guides/creating-certificates.html) - This guide describes how to setup CA and certificates to secure a Consul cluster with TLS.
|
||||
* [Creating Certificates](https://learn.hashicorp.com/consul/advanced/day-1-operations/certificates) - This guide describes how to setup CA and certificates to secure a Consul cluster with TLS.
|
||||
|
||||
* [Datacenter Backups](/docs/guides/backup.html) - Consul provide the snapshot tool for backing up and restoring data. In this guide you will learn how to use both.
|
||||
* [Deployment Guide](https://learn.hashicorp.com/consul/advanced/day-1-operations/deployment-guide) - This deployment guide covers the steps required to install and configure a single HashiCorp Consul cluster as defined in the Consul Reference Architecture.
|
||||
|
||||
* [Deployment Guide](/docs/guides/deployment-guide.html) - This deployment guide covers the steps required to install and configure a single HashiCorp Consul cluster as defined in the Consul Reference Architecture.
|
||||
* [Datacenter Backups](https://learn.hashicorp.com/consul/advanced/day-1-operations/backup) - Consul provide the snapshot tool for backing up and restoring data. In this guide you will learn how to use both.
|
||||
|
||||
* [DNS Caching](/docs/guides/dns-cache.html) - Enabling TTLs for DNS query caching
|
||||
* [DNS Caching](https://learn.hashicorp.com/consul/day-2-operations/advanced-operations/dns-caching) - Enabling TTLs for DNS query caching
|
||||
|
||||
* [DNS Forwarding](/docs/guides/forwarding.html) - Forward DNS queries from Bind to Consul
|
||||
|
||||
|
@ -60,9 +60,9 @@ The following guides are available:
|
|||
|
||||
* [Network Segments](/docs/guides/segments.html) - Configuring Consul to support partial LAN connectivity using Network Segments.
|
||||
|
||||
* [Outage Recovery](/docs/guides/outage.html) - This guide covers recovering a cluster that has become unavailable due to server failures.
|
||||
* [Outage Recovery](https://learn.hashicorp.com/consul/day-2-operations/advanced-operations/outage) - This guide covers recovering a cluster that has become unavailable due to server failures.
|
||||
|
||||
* [Consul Reference Architecture](/docs/guides/deployment.html) - This document provides recommended practices and a reference architecture, including system requirements, datacenter design, networking, and performance optimizations for Consul production deployments.
|
||||
* [Consul Reference Architecture](https://learn.hashicorp.com/consul/advanced/day-1-operations/reference-architecture) - This document provides recommended practices and a reference architecture, including system requirements, datacenter design, networking, and performance optimizations for Consul production deployments.
|
||||
|
||||
* [Semaphore](/docs/guides/semaphore.html) - This guide covers using the KV store to implement a semaphore.
|
||||
|
||||
|
|
|
@ -392,7 +392,7 @@
|
|||
<a href="/docs/guides/index.html">Guides</a>
|
||||
<ul class="nav">
|
||||
<li<%= sidebar_current("docs-guides-acl") %>>
|
||||
<a href="/docs/guides/acl.html">ACLs</a>
|
||||
<a href="https://learn.hashicorp.com/consul/advanced/day-1-operations/acl-guide">ACLs</a>
|
||||
<ul class="nav">
|
||||
<li<%= sidebar_current("docs-guides-acl-legacy") %>>
|
||||
<a href="/docs/guides/acl-legacy.html">Legacy</a>
|
||||
|
@ -403,19 +403,19 @@
|
|||
</ul>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-guides-servers") %>>
|
||||
<a href="/docs/guides/servers.html">Adding & Removing Servers</a>
|
||||
<a href="https://learn.hashicorp.com/consul/day-2-operations/advanced-operations/servers">Adding & Removing Servers</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-guides-agent-encryption") %>>
|
||||
<a href="/docs/guides/agent-encryption.html">Agent Communication Encryption</a>
|
||||
<a href="https://learn.hashicorp.com/consul/advanced/day-1-operations/agent-encryption">Agent Communication Encryption</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-guides-autopilot") %>>
|
||||
<a href="/docs/guides/autopilot.html">Autopilot</a>
|
||||
<a href="https://learn.hashicorp.com/consul/day-2-operations/advanced-operations/autopilot">Autopilot</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-guides-bootstrapping") %>>
|
||||
<a href="/docs/guides/bootstrapping.html">Bootstrapping</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-guides-backups") %>>
|
||||
<a href="/docs/guides/backup.html">Datacenter Backups</a>
|
||||
<a href="https://learn.hashicorp.com/consul/advanced/day-1-operations/backup">Datacenter Backups</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-guides-connect-production") %>>
|
||||
<a href="/docs/guides/connect-production.html">Connect in Production</a>
|
||||
|
@ -424,7 +424,7 @@
|
|||
<a href="/docs/guides/connect-envoy.html">Connect with Envoy</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-guides-consul-cluster-monitoring-metrics") %>>
|
||||
<a href="/docs/guides/cluster-monitoring-metrics.html">Consul Cluster Monitoring & Metrics</a>
|
||||
<a href="https://learn.hashicorp.com/consul/advanced/day-1-operations/monitoring">Consul Cluster Monitoring & Metrics</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-guides-consul-containers") %>>
|
||||
<a href="/docs/guides/consul-containers.html">Consul with Containers</a>
|
||||
|
@ -436,13 +436,13 @@
|
|||
<a href="/docs/guides/consul-aws.html">Consul-AWS</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-guides-creating-certificates") %>>
|
||||
<a href="/docs/guides/creating-certificates.html">Creating TLS Certificates</a>
|
||||
<a href="https://learn.hashicorp.com/consul/advanced/day-1-operations/certificates">Creating TLS Certificates</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-guides-deployment-guide") %>>
|
||||
<a href="/docs/guides/deployment-guide.html">Deployment Guide</a>
|
||||
<a href="https://learn.hashicorp.com/consul/advanced/day-1-operations/deployment-guide">Deployment Guide</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-guides-dns-cache") %>>
|
||||
<a href="/docs/guides/dns-cache.html">DNS Caching</a>
|
||||
<a href="https://learn.hashicorp.com/consul/day-2-operations/advanced-operations/dns-cache">DNS Caching</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-guides-forwarding") %>>
|
||||
<a href="/docs/guides/forwarding.html">DNS Forwarding</a>
|
||||
|
@ -472,10 +472,10 @@
|
|||
<a href="/docs/guides/segments.html">Network Segments</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-guides-outage") %>>
|
||||
<a href="/docs/guides/outage.html">Outage Recovery</a>
|
||||
<a href="https://learn.hashicorp.com/consul/day-2-operations/advanced-operations/outage">Outage Recovery</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-guides-reference-architecture") %>>
|
||||
<a href="/docs/guides/deployment.html">Reference Architecture</a>
|
||||
<a href="https://learn.hashicorp.com/consul/advanced/day-1-operations/reference-architecture">Reference Architecture</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-guides-semaphore") %>>
|
||||
<a href="/docs/guides/semaphore.html">Semaphore</a>
|
||||
|
|
Loading…
Reference in New Issue