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-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,8 @@ This guide uses the first option. If you'd like to clone the repository and buil
40
40
41
41
This downloads the latest binary, makes it executable, and installs it to your user PATH.
42
42
43
+
To download and install the binary file manually, refer to [Releases](https://github.com/elastic/docs-builder/releases) on GitHub.
44
+
43
45
2.**Run docs-builder from a docs folder**
44
46
45
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`:
@@ -66,16 +68,16 @@ If you get a `Permission denied` error, make sure that you aren't trying to run
66
68
67
69
This downloads the latest binary, makes it executable, and installs it to your user PATH.
68
70
71
+
To download and install the binary file manually, refer to [Releases](https://github.com/elastic/docs-builder/releases) on GitHub.
72
+
69
73
2.**Run docs-builder from a docs folder**
70
74
71
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`:
72
76
73
77
```sh
74
78
docs-builder serve
75
79
```
76
-
77
-
To download and install the binary file manually, refer to [Releases](https://github.com/elastic/docs-builder/releases) on GitHub.
0 commit comments