-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.js
361 lines (349 loc) · 7.37 KB
/
config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
// @ts-check
const Guide = [
{
text: 'Почему Slidev',
link: '/guide/why',
},
{
text: 'Руководство',
link: '/guide/',
},
{
text: 'Установка',
link: '/guide/install',
},
{
text: 'Markdown синтаксис',
link: '/guide/syntax',
},
{
text: 'Навигация',
link: '/guide/navigation',
},
{
text: 'Анимация',
link: '/guide/animations',
},
{
text: 'Экспорт',
link: '/guide/exporting',
},
{
<<<<<<< HEAD
text: 'Запись презентации',
=======
text: 'Static Hosting',
link: '/guide/hosting',
},
{
text: 'Record Presentation',
>>>>>>> ee7ae42035591cb6565a72f5217129c670a59b0c
link: '/guide/recording',
},
{
text: 'Режим докладчика',
link: '/guide/presenter-mode',
},
{
<<<<<<< HEAD
<<<<<<< HEAD
text: 'Интеграции редакторов',
=======
text: 'Drawing & Annonations',
=======
text: 'Drawing & Annotations',
>>>>>>> 9b64ca249c101e7e425d7ca81aebba12658b9b97
link: '/guide/drawing',
},
{
text: 'Editor Integrations',
>>>>>>> ee7ae42035591cb6565a72f5217129c670a59b0c
link: '/guide/editors',
},
{
text: 'FAQ',
link: '/guide/faq',
},
]
const Theme = [
{
text: 'Использование тем',
link: '/themes/use',
},
{
text: 'Галерея тем',
link: '/themes/gallery',
},
{
text: 'Создание темы',
link: '/themes/write-a-theme',
},
]
const Addon = [
{
text: 'Use Addon',
link: '/addons/use',
},
{
text: 'Write an Addon',
link: '/addons/write-an-addon',
},
]
const Translations = [
{
text: 'Русский',
},
{
text: 'English',
link: 'https://sli.dev{{pathname}}',
},
{
text: '简体中文',
link: 'https://cn.sli.dev{{pathname}}',
},
{
text: 'Français',
link: 'https://fr.sli.dev{{pathname}}',
},
{
text: 'Español',
link: 'https://es.sli.dev{{pathname}}',
},
{
text: 'Việt Nam',
link: 'https://vn.sli.dev{{pathname}}',
},
{
text: 'Deutsch',
link: 'https://de.sli.dev{{pathname}}',
},
{
text: 'Português (BR)',
link: 'https://br.sli.dev{{pathname}}',
},
{
text: 'Ελληνικά',
link: 'https://el.sli.dev{{pathname}}',
},
{
text: '日本語',
link: 'https://ja.sli.dev{{pathname}}',
},
]
const Customizations = [
{
text: 'Кастомизация',
link: '/custom/',
},
{
text: 'Структура каталогов',
link: '/custom/directory-structure',
},
{
text: 'Шрифты',
link: '/custom/fonts',
},
{
text: 'Подсветка',
link: '/custom/highlighters',
},
{
text: 'Конфигурация Vue',
link: '/custom/config-vue',
},
{
text: 'Конфигурация Vite',
link: '/custom/config-vite',
},
{
<<<<<<< HEAD
text: 'Конфигурация Windi CSS',
=======
text: 'Configure UnoCSS',
link: '/custom/config-unocss',
},
{
text: 'Configure Windi CSS',
>>>>>>> 9b64ca249c101e7e425d7ca81aebba12658b9b97
link: '/custom/config-windicss',
},
{
text: 'Конфигурация Monaco',
link: '/custom/config-monaco',
},
{
text: 'Конфигурация KaTeX',
link: '/custom/config-katex',
},
{
text: 'Конфигурация Mermaid',
link: '/custom/config-mermaid',
},
{
<<<<<<< HEAD
text: 'Конфигурация горячих клавиш',
=======
text: 'Configure Parser',
link: '/custom/config-parser',
},
{
text: 'Configure Shortcuts',
>>>>>>> 9b64ca249c101e7e425d7ca81aebba12658b9b97
link: '/custom/config-shortcuts',
},
{
text: 'Глобальный контекст Vue',
link: '/custom/vue-context',
},
{
text: 'Глобальные слои',
link: '/custom/global-layers',
}
]
const BuiltIn = [
{
text: 'Components',
link: '/builtin/components',
},
{
text: 'Layouts',
link: '/builtin/layouts',
},
]
const Resources = [
{
text: 'Примеры',
link: '/showcases',
},
{
text: 'Образовательные ресурсы',
link: '/resources/learning',
},
{
text: 'Модерируемые обложки',
link: '/resources/covers',
},
]
const slidebars = [
{
text: 'Руководство',
children: Guide,
},
{
text: 'Темы',
children: Theme,
},
{
<<<<<<< HEAD
text: 'Кастомизация',
children: Customizations,
},
{
text: 'Встроенное',
children: [
{
text: 'Компоненты',
link: '/builtin/components',
},
{
text: 'Шаблоны',
link: '/builtin/layouts',
},
],
=======
text: 'Addons',
children: Addon,
},
{
text: 'Customizations',
children: Customizations,
},
{
text: 'Built-in',
children: BuiltIn,
>>>>>>> 9b64ca249c101e7e425d7ca81aebba12658b9b97
},
]
/**
* @type {import('vitepress').UserConfig}
*/
module.exports = {
title: 'Slidev',
description: 'Presentation slides for developers',
head: [
['link', { rel: 'icon', type: 'image/png', href: '/favicon.png' }],
['meta', { name: 'author', content: 'Anthony Fu' }],
['meta', { property: 'og:title', content: 'Slidev' }],
['meta', { property: 'og:image', content: 'https://sli.dev/og-image.png' }],
['meta', { property: 'og:description', content: 'Presentation slides for developers' }],
['meta', { name: 'twitter:card', content: 'summary_large_image' }],
['meta', { name: 'twitter:creator', content: '@slidevjs' }],
['meta', { name: 'twitter:image', content: 'https://sli.dev/og-image.png' }],
['link', { rel: 'dns-prefetch', href: 'https://fonts.gstatic.com' }],
['link', { rel: 'preconnect', crossorigin: 'anonymous', href: 'https://fonts.gstatic.com' }],
['link', { href: 'https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@200;400;500&family=Inter:wght@200;400;500;600', rel: 'stylesheet' }],
],
themeConfig: {
repo: 'slidevjs/docs-ru',
logo: '/logo.svg',
docsBranch: 'main',
editLinks: true,
editLinkText: 'Редактировать страницу',
algolia: {
appId: 'LCBV6MIFS6',
apiKey: '1ff173fe73b20edc962c1c24c0b1c160',
indexName: 'slidev',
searchParameters: {
// for translations maintainers: change the filter to your locale code (subdomain name)
facetFilters: ['language:ru']
}
},
nav: [
{
text: 'Руководство',
items: Guide,
},
{
text: 'Темы',
items: Theme,
},
{
<<<<<<< HEAD
text: 'Кастомизация',
items: Customizations,
},
{
text: 'Ресурсы',
=======
text: 'Addon',
items: Addon,
},
{
text: 'Customize',
items: Customizations,
},
{
text: 'Built-in',
items: BuiltIn,
},
{
text: 'Resources',
>>>>>>> 9b64ca249c101e7e425d7ca81aebba12658b9b97
items: Resources,
},
{
text: 'Русский',
items: Translations,
},
],
sidebar: {
'/guide/': slidebars,
'/themes/': slidebars,
'/addons/': slidebars,
'/custom/': slidebars,
'/builtin/': slidebars,
'/resources/': slidebars,
'/': slidebars,
},
},
}