chore: use quick-start as default page (#22384)

This commit is contained in:
Jason Rasmussen
2025-09-25 12:50:34 -04:00
committed by GitHub
parent 7c3e871c7a
commit 913f543307
5 changed files with 7 additions and 33 deletions
+3 -3
View File
@@ -88,7 +88,7 @@ const config = {
position: 'right',
},
{
to: '/overview/welcome',
to: '/overview/quick-start',
position: 'right',
label: 'Docs',
},
@@ -132,8 +132,8 @@ const config = {
title: 'Overview',
items: [
{
label: 'Welcome',
to: '/overview/welcome',
label: 'Quick start',
to: '/overview/quick-start',
},
{
label: 'Installation',