docs(influxdb3-cloud): complete the Get started landing page#7388
Open
jstirnaman wants to merge 1 commit into
Open
docs(influxdb3-cloud): complete the Get started landing page#7388jstirnaman wants to merge 1 commit into
jstirnaman wants to merge 1 commit into
Conversation
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.
Contributor
Vale Style Check Results
✅ Check passed |
Contributor
|
Contributor
📦 PR Preview — Preview Bot
Pages included in this preview
Preview auto-deploys on push. Will be cleaned up when PR closes. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Completes the InfluxDB 3 Cloud Get started landing page
(
content/influxdb3/cloud/get-started/_index.md), which currently ends afterthe Data model section with no in-body path into the guide — readers can only
continue through the Related sidebar.
This targets
ritwika/cloud3_initso it lands in #7338.Changes
{{< children type="ordered-list" >}}to list the guide steps(Set up → Write → Query).
page-navlinking to the setup page.Core and Enterprise get both of these from the shared
/shared/influxdb3-get-started/_index.mdsource; the Cloud page is standalone,so it needs them added directly.
Follow-up (not in this PR)
The Cloud page also duplicates the shared Data model prose and omits the
shared Tools to use table. A later change could source the shared file (with
show-in "cloud"blocks) or add a Cloud-specific shared variant, matching thesetup-cloud.mdpattern. Left out here because it touches a file outside the#7338 diff.
Checklist
hugo --quiet)