@@ -21,7 +21,7 @@ To serve up the documentation locally, you need to run the following
21
21
commands:
22
22
23
23
``` shell
24
- ./build.ps1 -Stage build -Target PrepareBuild
24
+ ./build.ps1 -Stage build -Target BuildPrepare
25
25
./build.ps1 -Stage build -Target Build
26
26
./build.ps1 -Stage docs -Target PreviewDocs
27
27
```
@@ -32,7 +32,7 @@ On Windows, you need to run the following commands in a PowerShell
32
32
terminal:
33
33
34
34
``` shell
35
- ./build.ps1 -Stage build -Target PrepareBuild
35
+ ./build.ps1 -Stage build -Target BuildPrepare
36
36
./build.ps1 -Stage build -Target Build
37
37
./build.ps1 -Stage docs -Target PreviewDocs
38
38
```
@@ -43,14 +43,14 @@ First you need to [install PowerShell on macOS][ps-mac] or [Linux][ps-linux],
43
43
then execute the following commands:
44
44
45
45
``` shell
46
- ./build.ps1 -Stage build -Target PrepareBuild
46
+ ./build.ps1 -Stage build -Target BuildPrepare
47
47
./build.ps1 -Stage build -Target Build
48
48
./build.ps1 -Stage docs -Target PreviewDocs
49
49
```
50
50
51
51
After pressing enter, the documentation will be generated and then served under
52
- a local web server. Information about the URL that can be used to view the docs
53
- will be shown in the output. Copy/paste this URL into a browser window.
52
+ a local web server. Information about the URL that can be used to view the docs
53
+ will be shown in the output. Copy/paste this URL into a browser window.
54
54
55
55
[ gitversion.net ] : https://gitversion.net/
56
56
[ forking ] : https://guides.github.com/activities/forking/
0 commit comments