Skip to content

Commit fc72cf9

Browse files
committed
Update sidebar
1 parent c376b5f commit fc72cf9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

plugins/ui/docs/sidebar.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,13 +147,17 @@
147147
"label": "Hooks",
148148
"items": [
149149
{
150-
"label" "Overview",
150+
"label": "Overview",
151151
"path": "hooks/README.md"
152152
},
153153
{
154154
"label": "use_boolean",
155155
"path": "hooks/use_boolean.md"
156156
},
157+
{
158+
"label": "use_callback",
159+
"path": "hooks/use_callback.md"
160+
},
157161
{
158162
"label": "use_effect",
159163
"path": "hooks/use_effect.md"

0 commit comments

Comments
 (0)