Skip to content

Commit

Permalink
[Docs] Add Playground Manager and Save button screenshots to Develope…
Browse files Browse the repository at this point in the history
…s > Limitations > Temporary by design (#2145)

## Motivation for the change, related issues

It's not obvious how to save a temporary site from reading the
documentation as observed in #2133.

## Implementation details

This PR adds Playground Manager and Save button screenshots to Developes
> Limitations > Temporary by design documentation section.

## Testing Instructions (or ideally a Blueprint)

- Checkout this PR
- [Start the docs site
locally](https://wordpress.github.io/wordpress-playground/contributing/documentation#local-preview)
- Go to the [Temporary by design
section](http://localhost:3000/wordpress-playground/developers/limitations#temporary-by-design)
- Confirm that both images are loaded correctly.

---------

Co-authored-by: Bero <[email protected]>
Co-authored-by: Gregory JSWhisperer <[email protected]>
  • Loading branch information
3 people authored Feb 27, 2025
1 parent ed7171a commit f0c983b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion packages/docs/site/docs/developers/24-limitations/01-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,23 @@ Playground [disables network connections](/blueprints/data-format#features) by d

### Temporary by design

As Playground [streams rather than serves](/about#streamed-not-served) WordPress, all database changes and uploads will be gone when you refresh the page. To avoid losing your work, either [export your work](/quick-start-guide#save-your-site) before or enable storage in the browser/device via the "Save" button in the UI.
As Playground [streams rather than serves](/about#streamed-not-served) WordPress, all database changes and uploads will be gone when you refresh the page. To avoid losing your work, either [export your work](/quick-start-guide#save-your-site) before or enable storage in the browser/device via the "Save" button found in the "Open Playground Manager" menu on the top left of the site.

<blockquote>
<figure>
<figcaption><i>The open Playground Manager button:</i></figcaption>

![Open Playground Manager](@site/static/img/open-site-manager.png)

</figure>

<figure>
<figcaption><i>The save button:</i></figcaption>

![Save Button](@site/static/img/save-button.png)

</figure>
</blockquote>

## When developing with Playground

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/docs/site/static/img/save-button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f0c983b

Please sign in to comment.