docs: scaffold Starlight documentation site#56
Merged
Conversation
- Initialize Starlight project in docs/ with Astro + brand colors - Configure /systematic base path for GitHub Pages deployment - Add 6 hand-crafted content pages (installation, config, architecture, guides) - Create build-time transform script for generating reference docs from source - Update root config: gitignore, package.json workspace, README docs badge - Add GitHub Actions workflow for cross-repo deployment to fro-bot/systematic Verification: - 35 pages build successfully (6 hand-crafted + 28 generated + 404) - Root project unaffected (build, tests, lint all pass) - Generated reference files gitignored (build artifacts only) - Package excludes docs/ directory
- Add @opencode-ai/sdk as explicit devDependency to fix workspace hoisting - Update tsconfig types from bun-types to bun (@types/bun) - Fix Starlight social config to array format (required >=0.33.0) - Add error handling and input validation to transform-content.ts - Improve docs workflow deploy safety (verify output, conditional push) - Add .astro and .sisyphus to biome ignore list - Update bun.lock for Starlight 0.37.6 and new dependencies
Fix sidebar paths, add stale file cleanup, improve workflow reliability, and correct internal links to use base path.
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.
Initialize the Starlight documentation site with Astro, configure for GitHub Pages, and add essential content pages. Implement a build-time script for generating reference documentation and set up a GitHub Actions workflow for deployment. Ensure the root project remains unaffected.