-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.js
369 lines (357 loc) · 7.21 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
362
363
364
365
366
367
368
369
// @ts-check
const Guide = [
{
text: 'Tại sao chọn Slidev',
link: '/guide/why',
},
{
text: 'Bắt đầu',
link: '/guide/',
},
{
text: 'Cài đặt',
link: '/guide/install',
},
{
text: 'Cú pháp Markdown',
link: '/guide/syntax',
},
{
text: 'Navigation',
link: '/guide/navigation',
},
{
text: 'Animations',
link: '/guide/animations',
},
{
text: 'Xuất trang trình bày',
link: '/guide/exporting',
},
{
<<<<<<< HEAD
text: 'Ghi lại bản trình bày',
=======
text: 'Static Hosting',
link: '/guide/hosting',
},
{
text: 'Record Presentation',
>>>>>>> ee7ae42035591cb6565a72f5217129c670a59b0c
link: '/guide/recording',
},
{
text: 'Chế độ trình bày',
link: '/guide/presenter-mode',
},
{
<<<<<<< HEAD
<<<<<<< HEAD
text: 'Tích hợp trình soạn thảo',
=======
text: 'Drawing & Annonations',
=======
text: 'Drawing & Annotations',
>>>>>>> 2fe32c406cbcd27bcfe2100a4d8c08d7cc42adc4
link: '/guide/drawing',
},
{
text: 'Editor Integrations',
>>>>>>> ee7ae42035591cb6565a72f5217129c670a59b0c
link: '/guide/editors',
},
{
text: 'FAQ',
link: '/guide/faq',
},
]
const Theme = [
{
text: 'Sử dụng chủ đề',
link: '/themes/use',
},
{
text: 'Thư viện chủ đề',
link: '/themes/gallery',
},
{
text: 'Viết chủ đề mới',
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: 'Việt Nam'
},
{
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: 'Русский',
link: 'https://ru.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: 'Tùy chỉnh',
link: '/custom/',
},
{
text: 'Cấu trúc thư mục',
link: '/custom/directory-structure',
},
{
text: 'Font',
link: '/custom/fonts',
},
{
text: 'Đánh dấu',
link: '/custom/highlighters',
},
{
text: 'Cấu hình Vue',
link: '/custom/config-vue',
},
{
text: 'Cấu hình Vite',
link: '/custom/config-vite',
},
{
<<<<<<< HEAD
text: 'Cấu hình Windi CSS',
=======
text: 'Configure UnoCSS',
link: '/custom/config-unocss',
},
{
text: 'Configure Windi CSS',
>>>>>>> 2fe32c406cbcd27bcfe2100a4d8c08d7cc42adc4
link: '/custom/config-windicss',
},
{
text: 'Cấu hình Monaco',
link: '/custom/config-monaco',
},
{
text: 'Cấu hình KaTeX',
link: '/custom/config-katex',
},
{
text: 'Cấu hình Mermaid',
link: '/custom/config-mermaid',
},
{
<<<<<<< HEAD
text: 'Cấu hình Phím tắt',
=======
text: 'Configure Parser',
link: '/custom/config-parser',
},
{
text: 'Configure Shortcuts',
>>>>>>> 2fe32c406cbcd27bcfe2100a4d8c08d7cc42adc4
link: '/custom/config-shortcuts',
},
{
text: 'Vue Global Context',
link: '/custom/vue-context',
},
{
text: 'Global Layers',
link: '/custom/global-layers',
}
]
const BuiltIn = [
{
text: 'Components',
link: '/builtin/components',
},
{
text: 'Layouts',
link: '/builtin/layouts',
},
]
const Resources = [
{
text: 'Showcases',
link: '/showcases',
},
{
<<<<<<< HEAD
text: 'Quản lý slide',
=======
text: 'Learning Resources',
link: '/resources/learning',
},
{
text: 'Curated Covers',
>>>>>>> ee7ae42035591cb6565a72f5217129c670a59b0c
link: '/resources/covers',
},
]
const slidebars = [
{
text: 'Hướng dẫn',
children: Guide,
},
{
text: 'Chủ đề',
children: Theme,
},
{
<<<<<<< HEAD
text: 'Các tùy chỉnh',
children: Customizations,
},
{
text: 'Tích hợp',
children: [
{
text: 'Component',
link: '/builtin/components',
},
{
text: 'Layout',
link: '/builtin/layouts',
},
],
=======
text: 'Addons',
children: Addon,
},
{
text: 'Customizations',
children: Customizations,
},
{
text: 'Built-in',
children: BuiltIn,
>>>>>>> 2fe32c406cbcd27bcfe2100a4d8c08d7cc42adc4
},
]
/**
* @type {import('vitepress').UserConfig}
*/
module.exports = {
title: 'Slidev',
description: 'Trang trình bày dành cho nhà lập trình',
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: 'Trang trình bày dành cho nhà lập trình' }],
['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',
logo: '/logo.svg',
docsBranch: 'main',
editLinks: true,
editLinkText: 'Đề xuất các thay đổi cho trang này',
algolia: {
appId: 'LCBV6MIFS6',
apiKey: '1ff173fe73b20edc962c1c24c0b1c160',
indexName: 'slidev',
searchParameters: {
// for translations maintainers: change the filter to your locale code (subdomain name)
facetFilters: ['language:vn']
}
},
nav: [
{
text: 'Hướng dẫn',
items: Guide,
},
{
text: 'Chủ đề',
items: Theme,
},
{
<<<<<<< HEAD
text: 'Tùy chỉnh',
items: Customizations,
},
{
text: 'Tài nguyên',
=======
text: 'Addon',
items: Addon,
},
{
text: 'Customize',
items: Customizations,
},
{
text: 'Built-in',
items: BuiltIn,
},
{
text: 'Resources',
>>>>>>> 2fe32c406cbcd27bcfe2100a4d8c08d7cc42adc4
items: Resources,
},
{
text: 'Việt Nam',
items: Translations,
},
],
sidebar: {
'/guide/': slidebars,
'/themes/': slidebars,
'/addons/': slidebars,
'/custom/': slidebars,
'/builtin/': slidebars,
'/resources/': slidebars,
'/': slidebars,
},
},
}