Skip to content

docs(explorer): restructure install docs for v1.10 WASM transition - #7734

Draft
jstirnaman wants to merge 4 commits into
masterfrom
explorer-v1.10-install-restructure
Draft

docs(explorer): restructure install docs for v1.10 WASM transition#7734
jstirnaman wants to merge 4 commits into
masterfrom
explorer-v1.10-install-restructure

Conversation

@jstirnaman

@jstirnaman jstirnaman commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

What changed

Planning and conventions for the InfluxDB 3 Explorer v1.10 transition. This PR is a draft and contains no published content changes yet.

  • docs/exec-plans/2026-09-02-explorer-install-version-routing.md — decision record for restructuring the Explorer install documentation.
  • docs/exec-plans/2026-09-02-explorer-v110-release-readiness.md — ordered pre-release, release-day, and post-release task sequence for the v1.10 and accompanying Enterprise release.
  • DOCS-VERSION-AVAILABILITY.md — feature-agnostic conventions for stating a version or edition constraint: which marker to use for page-wide versus section-level scope, which surface carries which fact, where a page lives when a feature spans two products, the version-check pattern, and how temporary notices are retired.
  • AGENTS.md lists the new reference; instruction adapters regenerated.

Content changes follow in this branch:

  • content/influxdb3/explorer/install.md becomes install/_index.md, a version-routing hub
  • content/influxdb3/explorer/install/docker.md holds the Docker instructions with an explicit version ceiling
  • content/influxdb3/explorer/_index.md, about/_index.md, get-started.md, and release-notes/_index.md state the version and edition scope
  • Seven inbound links move to the hub or the Docker page

Why

Explorer v1.9 is the last release distributed as a standalone Docker container. Starting with v1.10, Explorer is included with InfluxDB 3 Enterprise and deployed as WebAssembly (WASM).

The current pages carry no version or edition scoping, so readers, search engines, retrieval systems, and coding agents all get Docker as the unconditional answer to "how do I install Explorer", and Core as a supported target with no end version.

The conventions are separated from the release plan because they apply to any version-gated documentation, not only this release.

Closes #6702, which reports that the docs never state which distributions exist.

Impact

No published content changes yet. Decisions recorded:

  • Keep the /influxdb3/explorer/install/ URL. It holds the search ranking, seven inbound in-repo links (three of them deep anchors), and the llms.txt corpus entry. The problem is the page content, not its address.
  • Use existing frontmatter (metadata, cascade.prepend) instead of new template logic. article/stable-version.html is gated on a product whitelist and a /vN/ URL segment, neither of which applies to Explorer.
  • Keep the Docker page published and indexed. Explorer v1.9 remains supported.
  • Use data/notifications.yaml for the release announcement and keep version facts in the pages. Notifications render in the footer, outside the article, so they never reach Markdown twins or llms-full.txt.
  • Document GET /ping for version verification, since WASM availability depends on the InfluxDB 3 server version and build, not on Explorer alone. x-influxdb-build also answers the edition question.

Verification

  • yarn build:agent:instructions and yarn validate:agent-instructions pass.
  • Markdown lint passes on all new files (lefthook lint-instructions, lint-markdown-instructions: 0 errors, 0 warnings).

The exec-plans list the verification steps for the content changes that follow: Hugo build, anchor resolution, yarn check:md-coherence, Cypress navigation tests, and published Markdown twin checks.

https://claude.ai/code/session_01DZg2nkJ1rSRVqp2R9hZZh7

What changed:
Adds docs/exec-plans/2026-09-02-explorer-install-version-routing.md, the
decision record for restructuring the InfluxDB 3 Explorer install
documentation ahead of the v1.10 release.

Why:
Explorer v1.9 is the last release distributed as a standalone Docker
container. Starting with v1.10, Explorer is included with InfluxDB 3
Enterprise and deployed as WebAssembly (WASM). The current pages state no
version or edition scope, so readers, search engines, retrieval systems,
and coding agents all get Docker as the unconditional answer to "how do I
install Explorer".

Impact:
Documentation only. No content or template changes in this commit. The
record fixes the approach before implementation: keep the
/influxdb3/explorer/install/ URL as a version-routing hub, move the Docker
body to a child page that declares its version ceiling, and use existing
frontmatter (metadata, cascade.prepend) instead of new template logic.

Verification:
None required for this commit. The exec-plan lists the verification steps
for the implementation that follows.

Claude-Session: https://claude.ai/code/session_01DZg2nkJ1rSRVqp2R9hZZh7
@jstirnaman jstirnaman added the release:pending Waiting for product release before merging label Sep 2, 2026
@jstirnaman
jstirnaman requested a review from mavarius September 2, 2026 17:59
…iness plan

What changed:
- Adds DOCS-VERSION-AVAILABILITY.md, which documents how to state a version
  or edition constraint: which marker to use for page-wide versus
  section-level scope, which surface carries which fact, where a page lives
  when a feature spans two products, the version-check pattern, and how
  temporary notices are retired.
- Adds docs/exec-plans/2026-09-02-explorer-v110-release-readiness.md, the
  ordered pre-release, release-day, and post-release task sequence for the
  Explorer v1.10 and InfluxDB 3 Enterprise release.
- Lists the new reference in AGENTS.md and regenerates the instruction
  adapters.

Why:
The install restructure exec-plan prepares version routing but leaves the
WASM instructions, products.yml updates, and hub lede flip until v1.10
ships. The release sequence needs to exist before release day. The
conventions are feature-agnostic and apply to any version-gated
documentation, so they belong in a durable reference rather than in a
per-release plan.

Impact:
Documentation for contributors and agents. No published content changes.
The conventions reference links to DOCS-FRONTMATTER.md and
DOCS-AI-VISIBILITY.md instead of restating field syntax or artifact
layers. It records that data/notifications.yaml renders in the footer and
therefore never reaches Markdown twins or llms-full.txt, so a version fact
stated only in a notification is invisible to AI consumers.

Verification:
yarn build:agent:instructions and yarn validate:agent-instructions both
pass. Markdown lint passes on the new files.

Claude-Session: https://claude.ai/code/session_01DZg2nkJ1rSRVqp2R9hZZh7
@github-actions

github-actions Bot commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

Vale Style Check Results

Metric Count
Errors 0
Warnings 0

Check passed

What changed:
Slims the release readiness exec-plan to the v1.10 release. Adds the
decision that every new feature page shows the reader how to check
whether their version has the feature, covering both the Explorer
version and the InfluxDB 3 server version and edition. Replaces the
draft:true default with merging at release, keeping draft:true for
specific cases such as a link target other merged content needs.

Why:
The first draft stated version markers but not how a reader arriving
from search determines which version they're running, and it assumed a
publishing workflow the team doesn't use.

Impact:
Planning document only.

Verification:
Markdown lint passes.

Claude-Session: https://claude.ai/code/session_01DZg2nkJ1rSRVqp2R9hZZh7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release:pending Waiting for product release before merging

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Explorer installation without Docker

1 participant