Skip to content

Commit 2332c65

Browse files
committed
tweak intro & quickstart next steps
1 parent 364f724 commit 2332c65

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

src/guide/introduction.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -207,15 +207,15 @@ Different developers have different learning styles. Feel free to pick a learnin
207207

208208
<div class="vt-box-container next-steps">
209209
<a class="vt-box" href="/guide/quick-start.html">
210-
<p class="next-steps-link">Continue the Guide</p>
210+
<p class="next-steps-link">Read the Guide</p>
211211
<p class="next-steps-caption">The guide walks you through every aspect of the framework in full details.</p>
212212
</a>
213213
<a class="vt-box" href="/tutorial/">
214-
<p class="next-steps-link">Follow the Tutorial</p>
215-
<p class="next-steps-caption">For those who prefer learning things hands-on. Let's build something real!</p>
214+
<p class="next-steps-link">Try the Tutorial</p>
215+
<p class="next-steps-caption">For those who prefer learning things hands-on.</p>
216216
</a>
217217
<a class="vt-box" href="/examples/">
218218
<p class="next-steps-link">Check out the Examples</p>
219-
<p class="next-steps-caption">Take a quick tour of core features and examples of common UI tasks.</p>
219+
<p class="next-steps-caption">Explore examples of core features and common UI tasks.</p>
220220
</a>
221221
</div>

src/guide/quick-start.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
footer: false
3+
---
4+
15
# Quick Start
26

37
Depending on your use case and preference, you can use Vue with or without a build step.
@@ -151,11 +155,11 @@ If you skipped the [Introduction](/guide/introduction), we strongly recommend re
151155
<p class="next-steps-caption">The guide walks you through every aspect of the framework in full details.</p>
152156
</a>
153157
<a class="vt-box" href="/tutorial/">
154-
<p class="next-steps-link">Follow the Tutorial</p>
155-
<p class="next-steps-caption">For those who prefer learning things hands-on. Let's build something real!</p>
158+
<p class="next-steps-link">Try the Tutorial</p>
159+
<p class="next-steps-caption">For those who prefer learning things hands-on.</p>
156160
</a>
157161
<a class="vt-box" href="/examples/">
158162
<p class="next-steps-link">Check out the Examples</p>
159-
<p class="next-steps-caption">Take a quick tour of core features and examples of common UI tasks.</p>
163+
<p class="next-steps-caption">Explore examples of core features and common UI tasks.</p>
160164
</a>
161165
</div>

0 commit comments

Comments
 (0)