Skip to content

Commit 1dc3d5c

Browse files
committed
docs: wrap intro inside of guide to allow algolia search to crawl guide section
1 parent 592abf2 commit 1dc3d5c

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

docs/.vitepress/config.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const config = {
2626
}
2727
},
2828
nav: [
29-
{ text: 'Guide', link: '/introduction/' },
29+
{ text: 'Guide', link: '/guide/' },
3030
{ text: 'API Reference', link: '/api/' },
3131
{ text: 'Migrating from Vue 2', link: '/migration/' },
3232
{
@@ -35,10 +35,6 @@ const config = {
3535
}
3636
],
3737
sidebar: [
38-
{
39-
text: 'Introduction',
40-
link: '/introduction/'
41-
},
4238
{
4339
text: 'Installation',
4440
link: '/installation/'
@@ -47,6 +43,7 @@ const config = {
4743
text: 'Essentials',
4844
collapsable: false,
4945
children: [
46+
{ text: 'Getting Started', link: '/guide/' },
5047
{ text: 'A Crash Course', link: '/guide/essentials/a-crash-course' },
5148
{
5249
text: 'Conditional Rendering',

docs/introduction/index.md renamed to docs/guide/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
# Introduction
1+
# Getting Started
22

33
Welcome to Vue Test Utils, the official testing utility library for Vue.js!
44

5-
<!-- content to be removed when we merge VTU repos -->
6-
75
This is the documentation for Vue Test Utils v2, which targets Vue 3.
86

97
In short:

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ heroText: Vue Test Utils Next
55
heroImage: /logo.png
66
tagline: The official testing suite utils for Vue.js 3
77
actionText: Get Started →
8-
actionLink: /introduction/
8+
actionLink: /guide/

0 commit comments

Comments
 (0)