Skip to content

Commit 78e1fa8

Browse files
authored
docs: expand framework hooks in the side nav. (#542)
It's better to show what's there. Otherwise one of the main DX points is hidden.
1 parent badfebd commit 78e1fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/config.mts

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export default defineConfig({
102102
text: 'Framework Hooks',
103103
link: '/react',
104104
base: '/docs/framework-hooks',
105-
collapsed: true,
105+
collapsed: false,
106106
items: [
107107
{ text: 'React', link: '/react' },
108108
{ text: 'Vue', link: '/vue' },

0 commit comments

Comments
 (0)