After merging #61143 for some reason the Quick Start Guide of the Intereactivity API meant to be at "Block Editor Handbook > Reference Guides > Interactivity API Reference > Quick Start Guide" (se toc.json) has been created at https://developer.wordpress.org/block-editor/getting-started/quick-start-guide/ (replacing the former one) and the url https://developer.wordpress.org/block-editor/reference-guides/interactivity-api/quick-start-guide/ redirects there
The PR #61198 was created (and merged) to fix this specific update but the issue with the docs generation remains
It seems the current system generates docs of the Block Editor Handbooks when two markdown files have the same name (even when they are in different paths)
This should be either fixed or a warning should be displayed when running npm run docs:build and related scripts
cc: @ryanwelcher @ndiego @oandregal
After merging #61143 for some reason the Quick Start Guide of the Intereactivity API meant to be at "Block Editor Handbook > Reference Guides > Interactivity API Reference > Quick Start Guide" (se toc.json) has been created at https://developer.wordpress.org/block-editor/getting-started/quick-start-guide/ (replacing the former one) and the url https://developer.wordpress.org/block-editor/reference-guides/interactivity-api/quick-start-guide/ redirects there
The PR #61198 was created (and merged) to fix this specific update but the issue with the docs generation remains
It seems the current system generates docs of the Block Editor Handbooks when two markdown files have the same name (even when they are in different paths)
This should be either fixed or a warning should be displayed when running
npm run docs:buildand related scriptscc: @ryanwelcher @ndiego @oandregal