Update get started section to include learn, rename overview -> install Consul

This commit is contained in:
Tu Nguyen 2022-08-31 10:25:29 -07:00
parent fc5be5d998
commit 11a5fec447
1 changed files with 13 additions and 1 deletions

View File

@ -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",