basic astro docs
This commit is contained in:
parent
61657bd1b1
commit
bc7a84e462
48 changed files with 14926 additions and 2 deletions
7
website/src/pages/tutorial/index.astro
Normal file
7
website/src/pages/tutorial/index.astro
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
import { Content } from '../../components/tutorial.mdx';
|
||||
import MiniRepl from '../../components/strudel/MiniRepl.astro';
|
||||
import JsDoc from '../../components/strudel/JsDoc.astro';
|
||||
---
|
||||
|
||||
<Content components={{ MiniRepl, JsDoc }} />
|
||||
Loading…
Add table
Add a link
Reference in a new issue