Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion packages/docs/site/docs/blueprints/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion packages/docs/site/docs/developers/intro-devs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion packages/docs/site/docs/main/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
9 changes: 0 additions & 9 deletions packages/docs/site/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -208,10 +203,6 @@ const config = {
label: 'Developers',
to: '/developers',
},
{
label: 'API Reference',
to: '/api',
},
],
},
{
Expand Down
Loading