Skip to content
Merged
Changes from 1 commit
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
13 changes: 10 additions & 3 deletions apps/svelte.dev/src/routes/docs/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -71,17 +71,17 @@

<div class="options">
<a href="/tutorial">
<h2>I&rsquo;m brand new here</h2>
<h2>I'm brand new here</h2>
<p>
We recommend starting with the interactive tutorial, which will teach you how to use Svelte
right here in your browser.
</p>
</a>

<a href="/docs/svelte/v5-migration-guide">
<h2>I&rsquo;m migrating an app from Svelte 4</h2>
<h2>I'm migrating an app from Svelte 4</h2>
<p>
If you&rsquo;re already experienced with an older version of Svelte, the migration guide
If you're already experienced with an older version of Svelte, the migration guide
will bring you up to speed on the changes in Svelte 5.
</p>
</a>
Expand All @@ -102,6 +102,13 @@
</p>
</a>

<a href="https://v4.svelte.dev">
<h2>I'm looking for the old docs</h2>
<p>
If you're developing a site using only Svelte 3 or Svelte 4, the old site may be a helpful reference until you upgrade.
</p>
</a>

<a href="/chat" class="external">
<h2>Help! I'm stuck</h2>
<p>
Expand Down
Loading