Skip to content

Commit c1336d6

Browse files
feat(docs): Include introduction website.
1 parent 7019472 commit c1336d6

2 files changed

Lines changed: 28 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
export default {
22
'--- getting-started': { type: 'separator', title: 'Getting Started' },
3+
introduction: {
4+
title: 'Introduction',
5+
theme: { typesetting: 'article' },
6+
},
37
quickstart: 'Quickstart',
48
'what-it-is': 'What It Is'
59
}
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: "Introduction"
3+
description: "What Edge Python is and where to go next."
4+
---
5+
6+
import { Cards } from 'nextra/components'
7+
8+
# Introduction
9+
10+
Edge Python is a sandboxed Python subset compiled to a ~170 KB WebAssembly module —
11+
built in Rust to run on Cloudflare Workers, Fastly Compute, and the browser.
12+
13+
## Explore
14+
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>
21+
22+
## Try it
23+
24+
Run Edge Python live in your browser at [demo.edgepython.com](https://demo.edgepython.com/).

0 commit comments

Comments
 (0)