Skip to content

Commit f9da751

Browse files
committed
Hide Mermaid diagram zoom/pan controls
1 parent fa2913f commit f9da751

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/sandbox/persistence.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This includes not only state of the sandbox's filesystem but also the sandbox's
1717

1818
Understanding how sandboxes transition between different states is crucial for managing their lifecycle effectively. Here's a diagram showing the possible state transitions:
1919

20-
```mermaid
20+
```mermaid actions={false}
2121
flowchart TD
2222
start(( )) -->|Sandbox.create| Running
2323

docs/sandbox/snapshots.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ For pause/resume functionality, see [Persistence](/docs/sandbox/persistence).
2020

2121
## Snapshot flow
2222

23-
```mermaid
23+
```mermaid actions={false}
2424
graph LR
2525
A[Running Sandbox] -->|createSnapshot| B[Snapshotting]
2626
B --> C[Snapshot Created]

0 commit comments

Comments
 (0)