fix homepage link, docs index

This commit is contained in:
Jeff Escalante 2020-04-13 16:33:23 -04:00
parent 7d426348ce
commit 4183723bd9
No known key found for this signature in database
GPG Key ID: 32D23C61AB5450DB
2 changed files with 6 additions and 13 deletions

View File

@ -12,17 +12,9 @@ Welcome to the Consul documentation! The documentation is reference material
for all available features and options of Consul for all available features and options of Consul
In the Quick Links below, you will find the most commonly used documentation In the Quick Links below, you will find the most commonly used documentation
and a link to our guides that walk you through common tasks. Note, the and a link to our guides that walk you through common tasks. Note that the
guides are located on the HashiCorp Learn site. guides are located on the HashiCorp Learn site.
### Install - Follow [the documentation](/docs/install) to install Consul either with a precompiled binary or from source.
- Read more about the [configuration options](/docs/agent/options) for Consul servers and clients.
Follow [the documentation](/docs/install) to install Consul either with a precompiled binary or from source. - Get started using Consul with our step-by-step guides at [HashiCorp Learn](https://learn.hashicorp.com/consul).
### Configure
Read more about the [configuration options](/docs/agent/options) for Consul servers and clients.
### Learn
Get started using Consul with our step-by-step guides at [HashiCorp Learn](https://learn.hashicorp.com/consul).

View File

@ -36,7 +36,8 @@ export default function HomePage() {
gaPrefix: null, gaPrefix: null,
}, },
], ],
helpText: '<a href="View demo of web UI">View demo of web UI</a>', helpText:
'<a href="https://demo.consul.io">View demo of web UI</a>',
videos: [ videos: [
{ {
name: 'UI', name: 'UI',