You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/getting-started.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Getting Started
2
2
3
-
This section will help you build a basic VuePress documentation site from ground up. If you already have an existing project and would like to keep documentation inside the project, start from Step 3.
3
+
This section will help you build a basic VitePress documentation site from ground up. If you already have an existing project and would like to keep documentation inside the project, start from Step 3.
4
4
5
5
-**Step. 1:** Create and change into a new directory.
6
6
@@ -14,7 +14,7 @@ This section will help you build a basic VuePress documentation site from ground
14
14
$ yarn init
15
15
```
16
16
17
-
-**Step. 3:** Install VuePress locally.
17
+
-**Step. 3:** Install VitePress locally.
18
18
19
19
```bash
20
20
$ yarn add --dev vitepress
@@ -46,6 +46,6 @@ This section will help you build a basic VuePress documentation site from ground
46
46
47
47
VitePress will start a hot-reloading development server at http://localhost:3000.
48
48
49
-
By now, you should have a basic but functional VuePress documentation site.
49
+
By now, you should have a basic but functional VitePress documentation site.
50
50
51
51
When your documentation site starts to take shape, be sure to read the [deployment guide](./deploy).
0 commit comments