Skip to content

Commit f7985d4

Browse files
fix: introduction page.
1 parent c1336d6 commit f7985d4

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

docs/pages/getting-started/introduction.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,17 @@ title: "Introduction"
33
description: "What Edge Python is and where to go next."
44
---
55

6-
import { Cards } from 'nextra/components'
7-
86
# Introduction
97

108
Edge Python is a sandboxed Python subset compiled to a ~170 KB WebAssembly module —
119
built in Rust to run on Cloudflare Workers, Fastly Compute, and the browser.
1210

1311
## Explore
1412

15-
<Cards>
16-
<Cards.Card title="Quickstart" href="/getting-started/quickstart" arrow />
17-
<Cards.Card title="The language" href="/language/syntax" arrow />
18-
<Cards.Card title="Reference" href="/reference/builtins" arrow />
19-
<Cards.Card title="Implementation" href="/implementation/design" arrow />
20-
</Cards>
13+
1. [Quickstart](/getting-started/quickstart)
14+
2. [The language](/language/syntax)
15+
3. [Reference](/reference/builtins)
16+
4. [Implementation](/implementation/design)
2117

2218
## Try it
2319

0 commit comments

Comments
 (0)