summaryrefslogtreecommitdiff
path: root/docs/src/config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/config.ts')
-rw-r--r--docs/src/config.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/config.ts b/docs/src/config.ts
index 98d23fc42..ad69bd16d 100644
--- a/docs/src/config.ts
+++ b/docs/src/config.ts
@@ -4,8 +4,8 @@ export const sidebar = [
link: '',
children: [
{ text: 'Getting Started', link: 'getting-started' },
- { text: 'Installation', link: 'installation' },
{ text: 'Quickstart', link: 'quick-start' },
+ { text: 'Installation', link: 'installation' },
{ text: 'Examples', link: 'examples' },
{ text: 'Astro vs. X', link: 'comparing-astro-vs-other-tools' },
],