Skip to content

Commit f0c983b

Browse files
[Docs] Add Playground Manager and Save button screenshots to Developes > 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]>
1 parent ed7171a commit f0c983b

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

packages/docs/site/docs/developers/24-limitations/01-index.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,23 @@ Playground [disables network connections](/blueprints/data-format#features) by d
1616

1717
### Temporary by design
1818

19-
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.
19+
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.
20+
21+
<blockquote>
22+
<figure>
23+
<figcaption><i>The open Playground Manager button:</i></figcaption>
24+
25+
![Open Playground Manager](@site/static/img/open-site-manager.png)
26+
27+
</figure>
28+
29+
<figure>
30+
<figcaption><i>The save button:</i></figcaption>
31+
32+
![Save Button](@site/static/img/save-button.png)
33+
34+
</figure>
35+
</blockquote>
2036

2137
## When developing with Playground
2238

35.4 KB
Loading
103 KB
Loading

0 commit comments

Comments
 (0)