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/contribute/locally.md
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -44,11 +44,12 @@ This guide uses the first option. If you'd like to clone the repository and buil
44
44
45
45
2.**Run docs-builder from a docs folder**
46
46
47
-
Use the `serve` command from any docs folder to start serving the documentation at http://localhost:3000. The path to the `docset.yml` file that you want to build can be specified with `-p`:
47
+
Use the `serve` command from any docs folder to start serving the documentation at http://localhost:3000:
48
48
49
49
```sh
50
50
docs-builder serve
51
51
```
52
+
The path to the `docset.yml` file that you want to build can be specified with `-p`.
52
53
53
54
To download and install the binary file manually, refer to [Releases](https://github.com/elastic/docs-builder/releases) on GitHub.
54
55
@@ -72,12 +73,12 @@ If you get a `Permission denied` error, make sure that you aren't trying to run
72
73
73
74
2.**Run docs-builder from a docs folder**
74
75
75
-
Use the `serve` command from any docs folder to start serving the documentation at http://localhost:3000. The path to the `docset.yml` file that you want to build can be specified with `-p`:
76
+
Use the `serve` command from any docs folder to start serving the documentation at http://localhost:3000:
76
77
77
78
```sh
78
79
docs-builder serve
79
80
```
80
-
81
+
The path to the `docset.yml` file that you want to build can be specified with `-p`.
81
82
:::
82
83
::::
83
84
@@ -111,7 +112,7 @@ cd docs-content
111
112
112
113
:::::{step} Run docs-builder
113
114
114
-
Run the `docs-builder` binary with the `serve` command to build and serve the content set to http://localhost:3000. Specify the path to the `docset.yml` file that you want to build with `-p`.
115
+
Run the `docs-builder` binary with the `serve` command to build and serve the content set to http://localhost:3000. If necessary, specify the path to the `docset.yml` file that you want to build with `-p`.
0 commit comments