From cf8eeca143b62a0997f89692069496ba3673db97 Mon Sep 17 00:00:00 2001 From: Sunbrye Ly Date: Fri, 19 Aug 2022 18:15:17 -0700 Subject: [PATCH] fix: not working on cloud yet... --- .../cloud/api-guide/tutorials/_index.md | 8 ++--- .../client-library-starter/_index.md | 13 -------- .../{client-library-starter => }/nodejs.md | 2 +- .../{client-library-starter => }/python.md | 2 +- .../v2.3/api-guide/tutorials/_index.md | 23 ++++++++++++-- .../client-library-starter/_index.md | 30 ------------------- .../{client-library-starter => }/nodejs.md | 0 .../{client-library-starter => }/python.md | 0 8 files changed, 26 insertions(+), 52 deletions(-) delete mode 100644 content/influxdb/cloud/api-guide/tutorials/client-library-starter/_index.md rename content/influxdb/cloud/api-guide/tutorials/{client-library-starter => }/nodejs.md (92%) rename content/influxdb/cloud/api-guide/tutorials/{client-library-starter => }/python.md (91%) delete mode 100644 content/influxdb/v2.3/api-guide/tutorials/client-library-starter/_index.md rename content/influxdb/v2.3/api-guide/tutorials/{client-library-starter => }/nodejs.md (100%) rename content/influxdb/v2.3/api-guide/tutorials/{client-library-starter => }/python.md (100%) diff --git a/content/influxdb/cloud/api-guide/tutorials/_index.md b/content/influxdb/cloud/api-guide/tutorials/_index.md index 5e09b82ad..8940a7620 100644 --- a/content/influxdb/cloud/api-guide/tutorials/_index.md +++ b/content/influxdb/cloud/api-guide/tutorials/_index.md @@ -1,7 +1,7 @@ --- -title: InfluxDB API client library tutorials -seotitle: Get started with InfluxDB API client libraries -description: Follow step-by-step tutorials to for InfluxDB API client libraries in your favorite framework or language. +title: InfluxDB API client library starter +seotitle: Starter tutorial for InfluxDB API client libraries +description: Follow step-by-step tutorials to build an IoT dashboard with API client libraries in your favorite framework or language. weight: 4 menu: influxdb_cloud: @@ -10,4 +10,4 @@ menu: influxdb/cloud/tags: [api] --- -{{< children >}} +{{< duplicate-oss >}} diff --git a/content/influxdb/cloud/api-guide/tutorials/client-library-starter/_index.md b/content/influxdb/cloud/api-guide/tutorials/client-library-starter/_index.md deleted file mode 100644 index 144a42a88..000000000 --- a/content/influxdb/cloud/api-guide/tutorials/client-library-starter/_index.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: InfluxDB API client library starter -seotitle: Starter tutorial for InfluxDB API client libraries -description: Follow step-by-step tutorials to build an IoT dashboard with API client libraries in your favorite framework or language. -weight: 4 -menu: - influxdb_cloud: - name: Client library starter - parent: Client library tutorials -influxdb/cloud/tags: [api] ---- - -{{< duplicate-oss >}} diff --git a/content/influxdb/cloud/api-guide/tutorials/client-library-starter/nodejs.md b/content/influxdb/cloud/api-guide/tutorials/nodejs.md similarity index 92% rename from content/influxdb/cloud/api-guide/tutorials/client-library-starter/nodejs.md rename to content/influxdb/cloud/api-guide/tutorials/nodejs.md index ee9c897d3..f8067452e 100644 --- a/content/influxdb/cloud/api-guide/tutorials/client-library-starter/nodejs.md +++ b/content/influxdb/cloud/api-guide/tutorials/nodejs.md @@ -9,7 +9,7 @@ menu: influxdb_cloud: identifier: client-library-starter-js name: JavaScript - parent: Client library starter + parent: Client library tutorials influxdb/cloud/tags: [api, javascript, nodejs] --- diff --git a/content/influxdb/cloud/api-guide/tutorials/client-library-starter/python.md b/content/influxdb/cloud/api-guide/tutorials/python.md similarity index 91% rename from content/influxdb/cloud/api-guide/tutorials/client-library-starter/python.md rename to content/influxdb/cloud/api-guide/tutorials/python.md index 683360a54..dffdeaead 100644 --- a/content/influxdb/cloud/api-guide/tutorials/client-library-starter/python.md +++ b/content/influxdb/cloud/api-guide/tutorials/python.md @@ -10,7 +10,7 @@ menu: influxdb_cloud: identifier: client-library-starter-py name: Python - parent: Client library starter + parent: Client library tutorials influxdb/cloud/tags: [api, python] --- diff --git a/content/influxdb/v2.3/api-guide/tutorials/_index.md b/content/influxdb/v2.3/api-guide/tutorials/_index.md index 653be6318..80cfb69cf 100644 --- a/content/influxdb/v2.3/api-guide/tutorials/_index.md +++ b/content/influxdb/v2.3/api-guide/tutorials/_index.md @@ -1,7 +1,7 @@ --- -title: InfluxDB API client library tutorials -seotitle: Get started with InfluxDB API client libraries -description: Follow step-by-step tutorials to for InfluxDB API client libraries in your favorite framework or language. +title: InfluxDB API client library starter +seotitle: Starter tutorial for InfluxDB API client libraries +description: Follow step-by-step tutorials to build an IoT dashboard with API client libraries in your favorite framework or language. weight: 4 menu: influxdb_2_3: @@ -10,4 +10,21 @@ menu: influxdb/v2.3/tags: [api] --- +Follow step-by-step tutorials to build an Internet-of-Things (IoT) application with InfluxData client libraries and your favorite framework or language. +InfluxData and the user community maintain client libraries for developers who want to take advantage of: + +- Idioms for InfluxDB requests, responses, and errors. +- Common patterns in a familiar programming language. +- Faster development and less boilerplate code. + +These tutorials walk through using the InfluxDB API and +client libraries to build a modern application as you learn the following: + +- InfluxDB core concepts. +- How the application interacts with devices and InfluxDB. +- How to authenticate apps and devices to the API. +- How to install a client library. +- How to write and query data in InfluxDB. +- How to use the InfluxData UI libraries to format data and create visualizations. + {{< children >}} diff --git a/content/influxdb/v2.3/api-guide/tutorials/client-library-starter/_index.md b/content/influxdb/v2.3/api-guide/tutorials/client-library-starter/_index.md deleted file mode 100644 index 083cfc910..000000000 --- a/content/influxdb/v2.3/api-guide/tutorials/client-library-starter/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: InfluxDB API client library starter -seotitle: Starter tutorial for InfluxDB API client libraries -description: Follow step-by-step tutorials to build an IoT dashboard with API client libraries in your favorite framework or language. -weight: 4 -menu: - influxdb_2_3: - name: Client library starter - parent: Client library tutorials -influxdb/v2.3/tags: [api] ---- - -Follow step-by-step tutorials to build an Internet-of-Things (IoT) application with InfluxData client libraries and your favorite framework or language. -InfluxData and the user community maintain client libraries for developers who want to take advantage of: - -- Idioms for InfluxDB requests, responses, and errors. -- Common patterns in a familiar programming language. -- Faster development and less boilerplate code. - -These tutorials walk through using the InfluxDB API and -client libraries to build a modern application as you learn the following: - -- InfluxDB core concepts. -- How the application interacts with devices and InfluxDB. -- How to authenticate apps and devices to the API. -- How to install a client library. -- How to write and query data in InfluxDB. -- How to use the InfluxData UI libraries to format data and create visualizations. - -{{< children >}} diff --git a/content/influxdb/v2.3/api-guide/tutorials/client-library-starter/nodejs.md b/content/influxdb/v2.3/api-guide/tutorials/nodejs.md similarity index 100% rename from content/influxdb/v2.3/api-guide/tutorials/client-library-starter/nodejs.md rename to content/influxdb/v2.3/api-guide/tutorials/nodejs.md diff --git a/content/influxdb/v2.3/api-guide/tutorials/client-library-starter/python.md b/content/influxdb/v2.3/api-guide/tutorials/python.md similarity index 100% rename from content/influxdb/v2.3/api-guide/tutorials/client-library-starter/python.md rename to content/influxdb/v2.3/api-guide/tutorials/python.md