mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Update docs
This commit is contained in:
parent
97096f8aff
commit
85b1127551
15 changed files with 200 additions and 298 deletions
|
|
@ -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"}
|
||||
]
|
||||
}
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue