diff --git a/packages/docs/site/docs/developers/24-limitations/01-index.md b/packages/docs/site/docs/developers/24-limitations/01-index.md index b57c7dfd4f..b43e811c41 100644 --- a/packages/docs/site/docs/developers/24-limitations/01-index.md +++ b/packages/docs/site/docs/developers/24-limitations/01-index.md @@ -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. + +
+
+
The open Playground Manager button:
+ +![Open Playground Manager](@site/static/img/open-site-manager.png) + +
+ +
+
The save button:
+ +![Save Button](@site/static/img/save-button.png) + +
+
## When developing with Playground diff --git a/packages/docs/site/static/img/open-site-manager.png b/packages/docs/site/static/img/open-site-manager.png new file mode 100644 index 0000000000..299ade2818 Binary files /dev/null and b/packages/docs/site/static/img/open-site-manager.png differ diff --git a/packages/docs/site/static/img/save-button.png b/packages/docs/site/static/img/save-button.png new file mode 100644 index 0000000000..82b0554538 Binary files /dev/null and b/packages/docs/site/static/img/save-button.png differ