Skip to content

Commit 06cc9ac

Browse files
committed
style: reformatted codes
1 parent 4b54ba1 commit 06cc9ac

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/.vitepress/config.mts

+12-12
Original file line numberDiff line numberDiff line change
@@ -7,31 +7,31 @@ export default defineConfig({
77
themeConfig: {
88
// https://vitepress.dev/reference/default-theme-config
99
nav: [
10-
{text: "Home", link: "/"},
11-
{text: "Examples", link: "/markdown-examples"}
10+
{ text: "Home", link: "/" },
11+
{ text: "Examples", link: "/markdown-examples" },
1212
],
1313
sidebar: [
1414
{
1515
text: "Examples",
1616
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+
},
2121
],
2222
socialLinks: [
23-
{icon: "github", link: "https://github.com/onixbyte-opensource"}
24-
]
23+
{ icon: "github", link: "https://github.com/onixbyte-opensource" },
24+
],
2525
},
2626
locales: {
2727
root: {
2828
label: "English (Great Britain)",
29-
lang: "en-GB"
29+
lang: "en-GB",
3030
},
3131
"zh-CN": {
3232
label: "Chinese (Simplified) | 简体中文",
3333
lang: "zh-CN",
34-
link: "/zh-CN"
35-
}
36-
}
34+
link: "/zh-CN",
35+
},
36+
},
3737
})

0 commit comments

Comments
 (0)