summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2021-08-13 11:28:11 -0700
committerGravatar Fred K. Schott <fkschott@gmail.com> 2021-08-13 11:28:11 -0700
commitada4058a3e89f48dea5d7a716852c6e469e89e59 (patch)
tree6ab0dd983e9fadb6ffaf8df87e0326b7a21bca08
parentb3a6decc703212f986f2082ea3a8ee208e56d5c0 (diff)
downloadastro-ada4058a3e89f48dea5d7a716852c6e469e89e59.tar.gz
astro-ada4058a3e89f48dea5d7a716852c6e469e89e59.tar.zst
astro-ada4058a3e89f48dea5d7a716852c6e469e89e59.zip
docs: rename sidebar "Components" to "Component Syntax"
-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' },