Browse Source

Top Navigation change (#6630)

* Changed Guides to Learn in the top nav and added utm parameters to the guide index page

* Update website/source/docs/guides/index.html.md

* Update website/source/docs/guides/index.html.md

* Update website/source/layouts/layout.erb
pull/6624/head^2
kaitlincarter-hc 5 years ago committed by GitHub
parent
commit
30ae048f85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 21
      website/source/docs/guides/index.html.md
  2. 2
      website/source/layouts/layout.erb

21
website/source/docs/guides/index.html.md

@ -10,9 +10,9 @@ description: |-
# Consul Guides
~> The Consul guides have moved to the [HashiCorp Learn platform](https://learn.hashicorp.com/consul).
~> The Consul guides have moved to the [HashiCorp Learn platform](https://learn.hashicorp.com/consul?utm_source=consul.io&utm_medium=docs&utm_content=guide-index).
[Guides](https://learn.hashicorp.com/consul) are step by step command-line
[Guides](https://learn.hashicorp.com/consul?utm_source=consul.io&utm_medium=docs&utm_content=guide-index) are step by step command-line
walkthroughs that demonstrate how to perform common operations using Consul, and
complement the feature-focused Consul documentation.
@ -28,13 +28,14 @@ Tracks include:
- Getting Started
- Getting Started with Kubernetes
- Setup a Secure Development Environment
- Day 1: Deploying Your First Datacenter
- Day 1: Security and Network Operations
- Day 1: Kubernetes Operations
- Day 2: Advanced Operations and Maintenance
- Development: Service Discovery
- Development: Service Segmentation
- Development: Service Configuration
- Integrations
[**Explore the Learn platform**](https://learn.hashicorp.com/consul)
- Day 1: Kubernetes Production Deployment
- Maintenance and Monitoring Operations
- Service Discovery and Consul DNS
- Service Segmentation and Consul Connect
- Service Configuration and Consul KV
- Cloud and Load Balancer Integrations
[**Explore the Learn platform**](https://learn.hashicorp.com/consul?utm_source=consul.io&utm_content=guide-index)

2
website/source/layouts/layout.erb

@ -76,7 +76,7 @@
</ul>
</li>
<li><a href="/intro/index.html">Intro</a></li>
<li><a href="/docs/guides/index.html">Guides</a></li>
<li><a href="https://learn.hashicorp.com/consul?utm_source=consul.io&utm_medium=docs&utm_content=top-nav">Learn</a></li>
<li><a href="/docs/index.html">Docs</a></li>
<li><a href="/api/index.html">API</a></li>
<li><a href="/community.html">Community</a></li>

Loading…
Cancel
Save