返回 slidev
customizations.ts
根目录 / docs / .vitepress / customizations.ts
1 export default [
2 {
3 text: 'Configurations',
4 link: '/custom/',
5 },
6 {
7 text: 'Directory Structure',
8 link: '/custom/directory-structure',
9 },
10 {
11 text: 'Configure Highlighter',
12 link: '/custom/config-highlighter',
13 },
14 {
15 text: 'Configure Vite and Plugins',
16 link: '/custom/config-vite',
17 },
18 {
19 text: 'Configure Vue App',
20 link: '/custom/config-vue',
21 },
22 {
23 text: 'Configure UnoCSS',
24 link: '/custom/config-unocss',
25 },
26 {
27 text: 'Configure Code Runners',
28 link: '/custom/config-code-runners',
29 },
30 {
31 text: 'Configure Transformers',
32 link: '/custom/config-transformers',
33 },
34 {
35 text: 'Configure Monaco',
36 link: '/custom/config-monaco',
37 },
38 {
39 text: 'Configure KaTeX',
40 link: '/custom/config-katex',
41 },
42 {
43 text: 'Configure Mermaid',
44 link: '/custom/config-mermaid',
45 },
46 {
47 text: 'Configure Mermaid Renderer',
48 link: '/custom/config-mermaid-renderer',
49 },
50 {
51 text: 'Configure Routes',
52 link: '/custom/config-routes',
53 },
54 {
55 text: 'Configure Shortcuts',
56 link: '/custom/config-shortcuts',
57 },
58 {
59 text: 'Configure Context Menu',
60 link: '/custom/config-context-menu',
61 },
62 {
63 text: 'Configure Fonts',
64 link: '/custom/config-fonts',
65 },
66 {
67 text: 'Configure Pre-Parser',
68 link: '/custom/config-parser',
69 },
70 ]
71
71 lines TYPESCRIPT