docs: rename sidebar "Components" to "Component Syntax"

This commit is contained in:
Fred K. Schott 2021-08-13 11:28:11 -07:00
parent b3a6decc70
commit ada4058a3e

View file

@ -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' },