Update docs

This commit is contained in:
Aaron Smith 2023-09-20 18:42:29 +01:00
parent 97096f8aff
commit 85b1127551
15 changed files with 200 additions and 298 deletions

View file

@ -53,17 +53,9 @@ export default defineConfig({
]
},
{
text: "Control Flow WIP",
text: "Advanced Reactivity",
items: [
{ text: "switch", link: "/tut/control-flow/switch.md" },
{ text: "indexes", link: "/tut/control-flow/indexes.md" },
{ text: "values", link: "/tut/control-flow/values.md" },
]
},
{
text: "Advanced Reactivity WIP",
items: [
{ text: "reactive-scopes", link: "/tut/reactive-scoping.md"}
{ text: "Reactive Scopes", link: "/tut/advanced/reactive-scoping.md"}
]
}
],