fix ru.ts sidebar view

Co-Authored-By: 风扇滑翔翼 <45535409+fangliding@users.noreply.github.com>
pull/529/head
Nikita Korotaev 2024-07-14 16:29:16 +05:00
parent 6189fb51c5
commit 3e004c9c88
No known key found for this signature in database
GPG Key ID: 82915BEF12A2A204
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
import type { SidebarConfig } from '@vuepress/theme-default' import type { SidebarConfig } from '@vuepress/theme-default'
export const sidebarRu: SidebarConfig = { export const sidebarRu: SidebarConfig = {
'/config/': [ '/ru/config/': [
{ {
text: 'Описание функций', text: 'Описание функций',
children: [ children: [
@ -74,7 +74,7 @@ export const sidebarRu: SidebarConfig = {
], ],
}, },
], ],
'/document/': [ '/ru/document/': [
{ {
text: 'Быстрый старт', text: 'Быстрый старт',
children: [ children: [
@ -126,7 +126,7 @@ export const sidebarRu: SidebarConfig = {
], ],
} }
], ],
'/development/': [ '/ru/development/': [
{ {
text: 'Руководство разработчика', text: 'Руководство разработчика',
children: [ children: [