feat(docs): add Starlight documentation site#23
Merged
Conversation
Scaffold an Astro/Starlight documentation site in docs/ with 18 content pages covering getting started, core concepts, guides, API reference, and rule pattern examples. Add a GitHub Actions workflow to deploy to GitHub Pages on merge to main. - Rename existing planning docs from docs/ to plans/ - Add Astro 5 + Starlight 0.34 project with Bun-based build - Write comprehensive docs: installation, quick start, ADRs, rules, domains, writing guides, CI integration, editor plugins, MCP server, pre-commit hooks, CLI commands, MCP tools, rule API, ADR schema, and common rule patterns - Add deploy-docs.yml workflow (GitHub Pages + custom domain) - Update .gitignore, .prettierignore, .npmignore for docs artifacts - Add docs:dev, docs:build, docs:preview convenience scripts Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add bun, yarn, pnpm install instructions to docs and README - Add dev dependency install section with npx/bun run usage - Add GEN-001 Documentation Site ADR codifying docs conventions - Fix stale path reference in agent memory (docs/ -> plans/) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Merged
1 task
rhuanbarreto
added a commit
that referenced
this pull request
Feb 28, 2026
* feat(docs): add Starlight documentation site for cli.archgate.dev Scaffold an Astro/Starlight documentation site in docs/ with 18 content pages covering getting started, core concepts, guides, API reference, and rule pattern examples. Add a GitHub Actions workflow to deploy to GitHub Pages on merge to main. - Rename existing planning docs from docs/ to plans/ - Add Astro 5 + Starlight 0.34 project with Bun-based build - Write comprehensive docs: installation, quick start, ADRs, rules, domains, writing guides, CI integration, editor plugins, MCP server, pre-commit hooks, CLI commands, MCP tools, rule API, ADR schema, and common rule patterns - Add deploy-docs.yml workflow (GitHub Pages + custom domain) - Update .gitignore, .prettierignore, .npmignore for docs artifacts - Add docs:dev, docs:build, docs:preview convenience scripts Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * docs: add package manager alternatives and GEN-001 ADR - Add bun, yarn, pnpm install instructions to docs and README - Add dev dependency install section with npx/bun run usage - Add GEN-001 Documentation Site ADR codifying docs conventions - Fix stale path reference in agent memory (docs/ -> plans/) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
rhuanbarreto
added a commit
that referenced
this pull request
Mar 3, 2026
* feat(docs): add Starlight documentation site for cli.archgate.dev Scaffold an Astro/Starlight documentation site in docs/ with 18 content pages covering getting started, core concepts, guides, API reference, and rule pattern examples. Add a GitHub Actions workflow to deploy to GitHub Pages on merge to main. - Rename existing planning docs from docs/ to plans/ - Add Astro 5 + Starlight 0.34 project with Bun-based build - Write comprehensive docs: installation, quick start, ADRs, rules, domains, writing guides, CI integration, editor plugins, MCP server, pre-commit hooks, CLI commands, MCP tools, rule API, ADR schema, and common rule patterns - Add deploy-docs.yml workflow (GitHub Pages + custom domain) - Update .gitignore, .prettierignore, .npmignore for docs artifacts - Add docs:dev, docs:build, docs:preview convenience scripts Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * docs: add package manager alternatives and GEN-001 ADR - Add bun, yarn, pnpm install instructions to docs and README - Add dev dependency install section with npx/bun run usage - Add GEN-001 Documentation Site ADR codifying docs conventions - Fix stale path reference in agent memory (docs/ -> plans/) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
rhuanbarreto
added a commit
that referenced
this pull request
Mar 4, 2026
* feat(docs): add Starlight documentation site for cli.archgate.dev Scaffold an Astro/Starlight documentation site in docs/ with 18 content pages covering getting started, core concepts, guides, API reference, and rule pattern examples. Add a GitHub Actions workflow to deploy to GitHub Pages on merge to main. - Rename existing planning docs from docs/ to plans/ - Add Astro 5 + Starlight 0.34 project with Bun-based build - Write comprehensive docs: installation, quick start, ADRs, rules, domains, writing guides, CI integration, editor plugins, MCP server, pre-commit hooks, CLI commands, MCP tools, rule API, ADR schema, and common rule patterns - Add deploy-docs.yml workflow (GitHub Pages + custom domain) - Update .gitignore, .prettierignore, .npmignore for docs artifacts - Add docs:dev, docs:build, docs:preview convenience scripts Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * docs: add package manager alternatives and GEN-001 ADR - Add bun, yarn, pnpm install instructions to docs and README - Add dev dependency install section with npx/bun run usage - Add GEN-001 Documentation Site ADR codifying docs conventions - Fix stale path reference in agent memory (docs/ -> plans/) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <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
docs/targetingcli.archgate.devdeploy-docs.ymlGitHub Actions workflow for deploying to GitHub Pages on merge tomaindocs/toplans/Test plan
bun run docs:buildsucceeds (19 pages built, 18 indexed by Pagefind)bun run validatepasses (lint, typecheck, format, 220 tests, 9 ADR checks, build check)cli.archgate.devresolves to the deployed site🤖 Generated with Claude Code