From 40980605c2a7c71599554cf0aa6258fd8d81760e Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Thu, 25 Jun 2026 13:12:02 -0500 Subject: [PATCH] docs(influxdb3-cloud): complete the Get started landing page Add the get-started step roadmap and a next-step nav to the Cloud Get started landing page so readers can move into the guide from the page body instead of relying on the Related sidebar. - Add {{< children type="ordered-list" >}} to list the Set up, Write, and Query steps. - Add page-nav linking to the setup page. --- content/influxdb3/cloud/get-started/_index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/influxdb3/cloud/get-started/_index.md b/content/influxdb3/cloud/get-started/_index.md index a8b980890d..ace6e26232 100644 --- a/content/influxdb3/cloud/get-started/_index.md +++ b/content/influxdb3/cloud/get-started/_index.md @@ -19,6 +19,11 @@ related: InfluxData provisions and operates the underlying infrastructure, so you can write and query time series data without running or scaling servers yourself. +This guide walks through the basic steps of getting started with +{{% product-name %}}, including the following: + +{{< children type="ordered-list" >}} + > [!Important] > #### InfluxDB 3 Cloud is in early access > @@ -59,3 +64,5 @@ definitions for a table are immutable. Tags should hold unique identifying information like `sensor_id`, `building_id`, or `trace_id`. All other data should be stored as fields. + +{{< page-nav next="/influxdb3/cloud/get-started/setup/" nextText="Set up InfluxDB" >}}