From 11a5fec447b46a85b3757726c597f1c7c75aa8fd Mon Sep 17 00:00:00 2001 From: Tu Nguyen Date: Wed, 31 Aug 2022 10:25:29 -0700 Subject: [PATCH] Update get started section to include learn, rename overview -> install Consul --- website/data/docs-nav-data.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/website/data/docs-nav-data.json b/website/data/docs-nav-data.json index e83300fb15..d4249947eb 100644 --- a/website/data/docs-nav-data.json +++ b/website/data/docs-nav-data.json @@ -20,9 +20,21 @@ "title": "Get Started", "routes": [ { - "title": "Overview", + "title": "Install Consul", "path": "install" }, + { + "title": "Learn HCP Consul", + "href": "https://learn.hashicorp.com/tutorials/cloud/get-started-consul" + }, + { + "title": "Learn Consul on Kubernetes", + "href": "https://learn.hashicorp.com/tutorials/consul/service-mesh-deploy" + }, + { + "title": "Learn Consul on VMs", + "href": "https://learn.hashicorp.com/tutorials/consul/get-started-install" + }, { "title": "Manual Bootstrap", "path": "install/manual-bootstrap",