diff options
Diffstat (limited to 'docs/src/config.ts')
-rw-r--r-- | docs/src/config.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/src/config.ts b/docs/src/config.ts index 95b1b29ff..cd75ac566 100644 --- a/docs/src/config.ts +++ b/docs/src/config.ts @@ -6,6 +6,7 @@ export const SIDEBAR = { { text: 'Installation', link: 'installation' }, { text: 'Themes', link: 'themes' }, { text: 'Astro vs. X', link: 'comparing-astro-vs-other-tools' }, + { text: 'Migrate to v0.21', link: 'migration/0.21.0' }, { text: 'Basics', header: true }, { text: 'Project Structure', link: 'core-concepts/project-structure' }, |