-
Notifications
You must be signed in to change notification settings - Fork 277
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
Docs: Contributing to end user documentation using Playground #1254
Comments
@adamziel I would like to contribute to this, but probably for a partial draft (not a complete page), and I will post it as a comment in this issue. Is that okay? Can you add me as an assignee? |
Happy to help with this one |
Contributing to the End User Documentation Using PlaygroundWordPress end-user documentation refers to guides and instructions created specifically for people who use a WordPress website to publish content, manage pages, and perform other basic tasks. To provide clear and easy-to-understand instructions on how to navigate WordPress, contributors need to provide relevant visuals (images or videos). Playground can be a handy tool as it's easy to set up and can be configured to a specific WordPress version. Preparing a Playground site for taking screenshots and recording videosBefore setting up a Playground site for contributing to the end-user documentation, it's best to see what WordPress version is needed for the request. You can see this on the end user documentation GitHub issue label. Once you know that, simply open https://playground.wordpress.net/, and it will create a default WordPress site with the latest version released. If it's different from what you need to work on the issue, you can change it by clicking the configurator at the top right to customize the Playground, and change the WordPress version. It is also possible to change the PHP version if you need it. Once the Playground site is set up with the correct WordPress version, you can go to the dashboard from the top admin panel either by clicking the link on the drop-down menu or by typing wp-admin on the URL bar. |
All good work, than you so much @Leonardus-Nugraha @malgrauk ! @malgrauk it would also be useful to touch on the expected structure of that GitHub repository, as in what directories it needs to have for the feature to work.
It's worth noting that plugins and themes published on wp.org can also be preinstalled using Query API or the Blueprints API. Also, tangentially, I recently found another application for the GitHub integration: https://github.com/adamziel/playground-docs-workflow |
Let's write a page that explains how useful Playground can be for contributing to WordPress documentation for end users.
A few ideas on what to cover:
Done is
packages/docs/site/docs/02-start-using/02-how-to-contribute-end-user-documentation-using-playground.md
Related resources
The text was updated successfully, but these errors were encountered: