Skip to content

Commit 2a6b684

Browse files
committed
WIP: update api docs generating
1 parent db89423 commit 2a6b684

File tree

3 files changed

+499
-39
lines changed

3 files changed

+499
-39
lines changed

docs/.vitepress/config.js

+15
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ const config = {
3737
{
3838
text: 'API Reference',
3939
link: '/api/'
40+
//link: '/api/vue-i18n-general'
4041
},
4142
{
4243
text: 'Chnagelog',
@@ -145,6 +146,20 @@ const config = {
145146
},
146147
],
147148
'/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+
// ]
148163
}
149164
}
150165
}

0 commit comments

Comments
 (0)