chore(docs): retire wheels.dev-era publishing pipeline#2189
Merged
Conversation
bpamiri
added a commit
that referenced
this pull request
Apr 22, 2026
Two orphans from the gitbook→starlight migration (cc2050c, #2189): - docs/blog/2026-04-09-why-we-rebuilt-our-ci-pipeline.md — pre-migration authoring draft, no longer referenced by mkdocs (mkdocs.yml itself was removed in #2189). - web/content/blog/posts/why-we-rebuilt-our-ci-pipeline-from-40-minutes-to-82-seconds.md — duplicate of the shorter-slug Apr 9 post. Keeps the tagged, later- edited copy. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 task
bpamiri
added a commit
that referenced
this pull request
Apr 22, 2026
…2191) Two orphans from the gitbook→starlight migration (cc2050c, #2189): - docs/blog/2026-04-09-why-we-rebuilt-our-ci-pipeline.md — pre-migration authoring draft, no longer referenced by mkdocs (mkdocs.yml itself was removed in #2189). - web/content/blog/posts/why-we-rebuilt-our-ci-pipeline-from-40-minutes-to-82-seconds.md — duplicate of the shorter-slug Apr 9 post. Keeps the tagged, later- edited copy. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
6 tasks
bpamiri
added a commit
that referenced
this pull request
Apr 24, 2026
…#2288) The GitBook source tree under docs/src/ was deleted in PR #2189 when the wheels.dev publishing pipeline was retired, but the in-app /wheels/guides endpoint still read from it — every fileExists() returned false, so the page silently rendered the "Select a guide from the navigation menu" placeholder fallback. Rewrite guides.cfm to redirect HTML callers to guides.wheels.dev with a meta-refresh + visible section list, and return a sidebar-derived JSON summary to AI/MCP callers. ai.cfm::getGuidesSummary() now flattens the Starlight sidebar into 79 guide entries with external URLs. Delete the GitBook-era renderer (layouts/guides.cfm, layouts/guides-plain.cfm, DocsHelper.cfc) — ~700 lines no longer used. Runtime-verified via LuCLI: HTML landing renders, JSON returns the 10 top-level sections + deep-link URL for ?path=, /wheels/ai lists 79 flattened guides. Co-authored-by: Claude Opus 4.7 (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.
Summary
Cleanup-only PR retiring the GitBook → Starlight publishing pipeline. No content rewrites.
Retired:
.github/workflows/docs-sync.yml(rsynceddocs/src/to wheels-dev/wheels.dev — site decommissioned)sync-docsjob from.github/workflows/snapshot.ymldocs/src/— GitBook authoring tree (superseded by docs(docs): v4 guides rewrite — retire gitbook, ship starlight-native mdx (phases 0-2c) #2169)web/scripts/generate-guides.mjs— GitBook → Starlight bridge generatordocs/mkdocs.yml,docs/overrides/,docs/public/— abandoned MkDocs migration leftoversReplacement: Guides are now Starlight-native MDX authored directly at
web/sites/guides/src/content/docs/v4-0-0-snapshot/(landed in #2169 / commit cc2050c).Incidental reference fixes:
web/sites/guides/astro.config.mjs— edit-link baseUrl points at new MDX locationweb/packages/ui/src/components/starlight/EditLink.astro— composes target against new MDX tree (.mdxnot.md, no version-prefix stripping).github/pull_request_template.md+CONTRIBUTING.md— docs checklist points at new MDX locationtools/installer/chocolatey/lucli.nuspec— icon URL repointed atweb/packages/ui/src/assets/wheels-logo-mark.png(the old path referenced a non-existent asset)web/.prettierignore— comment updated to reflect authored (not generated) statuscontext7.json— folder/exclude lists updatedTest plan
bash tools/test-cli-local.sh— 365 pass, 0 fail, 0 errorpnpm --filter @wheels-dev/site-guides build— 340 pages built, 0 errors