Skip to content

Commit

Permalink
docs: effect core logic
Browse files Browse the repository at this point in the history
  • Loading branch information
s-elo committed Jan 7, 2024
1 parent f53817c commit 788ce4a
Show file tree
Hide file tree
Showing 3 changed files with 494 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ function sidebarCore(): DefaultTheme.SidebarItem[] {
{
text: 'reactive',
link: '/core/reactivity/reactive'
},
{
text: 'effect',
link: '/core/reactivity/effect'
}
]
},
Expand Down
Loading

0 comments on commit 788ce4a

Please sign in to comment.