mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Rename tutorial sections
This commit is contained in:
parent
bacb4fa0f0
commit
a1552402cb
3 changed files with 4 additions and 4 deletions
|
|
@ -56,16 +56,16 @@ export default withMermaid({
|
||||||
{ text: "Implicit Effects", link: "/tut/crash-course/8-implicit-effect" },
|
{ text: "Implicit Effects", link: "/tut/crash-course/8-implicit-effect" },
|
||||||
{ text: "Derived Sources", link: "/tut/crash-course/9-derived-source" },
|
{ text: "Derived Sources", link: "/tut/crash-course/9-derived-source" },
|
||||||
{ text: "Cleanup", link: "/tut/crash-course/10-cleanup" },
|
{ text: "Cleanup", link: "/tut/crash-course/10-cleanup" },
|
||||||
{ text: "Dynamic Scoping", link: "/tut/crash-course/11-dynamic-scope" },
|
{ text: "Dynamic Scopes", link: "/tut/crash-course/11-dynamic-scopes" },
|
||||||
{ text: "Actions", link: "/tut/crash-course/12-actions" },
|
{ text: "Actions", link: "/tut/crash-course/12-actions" },
|
||||||
{ text: "Strict Mode", link: "/tut/crash-course/13-strict-mode" },
|
{ text: "Strict Mode", link: "/tut/crash-course/13-strict-mode" },
|
||||||
{ text: "Concepts Summary", link: "/tut/crash-course/14-concepts" }
|
{ text: "Concepts Summary", link: "/tut/crash-course/14-concepts" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: "Dynamic Scoping",
|
text: "Advanced",
|
||||||
items: [
|
items: [
|
||||||
{ text: "Custom Scopes", link: "/tut/advanced/custom"}
|
{ text: "Dynamic Scopes", link: "/tut/advanced/dynamic-scopes"}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# Dynamic Scoping
|
# Dynamic Scopes
|
||||||
|
|
||||||
Eventually you may need a way to dynamically create and destroy UI elements
|
Eventually you may need a way to dynamically create and destroy UI elements
|
||||||
resulting from source updates. Vide provides functions to help you do this,
|
resulting from source updates. Vide provides functions to help you do this,
|
||||||
Loading…
Add table
Add a link
Reference in a new issue