Skip to content

Commit 85cec33

Browse files
Improve doc sidebar
1 parent 147c804 commit 85cec33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ export default defineConfig({
1313
],
1414

1515
sidebar: [
16+
{ text: "Getting Started", link: "/getting-started" },
1617
{
1718
text: "Documentation",
1819
items: [
19-
{ text: "Example", link: "/examples" },
2020
{ text: "Example", link: "/examples" },
2121
{ text: "API Reference", link: "/api" },
2222
],

0 commit comments

Comments
 (0)