Skip to content

Commit

Permalink
Change the name of the Interactivity API quick start guide markdown f…
Browse files Browse the repository at this point in the history
…ile (#61198)

* change name to avoid conflict names

* Updated TOC
  • Loading branch information
juanmaguitar committed Apr 29, 2024
1 parent 54bf90e commit 83c485b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/reference-guides/interactivity-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/toc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": []
Expand Down

0 comments on commit 83c485b

Please sign in to comment.