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-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,16 +39,15 @@ This guide uses the first option. If you'd like to clone the repository and buil
39
39
```
40
40
This downloads the latest binary, makes it executable, and installs it to your user PATH.
41
41
42
+
To download and install the binary file manually, refer to [Releases](https://github.com/elastic/docs-builder/releases) on GitHub.
43
+
42
44
2.**Run docs-builder from a docs folder**
43
45
44
46
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`:
45
47
46
48
```sh
47
49
docs-builder serve
48
50
```
49
-
50
-
To download and install the binary file manually, refer to [Releases](https://github.com/elastic/docs-builder/releases) on GitHub.
51
-
52
51
:::
53
52
54
53
:::{tab-item} Windows
@@ -63,16 +62,16 @@ To download and install the binary file manually, refer to [Releases](https://gi
63
62
64
63
This downloads the latest binary, makes it executable, and installs it to your user PATH.
65
64
65
+
To download and install the binary file manually, refer to [Releases](https://github.com/elastic/docs-builder/releases) on GitHub.
66
+
66
67
2.**Run docs-builder from a docs folder**
67
68
68
69
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`:
69
70
70
71
```sh
71
72
docs-builder serve
72
73
```
73
-
74
-
To download and install the binary file manually, refer to [Releases](https://github.com/elastic/docs-builder/releases) on GitHub.
0 commit comments