Skip to content

Commit 76d026f

Browse files
committed
Rename Quickstart sidebar entry to Installation and reorder Use Cases above it
1 parent a21196b commit 76d026f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/.vitepress/config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ export default defineConfig({
105105
collapsed: true,
106106
items: [
107107
{ text: "Introduction", link: "/get_started/about" },
108-
{ text: "Quickstart", link: "/get_started/quickstart" },
109108
{ text: "Use Cases", link: "/get_started/use_cases" },
109+
{ text: "Installation", link: "/get_started/quickstart" },
110110
{ text: "Hello World", link: "/get_started/hello_world" },
111111
{ text: "Full Example", link: "/get_started/full_example" },
112112
{ text: `What's Next?`, link: "/get_started/next" },

0 commit comments

Comments
 (0)