Skip to content

Commit 97bb819

Browse files
committed
docs: restructure composables documentation under globals section
Move composables documentation from standalone page to be nested under globals features section. Update navigation sidebar to reflect this new structure. This better organizes the documentation by grouping all globally available features together.
1 parent 1cc6d5d commit 97bb819

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

docs/.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ export default withPwa(defineConfig({
130130
{ text: 'Global Components', link: '/guide/features/globals/global-components' },
131131
{ text: 'Directives', link: '/guide/features/globals/directives' },
132132
{ text: 'Lab Components', link: '/guide/features/globals/lab-components' },
133+
{ text: 'Composables', link: '/guide/features/globals/composables' },
133134
],
134135
},
135136
{
@@ -146,7 +147,6 @@ export default withPwa(defineConfig({
146147
{ text: 'Internationalization', link: '/guide/features/i18n' },
147148
{ text: 'Date Support', link: '/guide/features/date' },
148149
{ text: 'SSR', link: '/guide/features/ssr' },
149-
{ text: 'Composables', link: '/guide/features/composables' },
150150
],
151151
},
152152
{
File renamed without changes.

docs/guide/features/globals/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ You can register the following Vuetify components globally:
1111
- [Global Components](/guide/features/globals/global-components)
1212
- [Directives](/guide/features/globals/directives)
1313
- [Lab Components](/guide/features/globals/lab-components)
14+
- [Composables](/guide/features/globals/composables)

0 commit comments

Comments
 (0)