docs(create-block-interactive-template): document available variants in README#76831
Conversation
…in README Adds a Variants section listing all three variants (default, typescript, client-side-navigation) with their purpose and exact invocation commands. Fixes #76827. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Flaky tests detected in caf4443. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/23593344021
|
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Closes #76827
Documents the three variants exposed by
@wordpress/create-block-interactive-templatein its README.Why?
The package has supported
default,typescript, andclient-side-navigationvariants for some time, but the README only showed the base usage command with no mentionof the
--variantflag. Users had no way to discover TypeScript support or the client-side navigation demo without reading the package source.How?
Adds a
## Variantssection to the README with a subsection for each variant covering:npx @wordpress/create-blockcommand to use it@wordpress/interactivity-routerforclient-side-navigation)No code changes — documentation only.
Testing Instructions
packages/create-block-interactive-template/README.md.default,typescript, andclient-side-navigation.Testing Instructions for Keyboard
N/A — documentation-only change, no UI affected.
Use of AI Tools
This PR was drafted with the assistance of Claude Code (Anthropic). The content was reviewed and approved by the author.