Skip to content

Commit

Permalink
minor adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmaguitar committed Jul 17, 2023
1 parent aaf039c commit 993c5df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/interactivity/docs/1-getting-started.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Getting started with the Interactivity API

To get started with the Interactivity API, you can follow this [**Quick Start Guide**](#) by taking into account the [current requirements of the Interactivity API](#) (especially the need for Gutenberg 16.2 or superior).
To get started with the Interactivity API, you can follow this [**Quick Start Guide**](#quick-start-guide) by taking into account the [current requirements of the Interactivity API](#requirements-of-the-interactivity-api) (especially the need for Gutenberg 16.2 or superior).

## Quick Start Guide

Expand Down Expand Up @@ -28,15 +28,15 @@ If you have a local WordPress installation already running, you can launch the c
npx @wp-now/wp-now start
```

At this point you should be able to insert the "Example Interactive" block into any post, and see how it behaves in the frontent when published.
At this point you should be able to insert the "Example Interactive" block into any post, and see how it behaves in the frontend when published.

## Requirements of the Interactivity API

To start working with the Interactivity API you'll need to have a [proper WordPress development environment for blocks](https://developer.wordpress.org/block-editor/getting-started/devenv/) which should include:

- A local WordPress installation
- Gutenberg 16.2 or superior
- Node v14
- Node.js

### A local WordPress installation

Expand Down

0 comments on commit 993c5df

Please sign in to comment.