docs: Update config.ts

This commit is contained in:
jdx 2025-03-29 20:33:46 -05:00 committed by GitHub
parent 2b6f45ac73
commit 05ad4bc9b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -28,9 +28,9 @@ export default defineConfig({
{ {
text: "Guides", text: "Guides",
items: [ items: [
{ text: "Demo", link: "/demo" },
{ text: "Getting Started", link: "/getting-started" }, { text: "Getting Started", link: "/getting-started" },
{ text: "Walkthrough", link: "/walkthrough" }, { text: "Walkthrough", link: "/walkthrough" },
{ text: "Demo", link: "/demo" },
{ text: "Installing mise", link: "/installing-mise" }, { text: "Installing mise", link: "/installing-mise" },
{ text: "IDE Integration", link: "/ide-integration" }, { text: "IDE Integration", link: "/ide-integration" },
{ text: "Continuous Integration", link: "/continuous-integration" }, { text: "Continuous Integration", link: "/continuous-integration" },