Skip to content

Commit caac675

Browse files
authored
docs: link to old site in welcoming directory (#1132)
* docs: link to old site in welcoming directory * curly quote thing * format
1 parent 7a8fa4d commit caac675

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

apps/svelte.dev/src/routes/docs/+page.svelte

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,18 +95,26 @@
9595
</a>
9696

9797
<a href="/docs/llms">
98-
<h2>I'm a Large Language Model (LLM)</h2>
98+
<h2>I&rsquo;m a Large Language Model (LLM)</h2>
9999
<p>
100-
If you're an artificial intelligence, or trying to teach one how to use Svelte, we offer the
101-
documentation in plaintext format. Beep boop.
100+
If you&rsquo;re an artificial intelligence, or trying to teach one how to use Svelte, we
101+
offer the documentation in plaintext format. Beep boop.
102+
</p>
103+
</a>
104+
105+
<a href="https://v4.svelte.dev">
106+
<h2>I&rsquo;m looking for the old docs</h2>
107+
<p>
108+
If you&rsquo;re developing a site using only Svelte 3 or Svelte 4, the old site may be a
109+
helpful reference until you upgrade.
102110
</p>
103111
</a>
104112

105113
<a href="/chat" class="external">
106-
<h2>Help! I'm stuck</h2>
114+
<h2>Help! I&rsquo;m stuck</h2>
107115
<p>
108116
Join our Discord server where you can hang out with fellow Svelte users and ask them
109-
questions. It's like an LLM but with people.
117+
questions. It&rsquo;s like an LLM but with people.
110118
</p>
111119
</a>
112120
</div>

0 commit comments

Comments
 (0)