From 31333c33db191ddb4740cb0aafca8ca342f35af5 Mon Sep 17 00:00:00 2001 From: HarshCasper Date: Wed, 1 Nov 2023 15:31:42 +0800 Subject: [PATCH] re-align cloud pods documentation --- content/en/academy/localstack-101/lesson-7/index.md | 2 +- content/en/getting-started/glossary.md | 2 +- content/en/getting-started/quickstart.md | 2 +- content/en/overview/_index.html | 2 +- content/en/references/init-hooks.md | 2 +- content/en/references/persistence-mechanism.md | 2 +- .../index.md | 4 ++-- .../en/user-guide/{tools => }/cloud-pods/_index.md | 2 ++ .../cloud-pods/cloud-pods-persistence.png | Bin .../{tools => }/cloud-pods/community/index.md | 2 ++ .../{tools => }/cloud-pods/getting-started/index.md | 2 ++ .../{tools => }/cloud-pods/launchpad/badge-demo.png | Bin .../{tools => }/cloud-pods/launchpad/index.md | 2 ++ .../cloud-pods/launchpad/link-generator.png | Bin .../cloud-pods/launchpad/ls-not-running.png | Bin .../cloud-pods/launchpad/metadata-load-failed.png | Bin .../{tools => }/cloud-pods/pods-cli/index.md | 2 ++ .../user-guide/{tools => }/cloud-pods/pods-ui.png | Bin .../{tools => }/cloud-pods/remotes/index.md | 2 ++ .../en/user-guide/web-application/accounts/index.md | 2 +- .../web-application/cloud-pods-browser/index.md | 8 ++++---- 21 files changed, 25 insertions(+), 13 deletions(-) rename content/en/user-guide/{tools => }/cloud-pods/_index.md (98%) rename content/en/user-guide/{tools => }/cloud-pods/cloud-pods-persistence.png (100%) rename content/en/user-guide/{tools => }/cloud-pods/community/index.md (99%) rename content/en/user-guide/{tools => }/cloud-pods/getting-started/index.md (99%) rename content/en/user-guide/{tools => }/cloud-pods/launchpad/badge-demo.png (100%) rename content/en/user-guide/{tools => }/cloud-pods/launchpad/index.md (99%) rename content/en/user-guide/{tools => }/cloud-pods/launchpad/link-generator.png (100%) rename content/en/user-guide/{tools => }/cloud-pods/launchpad/ls-not-running.png (100%) rename content/en/user-guide/{tools => }/cloud-pods/launchpad/metadata-load-failed.png (100%) rename content/en/user-guide/{tools => }/cloud-pods/pods-cli/index.md (99%) rename content/en/user-guide/{tools => }/cloud-pods/pods-ui.png (100%) rename content/en/user-guide/{tools => }/cloud-pods/remotes/index.md (99%) diff --git a/content/en/academy/localstack-101/lesson-7/index.md b/content/en/academy/localstack-101/lesson-7/index.md index 277a22ceeb..79da6d7929 100644 --- a/content/en/academy/localstack-101/lesson-7/index.md +++ b/content/en/academy/localstack-101/lesson-7/index.md @@ -34,5 +34,5 @@ Witness firsthand how they empower developers in various scenarios, especially f
Further reading: -- [Cloud Pods Documentation](https://docs.localstack.cloud/user-guide/tools/cloud-pods/) +- [Cloud Pods Documentation](https://docs.localstack.cloud/user-guide/cloud-pods/) - [Cloud Pods Browser](https://docs.localstack.cloud/user-guide/web-application/cloud-pods-browser/) \ No newline at end of file diff --git a/content/en/getting-started/glossary.md b/content/en/getting-started/glossary.md index de90224355..02a6c2dc89 100644 --- a/content/en/getting-started/glossary.md +++ b/content/en/getting-started/glossary.md @@ -13,7 +13,7 @@ hide_readingtime: true | Term | Definition | |---------------------------------------------------------------------------| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [Cloud Pods]({{< ref "user-guide/tools/cloud-pods" >}}) | Advanced persistence mechanism that allows to take a snapshot of the state of your LocalStack instance, as well as easily share the application state to enable collaborative debugging. | +| [Cloud Pods]({{< ref "user-guide/cloud-pods" >}}) | Advanced persistence mechanism that allows to take a snapshot of the state of your LocalStack instance, as well as easily share the application state to enable collaborative debugging. | | [Diagnostics Endpoint]({{< ref "help-and-support" >}}) | The endpoint on the running LocalStack Container that prints diagnostic data about LocalStack to assist with debugging and troubleshooting. | | [Edge Port]({{< ref "endpoint-url" >}}) | The HTTP port LocalStack listens on for any type of request (e.g. from AWS SDKs). The default port is 4566. | | [External Service Ports]({{< ref "external-ports" >}}) | The ports reserved for infrastructure that is started as part of a managed service like database server, Redis cluster, and are exposed through the LocalStack Container. | diff --git a/content/en/getting-started/quickstart.md b/content/en/getting-started/quickstart.md index 0b4a459861..ade12b8130 100644 --- a/content/en/getting-started/quickstart.md +++ b/content/en/getting-started/quickstart.md @@ -88,7 +88,7 @@ Now that you’ve seen how to deploy a local AWS infrastructure for your sample $ localstack stop {{< / command >}} -LocalStack is ephemeral in nature and will not persist any data across restarts. LocalStack runs inside a Docker container and once it is spinned down, all the locally created resources are removed automatically. To persist data across restarts, consider looking at our [persistence mechanism documentation]({{< ref "references/persistence-mechanism" >}}) or [Cloud Pods]({{< ref "user-guide/tools/cloud-pods" >}}), our next generation state management utility. +LocalStack is ephemeral in nature and will not persist any data across restarts. LocalStack runs inside a Docker container and once it is spinned down, all the locally created resources are removed automatically. To persist data across restarts, consider looking at our [persistence mechanism documentation]({{< ref "references/persistence-mechanism" >}}) or [Cloud Pods]({{< ref "user-guide/cloud-pods" >}}), our next generation state management utility. ## Next Steps diff --git a/content/en/overview/_index.html b/content/en/overview/_index.html index 2221d09dfa..d9a977a009 100644 --- a/content/en/overview/_index.html +++ b/content/en/overview/_index.html @@ -92,7 +92,7 @@
Featured guides and articles