diff options
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 59c13b982..e473a3b92 100644 --- a/docs/src/config.ts +++ b/docs/src/config.ts @@ -4,7 +4,7 @@ export const SIDEBAR = { { text: 'Getting Started', link: 'getting-started' }, { text: 'Quickstart', link: 'quick-start' }, { text: 'Installation', link: 'installation' }, - { text: 'Examples', link: 'examples' }, + { text: 'Themes', link: 'themes' }, { text: 'Astro vs. X', link: 'comparing-astro-vs-other-tools' }, { text: 'Basics', header: true }, |