Skip to content

Commit

Permalink
Rename tutorial sections
Browse files Browse the repository at this point in the history
  • Loading branch information
centau committed Nov 12, 2024
1 parent bacb4fa commit a155240
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,16 @@ export default withMermaid({
{ text: "Implicit Effects", link: "/tut/crash-course/8-implicit-effect" },
{ text: "Derived Sources", link: "/tut/crash-course/9-derived-source" },
{ 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: "Strict Mode", link: "/tut/crash-course/13-strict-mode" },
{ text: "Concepts Summary", link: "/tut/crash-course/14-concepts" }
]
},
{
text: "Dynamic Scoping",
text: "Advanced",
items: [
{ text: "Custom Scopes", link: "/tut/advanced/custom"}
{ text: "Dynamic Scopes", link: "/tut/advanced/dynamic-scopes"}
]
},
{
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Dynamic Scoping
# Dynamic Scopes

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,
Expand Down

0 comments on commit a155240

Please sign in to comment.