mirror of https://github.com/status-im/consul.git
Update get started section to include learn, rename overview -> install Consul
This commit is contained in:
parent
fc5be5d998
commit
11a5fec447
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue