From e45ebe1fc31d3ed04af4cf7e2a8185bf25cfbe34 Mon Sep 17 00:00:00 2001 From: noramullen1 <42354779+noramullen1@users.noreply.github.com> Date: Mon, 7 Dec 2020 15:13:55 -0800 Subject: [PATCH] Add descriptions --- content/influxdb/cloud/notebooks/_index.md | 3 ++- content/influxdb/cloud/notebooks/clean-data.md | 5 +++-- content/influxdb/cloud/notebooks/create-notebook.md | 3 ++- content/influxdb/cloud/notebooks/downsample.md | 3 ++- content/influxdb/cloud/notebooks/manage-notebooks.md | 4 ++-- 5 files changed, 11 insertions(+), 7 deletions(-) diff --git a/content/influxdb/cloud/notebooks/_index.md b/content/influxdb/cloud/notebooks/_index.md index 2c5906e4e..c463a6ddc 100644 --- a/content/influxdb/cloud/notebooks/_index.md +++ b/content/influxdb/cloud/notebooks/_index.md @@ -1,7 +1,8 @@ --- title: Notebooks seotitle: Build notebooks in InfluxDB Cloud -description: +description: > + Use notebooks to build and annotate processes and data flows for time series data. menu: influxdb_cloud: name: Notebooks diff --git a/content/influxdb/cloud/notebooks/clean-data.md b/content/influxdb/cloud/notebooks/clean-data.md index 1b93c92b4..118042ff8 100644 --- a/content/influxdb/cloud/notebooks/clean-data.md +++ b/content/influxdb/cloud/notebooks/clean-data.md @@ -1,6 +1,7 @@ --- title: Normalize data with notebooks -description: +description: > + Clean, standardize, or normalize you data to make it easier to compare with other measurements. weight: 102 influxdb/cloud/tags: menu: @@ -13,7 +14,7 @@ menu: [Submit a request](https://w2.influxdata.com/notebooks-early-access/
) for early access, and we'll send you a confirmation notebooks is available in your account. {{% /note %}} -Learn how to create a notebook that normalizes data—walk through the following example to create a notebook that does the following: +Learn how to create a notebook that normalizes data. Walk through the following example to create a notebook that does the following: - Inputs sample data from NOAA - Normalizes sample data with a Flux script diff --git a/content/influxdb/cloud/notebooks/create-notebook.md b/content/influxdb/cloud/notebooks/create-notebook.md index 3a6831354..43603e587 100644 --- a/content/influxdb/cloud/notebooks/create-notebook.md +++ b/content/influxdb/cloud/notebooks/create-notebook.md @@ -1,6 +1,7 @@ --- title: Create a notebook -description: +description: > + Create a notebook to explore, visualize, and process your data. weight: 102 influxdb/cloud/tags: menu: diff --git a/content/influxdb/cloud/notebooks/downsample.md b/content/influxdb/cloud/notebooks/downsample.md index c8b5f2aa0..fed43eb8a 100644 --- a/content/influxdb/cloud/notebooks/downsample.md +++ b/content/influxdb/cloud/notebooks/downsample.md @@ -1,6 +1,7 @@ --- title: Downsample data with notebooks -description: +description: > + Downsample data to reduce overall disk usage as data collects over time. weight: 102 influxdb/cloud/tags: menu: diff --git a/content/influxdb/cloud/notebooks/manage-notebooks.md b/content/influxdb/cloud/notebooks/manage-notebooks.md index 62fd707d5..0f992d885 100644 --- a/content/influxdb/cloud/notebooks/manage-notebooks.md +++ b/content/influxdb/cloud/notebooks/manage-notebooks.md @@ -1,6 +1,6 @@ --- title: Manage notebooks -description: +description: View, update, and delete notebooks. weight: 102 influxdb/cloud/tags: menu: @@ -21,7 +21,7 @@ View, update, and delete notebooks in the UI. {{< nav-icon "notebooks" >}} A list of notebooks appears. -2. Click on one of the notebooks in the list to open it. +2. Click a notebook to open it. 3. To update, edit the notebook's cells and content. Changes are saved automatically. ## Delete a notebook