Skip to content

Commit e444eaa

Browse files
Move quickstart out of Rollkit section (#367)
1 parent 50c935b commit e444eaa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.vitepress/config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,14 +192,14 @@ function sidebarHome() {
192192
text: "Tutorials",
193193
collapsed: true,
194194
items: [
195+
{
196+
text: "Quick start guide",
197+
link: "/tutorials/quick-start",
198+
},
195199
{
196200
text: "Rollkit",
197201
collapsed: true,
198202
items: [
199-
{
200-
text: "Quick start guide",
201-
link: "/tutorials/quick-start",
202-
},
203203
{
204204
text: "GM world rollup",
205205
link: "/tutorials/gm-world",

0 commit comments

Comments
 (0)