We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a538e01 commit f071a0dCopy full SHA for f071a0d
src/content/docs/index.mdx
@@ -1,7 +1,6 @@
1
---
2
title: Sprites Overview
3
description: Persistent, hardware-isolated execution environments for arbitrary code
4
-tableOfContents: false
5
6
7
import { LinkCard, CardGrid } from '@/components/react';
@@ -59,7 +58,7 @@ Sprites automatically hibernate after a period of inactivity (30 seconds by defa
59
58
60
Every Sprite gets a unique URL, making it easy to expose web services or APIs running inside, without a lot of extra setup.
61
62
-## Get Started
+## Next Steps
63
64
<CardGrid client:load>
65
<LinkCard
0 commit comments