@@ -2,25 +2,25 @@ import { defineConfig } from 'vitepress'
2
2
import { getVersion } from '../utils'
3
3
4
4
export default defineConfig ( {
5
- description : 'Intuitive service for organizing your homepage ' ,
5
+ description : 'Интуитивно понятный сервис для организации вашей домашней страницы ' ,
6
6
lang : 'ru-RU' ,
7
7
themeConfig : {
8
8
nav : [
9
- { text : 'Home ' , link : '/ru/' } ,
10
- { text : 'Configuration ' , link : '/ru/reference/configuration' } ,
11
- { text : 'Showcase ' , link : '/ru/community/showcase' } ,
9
+ { text : 'Главная ' , link : '/ru/' } ,
10
+ { text : 'Конфигурация ' , link : '/ru/reference/configuration' } ,
11
+ { text : 'Примеры ' , link : '/ru/community/showcase' } ,
12
12
{
13
13
text : getVersion ( ) ,
14
14
items : [
15
15
{ text : 'Журнал изменений' , link : '/ru/other/changelog' } ,
16
- { text : 'Contributing ' , link : '/ru/community/contributing' } ,
16
+ { text : 'Внести свой вклад ' , link : '/ru/community/contributing' } ,
17
17
] ,
18
18
} ,
19
19
] ,
20
20
21
21
sidebar : [
22
22
{
23
- text : 'Guide ' ,
23
+ text : 'Руководство ' ,
24
24
base : '/ru/guide' ,
25
25
items : [
26
26
{ text : 'Что такое Mafl?' , link : '/what-is' } ,
@@ -45,17 +45,17 @@ export default defineConfig({
45
45
] ,
46
46
} ,
47
47
{
48
- text : 'Community ' ,
48
+ text : 'Сообщество ' ,
49
49
base : '/ru/community' ,
50
50
collapsed : true ,
51
51
items : [
52
- { text : 'Showcase ' , link : '/showcase' } ,
53
- { text : 'Development ' , link : '/development' } ,
54
- { text : 'Contributing ' , link : '/contributing' } ,
52
+ { text : 'Примеры пользователей ' , link : '/showcase' } ,
53
+ { text : 'Разработка ' , link : '/development' } ,
54
+ { text : 'Внести свой вклад ' , link : '/contributing' } ,
55
55
] ,
56
56
} ,
57
57
{
58
- text : 'Other ' ,
58
+ text : 'Прочее ' ,
59
59
base : '/ru/other' ,
60
60
collapsed : true ,
61
61
items : [
0 commit comments