From c7ff8c573dff9e1f1d1c937b05b620b1880603fd Mon Sep 17 00:00:00 2001 From: Quetzalli Date: Fri, 19 Dec 2025 12:03:44 -0800 Subject: [PATCH] Enhance introduction with a badge and import statement Added a badge to the introduction section and imported it. --- .../docs/aws/capabilities/state-management/persistence.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/aws/capabilities/state-management/persistence.mdx b/src/content/docs/aws/capabilities/state-management/persistence.mdx index 1bac3f95..64677895 100644 --- a/src/content/docs/aws/capabilities/state-management/persistence.mdx +++ b/src/content/docs/aws/capabilities/state-management/persistence.mdx @@ -7,9 +7,9 @@ sidebar: tags: ["Base"] --- -import { Tabs, TabItem, FileTree } from '@astrojs/starlight/components'; +import { Badge, Tabs, TabItem, FileTree } from '@astrojs/starlight/components'; -## Introduction +## Introduction LocalStack's Persistence mechanism enables the saving and restoration of the entire LocalStack state, including all AWS resources and data, on your local machine. It functions as a "pause and resume" feature, allowing you to take a snapshot of your LocalStack instance and save this data to disk.