We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50c935b commit e444eaaCopy full SHA for e444eaa
.vitepress/config.ts
@@ -192,14 +192,14 @@ function sidebarHome() {
192
text: "Tutorials",
193
collapsed: true,
194
items: [
195
+ {
196
+ text: "Quick start guide",
197
+ link: "/tutorials/quick-start",
198
+ },
199
{
200
text: "Rollkit",
201
202
- {
- text: "Quick start guide",
- link: "/tutorials/quick-start",
- },
203
204
text: "GM world rollup",
205
link: "/tutorials/gm-world",
0 commit comments