feat(docs): add Astro/Starlight docs site and deploy Storybook to /sandbox/ - #227
Merged
Conversation
…ndbox/ - Add astro.config.ts at repo root with @theholocron/astro-config defineConfig - Add docs/src/content/docs/ with overview, getting-started, structure, components, and testing pages - Wire up createDocsCollections() in docs/src/content.config.ts - Add @astrojs/starlight, astro, @theholocron/astro-config, @theholocron/docs-theme to devDependencies; add docs:dev/build/preview scripts - Remove docs/ workspace package (pnpm-workspace.yaml deleted — no sub-packages) - Extend tsconfig.json to cover docs/src and astro.config.ts with allowImportingTsExtensions and skipLibCheck - Update .gitignore for .astro/ and docs/dist/ - Update holocron.config.ts: add docs: true to deploy, rename storybook deployment from "app" to "sandbox" - Set Storybook base: "/sandbox/" in viteFinal for production builds Signed-off-by: Newton <5769156+iamnewton@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #227 +/- ##
=======================================
Coverage 95.40% 95.40%
=======================================
Files 6 6
Lines 87 87
Branches 11 11
=======================================
Hits 83 83
Misses 2 2
Partials 2 2 🚀 New features to boost your workflow:
|
…-only Signed-off-by: Newton <5769156+iamnewton@users.noreply.github.com>
iamnewton
force-pushed
the
feat/add-docs
branch
from
August 14, 2026 20:28
189851a to
6d6fa81
Compare
Signed-off-by: Newton <5769156+iamnewton@users.noreply.github.com>
Signed-off-by: super-linterbot[bot] <310376783+super-linterbot[bot]@users.noreply.github.com>
iamnewton
commented
Aug 14, 2026
Co-authored-by: Newton <5769156+iamnewton@users.noreply.github.com> Signed-off-by: Newton <5769156+iamnewton@users.noreply.github.com>
Contributor
Author
|
🎉 This PR is included in version 0.4.0 🎉 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
astro.config.tsusing@theholocron/astro-configdefineConfig, content indocs/src/content/docs/(overview, getting-started, structure, components, testing)createDocsCollections()from@theholocron/docs-theme/contentdocs/as a workspace package — all Astro deps live at root;pnpm-workspace.yamldeleteddocs:dev,docs:build,docs:previewscripts to roottsconfig.jsonto coverdocs/src/**/*andastro.config.ts(addsallowImportingTsExtensions,skipLibCheck)holocron.config.ts: adddocs: trueto deploy, rename storybook deployment from"app"to"sandbox"base: "/sandbox/"inviteFinalfor production buildsTest plan
pnpm docs:buildsucceeds from repo root (afterastro syncruns)pnpm build:storybookproduces assets with/sandbox/base pathspnpm typecheckpasses