@@ -49,7 +49,7 @@ const items = [
49
49
label: ' Nuxt UI v3 Docs' ,
50
50
description: ' Nuxt UI library: Styled, accessible, customizable components for web apps.' ,
51
51
icon: ' i-simple-icons:nuxt' ,
52
- to: " https://ui3 .nuxt.dev /getting-started" ,
52
+ to: " https://ui .nuxt.com /getting-started" ,
53
53
target: " _blank" ,
54
54
},
55
55
{
@@ -63,93 +63,93 @@ const items = [
63
63
label: ' Tailwind CSS 4' ,
64
64
icon: ' i-simple-icons:tailwindcss' ,
65
65
description: ' Rapidly build modern websites without ever leaving your HTML.' ,
66
- to: " https://tailwindcss.com/docs/v4-beta " ,
66
+ to: " https://tailwindcss.com/docs" ,
67
67
target: " _blank" ,
68
68
}
69
69
]
70
70
},
71
71
{
72
72
label: ' UI Components' ,
73
73
icon: ' i-lucide-box' ,
74
- to: ' https://ui3 .nuxt.dev /components' ,
74
+ to: ' https://ui .nuxt.com /components' ,
75
75
target: " _blank" ,
76
76
children: [
77
77
{
78
78
label: ' Link' ,
79
79
icon: ' i-lucide-file-text' ,
80
80
description: ' Use NuxtLink with superpowers.' ,
81
- to: ' https://ui3 .nuxt.dev /components/link' ,
81
+ to: ' https://ui .nuxt.com /components/link' ,
82
82
target: " _blank" ,
83
83
},
84
84
{
85
85
label: ' Modal' ,
86
86
icon: ' i-lucide-file-text' ,
87
87
description: ' Display a modal within your application.' ,
88
- to: ' https://ui3 .nuxt.dev /components/modal' ,
88
+ to: ' https://ui .nuxt.com /components/modal' ,
89
89
target: " _blank" ,
90
90
},
91
91
{
92
92
label: ' NavigationMenu' ,
93
93
icon: ' i-lucide-file-text' ,
94
94
description: ' Display a list of links.' ,
95
- to: ' https://ui3 .nuxt.dev /components/navigation-menu' ,
95
+ to: ' https://ui .nuxt.com /components/navigation-menu' ,
96
96
target: " _blank" ,
97
97
},
98
98
{
99
99
label: ' Pagination' ,
100
100
icon: ' i-lucide-file-text' ,
101
101
description: ' Display a list of pages.' ,
102
- to: ' https://ui3 .nuxt.dev /components/pagination' ,
102
+ to: ' https://ui .nuxt.com /components/pagination' ,
103
103
target: " _blank" ,
104
104
},
105
105
{
106
106
label: ' Popover' ,
107
107
icon: ' i-lucide-file-text' ,
108
108
description: ' Display a non-modal dialog that floats around a trigger element.' ,
109
- to: ' https://ui3 .nuxt.dev /components/popover' ,
109
+ to: ' https://ui .nuxt.com /components/popover' ,
110
110
target: " _blank" ,
111
111
},
112
112
{
113
113
label: ' Progress' ,
114
114
icon: ' i-lucide-file-text' ,
115
115
description: ' Show a horizontal bar to indicate task progression.' ,
116
- to: ' https://ui3 .nuxt.dev /components/progress' ,
116
+ to: ' https://ui .nuxt.com /components/progress' ,
117
117
target: " _blank" ,
118
118
}
119
119
]
120
120
},
121
121
{
122
122
label: ' UI Composables' ,
123
123
icon: ' i-lucide-database' ,
124
- to: ' https://ui3 .nuxt.dev /composables' ,
124
+ to: ' https://ui .nuxt.com /composables' ,
125
125
target: " _blank" ,
126
126
children: [
127
127
{
128
128
label: ' defineShortcuts' ,
129
129
icon: ' i-lucide-file-text' ,
130
130
description: ' Define shortcuts for your application.' ,
131
- to: ' https://ui3 .nuxt.dev /composables/define-shortcuts' ,
131
+ to: ' https://ui .nuxt.com /composables/define-shortcuts' ,
132
132
target: " _blank" ,
133
133
},
134
134
{
135
135
label: ' useModal' ,
136
136
icon: ' i-lucide-file-text' ,
137
137
description: ' Display a modal within your application.' ,
138
- to: ' https://ui3 .nuxt.dev /composables/use-modal' ,
138
+ to: ' https://ui .nuxt.com /composables/use-modal' ,
139
139
target: " _blank" ,
140
140
},
141
141
{
142
142
label: ' useSlideover' ,
143
143
icon: ' i-lucide-file-text' ,
144
144
description: ' Display a slideover within your application.' ,
145
- to: ' https://ui3 .nuxt.dev /composables/use-slideover' ,
145
+ to: ' https://ui .nuxt.com /composables/use-slideover' ,
146
146
target: " _blank" ,
147
147
},
148
148
{
149
149
label: ' useToast' ,
150
150
icon: ' i-lucide-file-text' ,
151
151
description: ' Display a toast within your application.' ,
152
- to: ' https://ui3 .nuxt.dev /composables/use-toast' ,
152
+ to: ' https://ui .nuxt.com /composables/use-toast' ,
153
153
target: " _blank" ,
154
154
}
155
155
]
0 commit comments