docs(site): fix model example and expand docs-site dev section#1363
Merged
jamesadevine merged 1 commit intoJul 7, 2026
Merged
Conversation
- engine.mdx: correct the example model from claude-sonnet-4.7 to claude-sonnet-4.5, matching the registered catalog (src/inspect/catalog.rs) and the create-ado-agentic-workflow.md prompt reference table. - local-development.mdx: replace the vague 'run the site with your usual Astro workflow' line with a concrete step-by-step section: npm ci, npm run dev (localhost:4321), npm run build:astro, and a note explaining when to use build vs build:astro (Playwright/slides step). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Open
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
build:astroshortcut, and a note about the fullbuildcommand's Playwright/slides step.Changes
site/src/content/docs/reference/engine.mdx— corrected themodelfield example fromclaude-sonnet-4.7(does not appear in the catalog) toclaude-sonnet-4.5(the registered alternative insrc/inspect/catalog.rsandprompts/create-ado-agentic-workflow.md).site/src/content/docs/setup/local-development.mdx— replaced the vague trailing sentence with a proper "Work on the docs site" section:npm ci,npm run dev(live atlocalhost:4321/ado-aw/),npm run build:astrofor full validation, and a note explaining whenbuildvsbuild:astrois appropriate.Accuracy checks
claude-sonnet-4.5verified insrc/inspect/catalog.rs(models()function, line 283) and inprompts/create-ado-agentic-workflow.mdstep 2 model table.claude-sonnet-4.7does not appear anywhere else insite/src/— this was the only occurrence.site/package.json(dev,build:astro,buildscripts) andsite/slides/package.json(confirms Playwright dependency for the full build).Validation
cd site && npm ci && npm run build:astro— 38 pages built, all internal links valid.Created by the docs-writer workflow.