diff options
author | 2021-08-13 11:28:11 -0700 | |
---|---|---|
committer | 2021-08-13 11:28:11 -0700 | |
commit | ada4058a3e89f48dea5d7a716852c6e469e89e59 (patch) | |
tree | 6ab0dd983e9fadb6ffaf8df87e0326b7a21bca08 /docs/src/config.ts | |
parent | b3a6decc703212f986f2082ea3a8ee208e56d5c0 (diff) | |
download | astro-ada4058a3e89f48dea5d7a716852c6e469e89e59.tar.gz astro-ada4058a3e89f48dea5d7a716852c6e469e89e59.tar.zst astro-ada4058a3e89f48dea5d7a716852c6e469e89e59.zip |
docs: rename sidebar "Components" to "Component Syntax"
Diffstat (limited to 'docs/src/config.ts')
-rw-r--r-- | docs/src/config.ts | 2 |
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' }, |