diff --git a/docs/reference-guides/interactivity-api/README.md b/docs/reference-guides/interactivity-api/README.md index 3a5bbb84ff159..3b93cd1af8d8a 100644 --- a/docs/reference-guides/interactivity-api/README.md +++ b/docs/reference-guides/interactivity-api/README.md @@ -20,7 +20,7 @@ Use the following links to locate the topic you're interested in. If you have ne - **[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. - **[Core Concepts](https://developer.wordpress.org/block-editor/reference-guides/interactivity-api/core-concepts/)** Gain a better understanding of concepts and mental models related to Interactivity API development from this section. -- **[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 the Store works. +- **[Directives and Store API Reference](https://developer.wordpress.org/block-editor/reference-guides/interactivity-api/directives-store-api-reference/):** To take a deep dive into how the API works internally, the list of Directives, and how the Store works. - **[Docs and Examples](#docs-examples):** Additional resources to learn/read more about the Interactivity API. To get a deeper understanding of what the Interactivity API is or find answers to questions you may have about this standard, check the following resources: diff --git a/docs/reference-guides/interactivity-api/api-reference.md b/docs/reference-guides/interactivity-api/directives-store-api-reference.md similarity index 99% rename from docs/reference-guides/interactivity-api/api-reference.md rename to docs/reference-guides/interactivity-api/directives-store-api-reference.md index bbbb565684c57..2ec3ddbc1b5dc 100644 --- a/docs/reference-guides/interactivity-api/api-reference.md +++ b/docs/reference-guides/interactivity-api/directives-store-api-reference.md @@ -1,4 +1,4 @@ -# API Reference +# Directives and Store API Reference
Interactivity API is only available for WordPress 6.5 and above. @@ -712,8 +712,8 @@ For server-side rendered lists, another directive called `data-wp-each-child` en ```html