Skip to content

Commit aa7426b

Browse files
kcmartinclaude
andcommitted
Add networking card and clean up persistence table
- Add Networking to Related section links - Move /tmp to table instead of separate note - Balance table rows (4 items each column) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 8d78835 commit aa7426b

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

src/content/docs/concepts/lifecycle.mdx

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,7 @@ You start with 100 GB. Storage grows automatically as needed.
5252
| All files and directories | Running processes |
5353
| Installed packages | In-memory state |
5454
| Git repositories | Network connections |
55-
| Databases (SQLite, etc.) | |
56-
57-
The `/tmp` directory is cleared on hibernation.
55+
| Databases (SQLite, etc.) | `/tmp` contents |
5856

5957
### Billing
6058

@@ -109,4 +107,11 @@ This configuration is fixed. One size keeps things simple.
109107
icon="file-text"
110108
client:load
111109
/>
110+
<LinkCard
111+
href="/concepts/networking"
112+
title="Networking"
113+
description="HTTP access, URLs, and port forwarding"
114+
icon="globe"
115+
client:load
116+
/>
112117
</CardGrid>

0 commit comments

Comments
 (0)