-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation for using wp-now with Playground #31
Comments
That's already available on NPM/GitHub, so just need to import the README to the docs directory. Or am I missing something? :-) And slightly off-topic: the image in the README is broken on NPM. |
Coolio. Will do it tomorrow :-) |
About
|
@ironnysh Included a bunch of notes. They're kinda organized. :) |
@flexseth, thanks for the list :-) I went over everything here, as well as the published docs (specifically, the Contributing chapter), and I have some suggestions. If it’s okay with you (and @adamziel, of course :-) ), I’d like to propose this as a working plan, which I’d be happy to take on. Reorganize the chapters
Revise the Contributing chapterAll the subsections in the Contributing chapter need a rewrite.
|
Resolved by |
@ironnysh - working on some more page updates. Also linked an issue that I think could help with organizing some of the content for the pages, once it's all there
|
All issues and known limitations of Should take care of that part of the doc update |
@flexseth, are we talking about the documentation site? In any case, #126 should probably be a discussion and not an issue.
Probably shouldn't be combined in a single public-facing page in the docs. Since all the content I mentioned is live, I'd like to work on this “textual refactor” ASAP. |
@ironnysh That plan looks absolutely amazing! One PR for all of these is amazing, too. Let's make these updates in mdx and Docusaurus at https://github.com/WordPress/wordpress-playground/ as they could already benefit the readers and getting playground-docs-workflow repo ready to use will take a bit more time. |
Right :-) Also adding Improve the description of SetSiteOptionsStep #1291 to the list. |
Can close this one 🥳 |
## What is this PR doing? 1. Reorganizing the **Contributing** chapter of the docs, and updating the content. See [this issue](adamziel/playground-docs-workflow#31 (comment)) 2. Adding references to [the Developer docs](https://developer.wordpress.org/) in relevant Blueprints steps. See #1291. ~### To-Do:~ - [x] Update [wp-now](https://www.npmjs.com/package/@wp-now/wp-now) README. **Done** in [Update wp-now documentation #251](WordPress/playground-tools#251). ## Testing Instructions 1. Build the site (standard `npm run build` to update the steps in `packages/playground/blueprints/src/lib/steps/`) 2. Run `npm run dev:docs`. 3. Review the changes. @adamziel
done and done :) |
Error code
command not found: wp-now
Exists when
User has not installed
wp-now
packagehttps://www.npmjs.com/package/@wp-now/wp-now
If
wp-now
is not installed on a users machine, many of the commands will not work.The need
Blueprints or instructions that use the
wp-now
package should help users navigate how to install and use the package with Playground.Docs to include
wp-now
vs. VS Code extensionnpx
wp-now
The text was updated successfully, but these errors were encountered: