We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db89423 commit 2a6b684Copy full SHA for 2a6b684
docs/.vitepress/config.js
@@ -37,6 +37,7 @@ const config = {
37
{
38
text: 'API Reference',
39
link: '/api/'
40
+ //link: '/api/vue-i18n-general'
41
},
42
43
text: 'Chnagelog',
@@ -145,6 +146,20 @@ const config = {
145
146
147
],
148
'/api/': getSidebarApi('vue-i18n'),
149
+ // '/api/': [
150
+ // {
151
+ // text: 'General',
152
+ // link: '/api/vue-i18n-general'
153
+ // },
154
155
+ // text: 'Legacy API',
156
+ // link: '/api/vue-i18n-legacy'
157
158
159
+ // text: 'Composition API',
160
+ // link: '/api/vue-i18n-composition'
161
+ // }
162
+ // ]
163
}
164
165
0 commit comments