Skip to content

Commit

Permalink
add api page
Browse files Browse the repository at this point in the history
  • Loading branch information
VisualYuki committed Jan 20, 2025
1 parent 1d65751 commit cccd0fb
Show file tree
Hide file tree
Showing 10 changed files with 245 additions and 248 deletions.
4 changes: 2 additions & 2 deletions docs/.vitepress/config/ru.mts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const ruConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
},
nav: [
{ text: 'Руководство', link: '/ru/guide/' },
{ text: 'API', link: '/api/' },
{ text: 'API', link: '/ru/api/' },
{ text: 'Миграция с Vue 2', link: '/migration/' },
{
text: 'Changelog',
Expand Down Expand Up @@ -120,7 +120,7 @@ export const ruConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
},
{
text: 'API руководство',
link: '/api/'
link: '/ru/api/'
}
]
}
Expand Down
Loading

0 comments on commit cccd0fb

Please sign in to comment.