docs: scaffold Astro Starlight documentation site#8
Merged
Conversation
Adds a minimal docs/ Astro Starlight project with a landing page and install instructions, plus a GitHub Pages deploy workflow that publishes to https://pixiebrix.github.io/agent-browser-shield/ on push to main. CI gains a docs build job mirroring the existing demo-site job, and Dependabot covers the new /docs npm ecosystem with the repo's 7-day cooldown. The astro pin is held at 6.3.7 (rather than 6.4.x) so the floor itself respects the cooldown window. Note: GitHub Pages must be enabled with "GitHub Actions" as the source in the repo settings before the deploy workflow can succeed. Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
The new docs/ row is the widest, so mdformat re-pads the column rules. Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
This was referenced Jun 5, 2026
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/Astro Starlight project (landing page + install instructions) that builds atdocs/dist/.docs-deploy.ymlworkflow that publishes to GitHub Pages on push tomain(paths-filtered todocs/**) plusworkflow_dispatch. Site URL: https://pixiebrix.github.io/agent-browser-shield/.docsbuild job toci.yml(mirrors the existingdemo-sitejob) and wires/docsintodependabot.ymlwith the repo's 7-day cooldown.Notes
astrois pinned exactly to6.3.7rather than^6.4.2because 6.4.x is still inside the 7-day cooldown window. Dependabot will propose the bump once it ages out.@astrojs/starlight@^0.39.2(21d old) andsharp@^0.34.5(latest stable) both pass cooldown.⚠ One-time manual step
GitHub Pages must be enabled with GitHub Actions as the source in the repo settings (Settings → Pages → Build and deployment → Source: GitHub Actions). The deploy workflow will fail until that is flipped.
Test plan
cd docs && bun install && bun run buildsucceeds locally (3 pages, sitemap, Pagefind index).dist/links resolve under the/agent-browser-shield/base path.docsbuild job passes on this PR.workflow_dispatchofdocs-deploy.ymlsucceeds.🤖 Generated with Claude Code