diff --git a/docs/manifest.json b/docs/manifest.json index 4c1fc69ab4875d..87ab88aa8cc548 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -499,8 +499,8 @@ }, { "title": "Quick start guide", - "slug": "quick-start-guide", - "markdown_source": "../docs/reference-guides/interactivity-api/quick-start-guide.md", + "slug": "iapi-quick-start-guide", + "markdown_source": "../docs/reference-guides/interactivity-api/iapi-quick-start-guide.md", "parent": "interactivity-api" }, { diff --git a/docs/reference-guides/interactivity-api/README.md b/docs/reference-guides/interactivity-api/README.md index 405d84118eb460..de6b0c5b1c4558 100644 --- a/docs/reference-guides/interactivity-api/README.md +++ b/docs/reference-guides/interactivity-api/README.md @@ -17,7 +17,7 @@ For more information about the genesis of the Interactivity API, check out the [ Use the following links to locate the topic you're interested in. If you have never worked with the Interactivity API before, consider reading through the following resources in the order listed. - **[Requirements](#requirements-of-the-interactivity-api):** Check this section before you start creating your interactive blocks with the Interactivity API. -- **[Quick Start Guide](https://developer.wordpress.org/block-editor/reference-guides/interactivity-api/quick-start-guide/):** Get a custom block using the Interactivity API up and running in less than one minute. +- **[Quick Start Guide](https://developer.wordpress.org/block-editor/reference-guides/interactivity-api/iapi-quick-start-guide/):** Get a custom block using the Interactivity API up and running in less than one minute. - **[Tutorial: A first look at the Interactivity API](https://developer.wordpress.org/news/2024/04/11/a-first-look-at-the-interactivity-api/)** This article from the [WordPress Developer Blog](https://developer.wordpress.org/news/) is a great way to get introduced to the Interactivity API. - **[API Reference](https://developer.wordpress.org/block-editor/reference-guides/interactivity-api/api-reference/):** To take a deep dive into how the API works internally, the list of Directives, and how Store works. - **[Docs and Examples](#docs--examples):** Additional resources to learn/read more about the Interactivity API. diff --git a/docs/reference-guides/interactivity-api/quick-start-guide.md b/docs/reference-guides/interactivity-api/iapi-quick-start-guide.md similarity index 100% rename from docs/reference-guides/interactivity-api/quick-start-guide.md rename to docs/reference-guides/interactivity-api/iapi-quick-start-guide.md diff --git a/docs/toc.json b/docs/toc.json index 5b542461070e48..713c55c8ee2b9d 100644 --- a/docs/toc.json +++ b/docs/toc.json @@ -205,7 +205,7 @@ { "docs/reference-guides/interactivity-api/README.md": [ { - "docs/reference-guides/interactivity-api/quick-start-guide.md": [] + "docs/reference-guides/interactivity-api/iapi-quick-start-guide.md": [] }, { "docs/reference-guides/interactivity-api/api-reference.md": []