Skip to content

Commit

Permalink
Move interpreter demo (#2030)
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe authored Jan 21, 2025
1 parent f0f6736 commit 75b7031
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions doc/astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,20 @@ export default defineConfig({
},
],
},
{
label: "Interpreter demo",
link: "/demo",
},
{
label: "Limitations",
link: "/limitations",
},
{
label: "Demo",
items: [
{
label: "Interpreter",
link: "/interpreter-demo",
},
],
},

{
label: "Examples",
items: await listItems("examples"),
Expand Down
File renamed without changes.

0 comments on commit 75b7031

Please sign in to comment.