Skip to content

chore: remove v1 from the docs website#209

Open
mcollina wants to merge 1 commit into
mainfrom
chore/remove-v1-docs
Open

chore: remove v1 from the docs website#209
mcollina wants to merge 1 commit into
mainfrom
chore/remove-v1-docs

Conversation

@mcollina

Copy link
Copy Markdown
Member

What

Removes Platformatic v1.x (1.53.4) from the published documentation site. We only keep the latest release of each major online, and v1 is end-of-life.

Changes:

  • scripts/check.mjs — the version list is regenerated on every automated build from getRemoteReleases(), which looped down to major 1. Without this change v1.53.4 would be re-added on the next sync. Now stops at minMajorToKeep = 2.
  • versions.json — drop 1.53.4.
  • versioned_docs/version-1.53.4/ and versioned_sidebars/version-1.53.4-sidebars.json — removed.

Notes

  • The version dropdown is generated from versions.json, so no UI/config change is needed.
  • v1 docs remain accessible by checking out the matching vX.Y.Z git tag of this repo and running the dev server (per CLAUDE.md).
  • Side benefit: clears the batch of unfixable broken-link build warnings that originated from the frozen v1.53.4 release zip.

🤖 Generated with Claude Code

We only keep the latest release of each Platformatic major online, and
v1.x is end-of-life, so drop it from the published site:

- check.mjs: stop keeping major 1 (new minMajorToKeep = 2), otherwise the
  automated build would re-add v1.53.4 on the next sync
- versions.json: drop 1.53.4
- remove versioned_docs/version-1.53.4 and its sidebar

The v1 docs remain available by checking out the matching vX.Y.Z git tag
of this repo and running the dev server, as documented in CLAUDE.md.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Signed-off-by: Matteo Collina <hello@matteocollina.com>
@vercel

vercel Bot commented Jun 25, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs.platformatic.dev Ready Ready Preview, Comment Jun 25, 2026 4:26pm

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants