Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/content/docs/en/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ i18nReady: true
tableOfContents: false
editUrl: false
next: false
# banner:
# content: |
# <a href="https://astro.build/blog/astro-3/">Astro version 4.0 is here!</a>
# Are you ready to upgrade? <a href="/en/guides/upgrade-to/v3/">Read our upgrade guide</a>.
banner:
content: |
<a href="https://astro.build/blog/astro-4/">Astro version 4.0 is here!</a>
Are you ready to upgrade? <a href="/en/guides/upgrade-to/v4/">Read our upgrade guide</a>.
hero:
title: Astro Docs
tagline: Guides, resources, and API references to help you build with Astro.
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/en/nav.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default [
{ text: 'Getting Started', slug: 'getting-started', key: 'getting-started' },
{ text: 'Installation', slug: 'install/auto', key: 'install' },
{ text: 'Editor Setup', slug: 'editor-setup', key: 'editor-setup' },
{ text: 'Upgrade to v3', slug: 'guides/upgrade-to/v3', key: 'guides/upgrade-to/v3' },
{ text: 'Upgrade to v4', slug: 'guides/upgrade-to/v4', key: 'guides/upgrade-to/v4' },

{ text: 'Core Concepts', header: true, type: 'learn', key: 'coreConcepts' },
{ text: 'Why Astro', slug: 'concepts/why-astro', key: 'concepts/why-astro' },
Expand Down