From 94462a03522a01ab88adb2a07f3f1972bc5be5d6 Mon Sep 17 00:00:00 2001 From: Tharun Ekambaram <87104995+tharune@users.noreply.github.com> Date: Sat, 16 May 2026 22:00:01 -0500 Subject: [PATCH] docs: fix persistent storage heading formatting --- .../Docs/learn/core-concepts/persistent-storage/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/Docs/learn/core-concepts/persistent-storage/index.md b/src/content/Docs/learn/core-concepts/persistent-storage/index.md index 8c8899dc3..720d42638 100644 --- a/src/content/Docs/learn/core-concepts/persistent-storage/index.md +++ b/src/content/Docs/learn/core-concepts/persistent-storage/index.md @@ -244,13 +244,13 @@ services: ## Storage Persistence Guarantees -### **Survives +### **Survives** - **Container restarts** - Data persists if container crashes or restarts - **Deployment updates** - Data persists when you update image version, env vars, etc. - **Provider restarts** - Data persists if provider's infrastructure restarts -### **Does NOT Survive +### **Does NOT Survive** - **Lease termination** - Data is lost when you close the deployment - **Provider migration** - Data is lost if you move to a different provider