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 d972fb366..2a4197ae9 100644 --- a/docs/src/config.ts +++ b/docs/src/config.ts @@ -7,6 +7,7 @@ export const sidebar = [ { text: 'Installation', link: 'installation' }, { text: 'Quickstart', link: 'quick-start' }, { text: 'Examples', link: 'examples' }, + { text: 'Astro vs. X', link: 'comparing-astro-vs-other-tools' }, ], }, { |