feat(cli): expose claude-code under docs.yml page-actions config#15322
Conversation
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.
Tip: disable this comment in your organization's Code Review settings.
🌱 Seed Test SelectorSelect languages to run seed tests for:
How to use: Click the ⋯ menu above → "Edit" → check the boxes you want → click "Update comment". Tests will run automatically and snapshots will be committed to this PR. |
claude-code under docs page-actions configclaude-code under docs.yml page-actions config
SDK Generation Benchmark ResultsComparing PR branch against median of 5 nightly run(s) on Full benchmark table (click to expand)
main (generator): generator-only time via --skip-scripts (includes Docker image build, container startup, IR parsing, and code generation — this is the same Docker-based flow customers use via |
Docs Generation Benchmark ResultsComparing PR branch against median of 5 nightly run(s) on
Docs generation runs |
Description
Linear ticket: Refs FER-9336
Adds
claude-codeto thepage-actionsconfig indocs.ymlso docs sites can explicitly control the "Connect to Claude Code" button. This also fixes the docs.yml documentation to reflect the actual default behavior for the AI-related page actions that are currently enabled unless explicitly set tofalse.Changes Made
claude-codeto the docs.yml API definition, parser, resolver, and generated schemas/typespage-actions.options.claude-codeandpage-actions.default: claude-codechatgpt,claude,cursor, andclaude-codeto match their real default behaviorTesting