fix ru.ts sidebar view
Co-Authored-By: 风扇滑翔翼 <45535409+fangliding@users.noreply.github.com>pull/529/head
parent
6189fb51c5
commit
3e004c9c88
|
@ -1,7 +1,7 @@
|
|||
import type { SidebarConfig } from '@vuepress/theme-default'
|
||||
|
||||
export const sidebarRu: SidebarConfig = {
|
||||
'/config/': [
|
||||
'/ru/config/': [
|
||||
{
|
||||
text: 'Описание функций',
|
||||
children: [
|
||||
|
@ -74,7 +74,7 @@ export const sidebarRu: SidebarConfig = {
|
|||
],
|
||||
},
|
||||
],
|
||||
'/document/': [
|
||||
'/ru/document/': [
|
||||
{
|
||||
text: 'Быстрый старт',
|
||||
children: [
|
||||
|
@ -126,7 +126,7 @@ export const sidebarRu: SidebarConfig = {
|
|||
],
|
||||
}
|
||||
],
|
||||
'/development/': [
|
||||
'/ru/development/': [
|
||||
{
|
||||
text: 'Руководство разработчика',
|
||||
children: [
|
||||
|
|
Loading…
Reference in New Issue