File tree 1 file changed +12
-12
lines changed
1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -7,31 +7,31 @@ export default defineConfig({
7
7
themeConfig : {
8
8
// https://vitepress.dev/reference/default-theme-config
9
9
nav : [
10
- { text : "Home" , link : "/" } ,
11
- { text : "Examples" , link : "/markdown-examples" }
10
+ { text : "Home" , link : "/" } ,
11
+ { text : "Examples" , link : "/markdown-examples" } ,
12
12
] ,
13
13
sidebar : [
14
14
{
15
15
text : "Examples" ,
16
16
items : [
17
- { text : "Markdown Examples" , link : "/markdown-examples" } ,
18
- { text : "Runtime API Examples" , link : "/api-examples" }
19
- ]
20
- }
17
+ { text : "Markdown Examples" , link : "/markdown-examples" } ,
18
+ { text : "Runtime API Examples" , link : "/api-examples" } ,
19
+ ] ,
20
+ } ,
21
21
] ,
22
22
socialLinks : [
23
- { icon : "github" , link : "https://github.com/onixbyte-opensource" }
24
- ]
23
+ { icon : "github" , link : "https://github.com/onixbyte-opensource" } ,
24
+ ] ,
25
25
} ,
26
26
locales : {
27
27
root : {
28
28
label : "English (Great Britain)" ,
29
- lang : "en-GB"
29
+ lang : "en-GB" ,
30
30
} ,
31
31
"zh-CN" : {
32
32
label : "Chinese (Simplified) | 简体中文" ,
33
33
lang : "zh-CN" ,
34
- link : "/zh-CN"
35
- }
36
- }
34
+ link : "/zh-CN" ,
35
+ } ,
36
+ } ,
37
37
} )
You can’t perform that action at this time.
0 commit comments