Skip to content

Commit

Permalink
Docs: Add a callout to the wp-now documentation to mention it's sti…
Browse files Browse the repository at this point in the history
…ll experimental (#55044)

* Add a callout to the 'wp-now' documentation to mention it's still experimental

* Fix wp-now repository link

* Update get-started-with-wp-now.md

* Update docs/getting-started/devenv/get-started-with-wp-now.md

Co-authored-by: Aki Hamano <[email protected]>

* Update docs/getting-started/devenv/get-started-with-wp-now.md

Co-authored-by: Aki Hamano <[email protected]>

---------

Co-authored-by: Aki Hamano <[email protected]>
  • Loading branch information
priethor and t-hamano authored Oct 4, 2023
1 parent 1710fac commit c4e10d3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/getting-started/devenv/get-started-with-wp-now.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<div class="callout callout-alert">
<code>wp-now</code> is still experimental. For a more comprehensive overview of their current status and roadmap, please check <a href="https://github.com/WordPress/wordpress-playground"> WordPress Playground's repository </a> and <a href="https://github.com/WordPress/playground-tools/tree/trunk/packages/wp-now">wp-now's</a>.
</div>

# Get started with wp-now

The [@wp-now/wp-now](https://www.npmjs.com/package/@wordpress/env) package (`wp-now`) is a lightweight tool powered by [WordPress Playground](https://developer.wordpress.org/playground/) that streamlines setting up a local WordPress environment.
Expand Down Expand Up @@ -63,4 +67,4 @@ Here are a few instructions if you need to start over or want to remove what was
## Additional resources

- [@wp-now/wp-now](https://github.com/WordPress/playground-tools/tree/trunk/packages/wp-now) (Official documentation)
- [WordPress Playground](https://developer.wordpress.org/playground/) (Developer overview)
- [WordPress Playground](https://developer.wordpress.org/playground/) (Developer overview)

0 comments on commit c4e10d3

Please sign in to comment.