From 55125b450ddf8f6d7487974fab7323b14564f17c Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Tue, 22 Jan 2019 16:31:35 -0700 Subject: [PATCH] replaced placeholder content in getting started doc --- content/v2.0/get-started/_index.md | 4 +++- content/v2.0/get-started/install.md | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/content/v2.0/get-started/_index.md b/content/v2.0/get-started/_index.md index 4608e60a4..8605d9afd 100644 --- a/content/v2.0/get-started/_index.md +++ b/content/v2.0/get-started/_index.md @@ -1,10 +1,12 @@ --- title: Get started with InfluxDB -description: placeholder +description: Simple steps for downloading, installing, and setting up InfluxDB. menu: v2_0: name: Get started weight: 1 --- +The following guide you through downloading, installing, and setting up InfluxDB. + {{< children >}} diff --git a/content/v2.0/get-started/install.md b/content/v2.0/get-started/install.md index 1400e75a6..209372bc3 100644 --- a/content/v2.0/get-started/install.md +++ b/content/v2.0/get-started/install.md @@ -1,7 +1,9 @@ --- title: Install InfluxDB v2.0 seotitle: Download and install InfluxDB v2.0 -description: placeholder +description: > + Visit the InfluxData downloads page to download InfluxDB v2.0. + Add the influx and influxd binaries to your system $PATH. menu: v2_0: name: Install InfluxDB