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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,9 @@ There are two different ways to install and run `docs-builder`:
26
26
27
27
This guide uses the first option. If you'd like to clone the repository and build from source, learn how in the [project readme](https://github.com/elastic/docs-builder?tab=readme-ov-file#docs-builder).
28
28
29
-
::::{tab-set}
29
+
:::::{tab-set}
30
30
31
-
:::{tab-item} macOS & Linux
31
+
::::{tab-item} macOS & Linux
32
32
33
33
1.**Download and run the install script**
34
34
@@ -57,17 +57,17 @@ This guide uses the first option. If you'd like to clone the repository and buil
57
57
58
58
The path to the `docset.yml` file that you want to build can be specified with `-p`.
59
59
60
-
::{important}
60
+
:::{important}
61
61
Run `docs-builder` without `serve` to run a full build and detect errors.
62
-
::
62
+
:::
63
63
64
64
To download and install the binary file manually, refer to [Releases](https://github.com/elastic/docs-builder/releases) on GitHub.
65
65
66
66
If you get a `Permission denied` error, make sure that you aren't trying to run a directory instead of a file. Also, grant the binary file execution permissions using `chmod +x docs-builder`.
67
67
68
-
:::
68
+
::::
69
69
70
-
:::{tab-item} Windows
70
+
::::{tab-item} Windows
71
71
72
72
1.**Download and run the install script**
73
73
@@ -94,8 +94,8 @@ If you get a `Permission denied` error, make sure that you aren't trying to run
94
94
docs-builder serve
95
95
```
96
96
The path to the `docset.yml` file that you want to build can be specified with `-p`.
0 commit comments