docs: refresh docs site for the new features#197
Merged
Conversation
- release-notes: add Unreleased section covering network broker, RT languages + target-profile error-log, MS models sub-client, and the customer-apps/schema-accuracy fixes - model-security guide: mention the models sub-client in the intro - red-team guide: fix stale "seven sub-clients" -> "eight"
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.
Brings the Docusaurus docs site up to date with the recently shipped work (network broker, RT languages/target-profile error-log, MS models sub-client, customer-apps + schema-accuracy fixes).
Changes
Unreleasedsection documenting the new public API across all the shipped PRs (feat(red-team): add Network Broker channel sub-client #187, fix(management): harden customer-apps list route (encode TSG path segment) #189, feat(red-team): supported-languages + target-profile error-log endpoints #193, feat(model-security): add read-only models sub-client (model & model-version endpoints) #195, chore(preflight): match OpenAPI components with a 'Schema' name suffix #196). Factual API descriptions; no fabricated live-verification claims.modelssub-client alongsidescans.The per-method API reference under
docs-site/docs/reference/apiis gitignored and regenerated bydocs:apiin the deploy workflow, so the new methods appear automatically on deploy — no committed changes needed there.Verification
Full site build passes clean locally (
npm run docs:api+docusaurus build,onBrokenLinks: 'throw'). Lint/format/typecheck/tests green via pre-commit.🤖 Generated with Claude Code