Skip to content

Commit 6e84558

Browse files
committed
updating volumes
1 parent 0f024ce commit 6e84558

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

sandboxes/reference/volumes.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: "Mount block storage into sandboxes to keep state between sessions"
66
Persistent volumes let you attach regional block storage to a sandbox so data
77
survives process restarts and new connections. They are ideal for package
88
caches, build artifacts, SQLite databases, or any workflow that needs a small
9-
amount of durable storage without promoting code to a full Deploy app.
9+
amount of durable storage without promoting code to a full Deno Deploy app.
1010

1111
## Provision storage with `Client.volumes`
1212

@@ -160,8 +160,3 @@ curl "https://console.deno.com/api/v2/volumes?limit=50&search=cache" \
160160
between concurrent sandboxes to avoid application-level races.
161161
- Snapshot important data elsewhere—volumes are redundant but not a substitute
162162
for backups.
163-
164-
---
165-
title: "Persistent Volumes"
166-
description: "Mount block storage into sandboxes to keep state between sessions"
167-
---

0 commit comments

Comments
 (0)