File tree Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ const config = {
26
26
}
27
27
} ,
28
28
nav : [
29
- { text : 'Guide' , link : '/introduction /' } ,
29
+ { text : 'Guide' , link : '/guide /' } ,
30
30
{ text : 'API Reference' , link : '/api/' } ,
31
31
{ text : 'Migrating from Vue 2' , link : '/migration/' } ,
32
32
{
@@ -35,10 +35,6 @@ const config = {
35
35
}
36
36
] ,
37
37
sidebar : [
38
- {
39
- text : 'Introduction' ,
40
- link : '/introduction/'
41
- } ,
42
38
{
43
39
text : 'Installation' ,
44
40
link : '/installation/'
@@ -47,6 +43,7 @@ const config = {
47
43
text : 'Essentials' ,
48
44
collapsable : false ,
49
45
children : [
46
+ { text : 'Getting Started' , link : '/guide/' } ,
50
47
{ text : 'A Crash Course' , link : '/guide/essentials/a-crash-course' } ,
51
48
{
52
49
text : 'Conditional Rendering' ,
Original file line number Diff line number Diff line change 1
- # Introduction
1
+ # Getting Started
2
2
3
3
Welcome to Vue Test Utils, the official testing utility library for Vue.js!
4
4
5
- <!-- content to be removed when we merge VTU repos -->
6
-
7
5
This is the documentation for Vue Test Utils v2, which targets Vue 3.
8
6
9
7
In short:
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ heroText: Vue Test Utils Next
5
5
heroImage : /logo.png
6
6
tagline : The official testing suite utils for Vue.js 3
7
7
actionText : Get Started →
8
- actionLink : /introduction /
8
+ actionLink : /guide /
You can’t perform that action at this time.
0 commit comments