summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 01f30955a..4140e8ea4 100644
--- a/docs/src/config.ts
+++ b/docs/src/config.ts
@@ -9,7 +9,7 @@ export const SIDEBAR = {
{ text: 'Basics', header: true },
{ text: 'Project Structure', link: 'core-concepts/project-structure' },
- { text: 'Components', link: 'core-concepts/astro-components' },
+ { text: 'Component Syntax', link: 'core-concepts/astro-components' },
{ text: 'Pages', link: 'core-concepts/astro-pages' },
{ text: 'Layouts', link: 'core-concepts/layouts' },
{ text: 'Routing', link: 'core-concepts/routing' },