diff --git a/packages/docs/site/docs/blueprints/intro.md b/packages/docs/site/docs/blueprints/intro.md index cf28a7f0a8..2ae08e8fb2 100644 --- a/packages/docs/site/docs/blueprints/intro.md +++ b/packages/docs/site/docs/blueprints/intro.md @@ -22,7 +22,6 @@ Blueprints are JSON files for setting up your very own WordPress Playground inst - [**Documentation**](/) – Introduction to WP Playground, starter guides and your entry point to WP Playground Docs. - 👉 [**Blueprints**](/blueprints) (you're here) – Blueprints are JSON files for setting up your WordPress Playground instance. Learn about their possibilities from this Blueprints docs hub. - [**Developers**](/developers) – WordPress Playground was created as a programmable tool. Discover all the things you can do with it from your code in the Developers docs hub. -- [**API Reference**](/api) – All the APIs exposed by WordPress Playground ## Navigating the Blueprints documentation hub diff --git a/packages/docs/site/docs/developers/intro-devs.md b/packages/docs/site/docs/developers/intro-devs.md index dfe43298fc..9c78311778 100644 --- a/packages/docs/site/docs/developers/intro-devs.md +++ b/packages/docs/site/docs/developers/intro-devs.md @@ -13,7 +13,6 @@ Hi! Welcome to WordPress Playground Developer documentation. - [**Documentation**](/) – Introduction to WP Playground, starter guides and your entry point to WP Playground Docs. - [**Blueprints**](/blueprints) – Blueprints are JSON files for setting up your WordPress Playground instance. Learn about their possibilities from the Blueprints docs hub. - 👉 [**Developers**](/developers) (you're here) – WordPress Playground was created as a programmable tool. Discover all the things you can do with it from your code in this Developers docs hub. -- [**API Reference**](/api) – All the APIs exposed by WordPress Playground ## Navigating the Developers documentation hub diff --git a/packages/docs/site/docs/main/intro.md b/packages/docs/site/docs/main/intro.md index c2e4d856fc..52d35b0d93 100644 --- a/packages/docs/site/docs/main/intro.md +++ b/packages/docs/site/docs/main/intro.md @@ -22,7 +22,6 @@ Playground is an online tool to experiment and learn about WordPress. This site - 👉 [**Documentation**](/) (you're here) – Introduction to WP Playground, starter guides and your entry point to WP Playground Docs. - [**Blueprints**](/blueprints) – Blueprints are JSON files for setting up your WordPress Playground instance. Learn about their possibilities from the Blueprints docs hub. - [**Developers**](/developers) – WordPress Playground was created as a programmable tool. Discover all the things you can do with it from your code in the Developers docs hub. -- [**API Reference**](/api) – All the APIs exposed by WordPress Playground ## Navigating this documentation hub diff --git a/packages/docs/site/docusaurus.config.js b/packages/docs/site/docusaurus.config.js index ea0a247254..277617f928 100644 --- a/packages/docs/site/docusaurus.config.js +++ b/packages/docs/site/docusaurus.config.js @@ -167,11 +167,6 @@ const config = { position: 'left', label: 'Developers', }, - { - to: 'api', - label: 'API Reference', - position: 'left', - }, { href: 'https://github.com/WordPress/wordpress-playground', position: 'right', @@ -208,10 +203,6 @@ const config = { label: 'Developers', to: '/developers', }, - { - label: 'API Reference', - to: '/api', - }, ], }, {