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'
|
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: [
|
||||||
|
|
Loading…
Reference in New Issue