refactor: simplify docs into docs/ — remove clients-docs package - #274
Merged
Conversation
Move all Astro/Starlight content directly into docs/src/content/docs/
and wire up the standard docsLoader(). Remove the separate
packages/clients-docs workspace package and packages/github-client-docs
skeleton, which were part of the over-architected federated docs approach.
Update docs/astro.config.ts to use vanilla astro/config defineConfig
with the sidebar inlined, dropping the @theholocron/astro-config wrapper
that hardcoded the packages/${slug}-docs/content path convention.
Update holocron.config.ts to the simplified deploy config.
Remove the clients-docs codecov component.
Signed-off-by: Newton <5769156+iamnewton@users.noreply.github.com>
iamnewton
force-pushed
the
refactor/simplify-docs
branch
from
August 13, 2026 21:18
b8e5b00 to
4bc5806
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #274 +/- ##
=======================================
Coverage 97.70% 97.70%
=======================================
Files 48 48
Lines 305 305
Branches 53 53
=======================================
Hits 298 298
Misses 3 3
Partials 4 4
🚀 New features to boost your workflow:
|
…pace package - Move astro.config.ts to repo root; configure srcDir/outDir/publicDir into docs/ - Switch to @theholocron/astro-config defineConfig and createDocsCollections() - Delete docs/package.json, docs/tsconfig.json; remove docs/ from workspace - Add @astrojs/starlight, astro, @theholocron/astro-config, @theholocron/docs-theme to root devDependencies; add docs:dev/build/preview scripts - Add root tsconfig.json extending @theholocron/tsconfig/astro - Update knip.config.ts to cover astro.config.ts and docs/src/**/*.ts - Update .gitignore to root-level .astro/ dir - Bump all @theholocron config deps to ^7.19.0 in catalog Signed-off-by: Newton <5769156+iamnewton@users.noreply.github.com>
Contributor
Author
|
🎉 This PR is included in version 1.6.7 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
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
packages/clients-docs/content/directly intodocs/src/content/docs/and wire up Starlight's built-indocsLoader()packages/clients-docsand the emptypackages/github-client-docsskeleton — both were artifacts of the over-architected federated docs approachdocs/astro.config.tsusage of@theholocron/astro-config(which hardcoded thepackages/${slug}-docs/contentpath convention) with vanillaastro/configdefineConfig, sidebar inlinedholocron.config.tsto the simplified{ name: "deploy", with: { docs: true } }deploy entryclients-docsfromcodecov.ymlcomponentsTest plan
pnpm --filter @theholocron/clients-site buildsucceeds indocs/clients/prefix)docs/