Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ name: Deploy Documentation
paths:
- 'docs/**'
- 'site/**'
- 'CLAUDE.md'
- 'AGENTS.md'
- 'Cargo.toml'
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-freshness.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ This repository has an Astro Starlight documentation site in `site/` that genera

1. **Docs pages** — markdown files in `docs/` are converted to Starlight MDX pages via `site/scripts/generate-docs-pages.mjs`
2. **Workflow reference pages** — `.github/workflows/*.yml` files are parsed into reference pages via `site/scripts/generate-workflow-pages.mjs`
3. **Reference pages** — sections from `CLAUDE.md` are extracted into individual reference pages via `site/scripts/generate-reference-pages.mjs`
3. **Reference pages** — sections from `AGENTS.md` are extracted into individual reference pages via `site/scripts/generate-reference-pages.mjs`

The generated content lives in `site/src/content/docs/` and must stay in sync with these sources.

Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,6 @@ junit.xml

# Project specific
*.local

# Claude Code session-local memory (see AGENTS.md for the committed docs)
CLAUDE.local.md
Loading
Loading