From 4183723bd98d251b63a80eb2ff33f30901f690a9 Mon Sep 17 00:00:00 2001 From: Jeff Escalante Date: Mon, 13 Apr 2020 16:33:23 -0400 Subject: [PATCH] fix homepage link, docs index --- website/pages/docs/index.mdx | 16 ++++------------ website/pages/home/index.jsx | 3 ++- 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/website/pages/docs/index.mdx b/website/pages/docs/index.mdx index f6a7905f7..d9ff3ca89 100644 --- a/website/pages/docs/index.mdx +++ b/website/pages/docs/index.mdx @@ -12,17 +12,9 @@ Welcome to the Consul documentation! The documentation is reference material for all available features and options of Consul 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. -### Install - -Follow [the documentation](/docs/install) to install Consul either with a precompiled binary or from source. - -### 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). +- 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. +- Get started using Consul with our step-by-step guides at [HashiCorp Learn](https://learn.hashicorp.com/consul). diff --git a/website/pages/home/index.jsx b/website/pages/home/index.jsx index 74c41fc5d..d9dfcf4d0 100644 --- a/website/pages/home/index.jsx +++ b/website/pages/home/index.jsx @@ -36,7 +36,8 @@ export default function HomePage() { gaPrefix: null, }, ], - helpText: 'View demo of web UI', + helpText: + 'View demo of web UI', videos: [ { name: 'UI',