Skip to content
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

WordPress Playground documentation #828

Open
adamziel opened this issue May 16, 2023 · 5 comments
Open

WordPress Playground documentation #828

adamziel opened this issue May 16, 2023 · 5 comments
Labels
developer documentation (DevHub) Improvements or additions to developer documentation needs discussion Issue that need discussion and team's decision. Will be discussed at the meeting. [Status] To do Issue marked as Todo

Comments

@adamziel
Copy link

adamziel commented May 16, 2023

The Ask

Let's create a comprehensive documentation for WordPress Playground. The existing one is brief and sometimes outdated. I posted a detailed outline here: WordPress/wordpress-playground#217

Where does the documentation live?

The documentation is currently published on GitHub Pages which conveniently couples it with the code – it's generated and published directly from the repository.

Technically, it lives in the gh-pages branch where it's built from:

Typedoc is great. It outputs readable pages, cross-links specific API items together, and just works. In Gutenberg we use our own tooling that does neither of these things. Here's a discussion about migrating Gutenberg docs to Typedoc.

Where should the documentation live?

I recommend a separate static site regardless of the domain (Github.io works just as well as WordPress.org).

Why?

Typedoc outputs full HTML files, which makes integration with a WordPress-based docs site inconvenient. We could use github.io just for the API reference and move the rest to WordPress.org, but then we'd lose the valuable the ability to cross-link and cross-include parts of the docs. We'd also lose the potential to use MDX.

Questions

  • Is this something we could collaborate on? Caveat: I'm on Sabbatical starting June 26th.
  • What would be the next steps here?
@zzap
Copy link
Member

zzap commented May 16, 2023

Heads up @WordPress/docs-issues-coordinators, we have a new issue open. Time to use 'em labels.

@justintadlock justintadlock added the needs discussion Issue that need discussion and team's decision. Will be discussed at the meeting. label May 16, 2023
@estelaris estelaris added the developer documentation (DevHub) Improvements or additions to developer documentation label May 16, 2023
@adamziel
Copy link
Author

adamziel commented May 16, 2023

Documenting the recent meeting on the #docs slack channel:

@javiercasares
Copy link
Collaborator

Using the actual https://github.com/WordPress/wordpress-playground/tree/trunk/pages, and planning a site like https://developer.wordpress.org/playground, it should be possible to sync automatically the actual documentation.

If Documentation will be responsible for this, we can prepare a little roadmap on what we need and how to do it and start working.

I'll be on WordCamp Europe (Contributor Day) so we can check that.

Just coming to my mind, may be this:

— Create the “manifest file” (usually inside a /bin/ folder in the documentation -/pages/- folder)
— Check that when the pages are generated (if automatically with external software), that folder won't be destroyed. If they will be updated manually won't be a problem.
— Ask for https://developer.wordpress.org/playground as a site like the Advanced Administration. Set it up in a private mode, at first.
— Ask Meta to sync the manifest file with the new site.
— Check the content and fix whatever may not be perfect ;)
— Launch the site.

I can help with anything you require. Ping me when your next meeting is and we can see what is needed.

@adamziel
Copy link
Author

adamziel commented Jun 2, 2023

Thank you @javiercasares!

The documentation site got refreshed to use MarkdownX – this way it supports interactive code examples. It still has the same HTML-based API Reference as before. The files now live in https://github.com/WordPress/wordpress-playground/tree/trunk/packages/docs/site/docs.

Let's definitely get in sync on WordCamp Europe how to best proceed – I'm not quite sure. Using Markdown instead of MarkdownX would reduce the usefulness of the documentation quite a bit (no more live examples). At the same time, using the generated HTML might not work on wp.org and would also yield a handbook that looks unfamiliar and differs from all other handbooks.

Then, I'd like to eventually support live code examples in all WordPress.org documentation resources. Perhaps Playground would make a good pilot project for that?

@javiercasares
Copy link
Collaborator

See you at WordCamp Europe. I'll be at the Hosting Table, so, look for me :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
developer documentation (DevHub) Improvements or additions to developer documentation needs discussion Issue that need discussion and team's decision. Will be discussed at the meeting. [Status] To do Issue marked as Todo
5 participants