Skip to content

Commit

Permalink
Add redirect for the IAPI reference (#512)
Browse files Browse the repository at this point in the history
Add doc redirect for IAPI reference.
  • Loading branch information
ndiego committed May 1, 2024
1 parent 65fb2d6 commit b376d33
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,10 @@ public function redirects() {
'reference-guides/block-api/versions' => 'reference-guides/block-api/block-api-versions',
'reference-guides/packages/packages-experiments' => 'reference-guides/packages/packages-private-apis',

// After handbook restructuring, January 2023.
// After IAPI restructuring, April 2024.
'reference-guides/packages/packages-interactivity/packages-interactivity-api-reference' => 'reference-guides/interactivity-api/api-reference',

// After handbook restructuring, January 2024.
'how-to-guides/block-tutorial/generate-blocks-with-wp-cli' => 'getting-started/devenv/get-started-with-create-block',
'how-to-guides/block-tutorial/block-controls-toolbar-and-sidebar' => 'getting-started/fundamentals/block-in-the-editor',
'how-to-guides/block-tutorial/writing-your-first-block-type' => 'getting-started/tutorial',
Expand Down

0 comments on commit b376d33

Please sign in to comment.