docs(roadmap): reframe for shipped v1.0 + sequenced v1.1–v1.6 release line - #9
Merged
Merged
Conversation
… line
v1.0 has shipped (v1.0.0–v1.0.3), but the landing-page roadmap still
framed it as pre-launch ("feature-complete, at the release gate") and
lumped every post-1.0 feature into a single "v1.1 — Control & insight"
card. That no longer matches the milestone restructure (v1.1 split into
themed point releases v1.1–v1.6 → v2).
- Mark the v1.0 lane shipped: wave 05 "Shipped", ship node "LIVE",
title/sub/labels moved to past tense.
- Replace the single horizon card with the sequenced v1.1–v1.6 release
line (Privacy → Alerts → Trends → Control → Fleet → Deploy-anywhere),
each landing one theme, leading to the v2 appliance era.
- Render the new line with the existing "wave" timeline component
(a second lane) — content-driven, no new CSS.
Strict Hugo build (--gc --minify --panicOnWarning) and htmltest both
pass locally.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Why
v1.0has shipped (v1.0.0–v1.0.3 are out), but the landing-page roadmap section was doubly stale:v1.1mega-milestone was re-sliced into themed point releases v1.1 → v1.6 → v2.This PR makes the public roadmap reflect reality and the new release sequence.
What changed
data/content.yaml(copy) +layouts/index.html(one template block):The finish line → Shipped, the ship node pillSHIP → LIVE, and the section title/sub/labels moved to past tense ("v1.0 is live. Now, the road to the appliance era.").range+ aship_beyondnode.Verification
hugo --gc --minify --panicOnWarning(strict, CI parity) — passes, zero warnings.htmltest(internal links/anchors/images) — passes.hugo server.🤖 Generated with Claude Code