Skip to content

Commit f67f921

Browse files
committed
Add Quickstart group with Installation, Hello World, Full Example sub-entries
1 parent 76d026f commit f67f921

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

docs/.vitepress/config.mjs

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,14 @@ export default defineConfig({
106106
items: [
107107
{ text: "Introduction", link: "/get_started/about" },
108108
{ text: "Use Cases", link: "/get_started/use_cases" },
109-
{ text: "Installation", link: "/get_started/quickstart" },
110-
{ text: "Hello World", link: "/get_started/hello_world" },
111-
{ text: "Full Example", link: "/get_started/full_example" },
109+
{
110+
text: "Quickstart",
111+
items: [
112+
{ text: "Installation", link: "/get_started/quickstart" },
113+
{ text: "Hello World", link: "/get_started/hello_world" },
114+
{ text: "Full Example", link: "/get_started/full_example" },
115+
],
116+
},
112117
{ text: `What's Next?`, link: "/get_started/next" },
113118
],
114119
},

0 commit comments

Comments
 (0)