Skip to content

Commit ebe4904

Browse files
committed
Reorder Getting Started: Use Cases above Hello World
1 parent f2e3bc7 commit ebe4904

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
@@ -106,8 +106,8 @@ export default defineConfig({
106106
items: [
107107
{ text: "Introduction", link: "/get_started/about" },
108108
{ text: "Quickstart", link: "/get_started/quickstart" },
109-
{ text: "Hello World", link: "/get_started/hello_world" },
110109
{ text: "Use Cases", link: "/get_started/use_cases" },
110+
{ text: "Hello World", link: "/get_started/hello_world" },
111111
{ text: `What's Next?`, link: "/get_started/next" },
112112
],
113113
},

0 commit comments

Comments
 (0)