Skip to content

Commit 4fc6009

Browse files
committed
Disable table of contents on Sprites Overview page
1 parent decb893 commit 4fc6009

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/content/docs/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Sprites Overview
33
description: Persistent, hardware-isolated execution environments for arbitrary code
4+
tableOfContents: false
45
---
56

67
**Sprites are persistent, hardware-isolated Linux environments for running arbitrary code.** It's like having a small, stateful computer you can spin up on demand. Unlike serverless functions, Sprites keep their filesystem and memory between runs. They're useful for things like AI agents, persistent development environments, or user-submitted code.

0 commit comments

Comments
 (0)