Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 4 additions & 23 deletions docs/contribute/locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This guide uses the first option. If you'd like to clone the repository and buil

::::{tab-set}

:::{tab-item} macOS
:::{tab-item} macOS & Linux

1. **Download and run the install script**

Expand All @@ -47,6 +47,8 @@ This guide uses the first option. If you'd like to clone the repository and buil
docs-builder serve
```

To download and install the binary file manually, refer to [Releases](https://github.com/elastic/docs-builder/releases) on GitHub.

:::

:::{tab-item} Windows
Expand All @@ -69,30 +71,9 @@ This guide uses the first option. If you'd like to clone the repository and buil
docs-builder serve
```

:::

:::{tab-item} Linux

1. **Download the Binary:**
Download the latest Linux binary from [releases](https://github.com/elastic/docs-builder/releases/latest/):
```sh
wget https://github.com/elastic/docs-builder/releases/latest/download/docs-builder-linux-x64.zip
```

2. **Extract the Binary:**
Unzip the downloaded file:
```sh
unzip docs-builder-linux-x64.zip
```

3. **Run the Binary:**
Use the `serve` command 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`:
```sh
./docs-builder serve -p ./path/to/docs
```
To download and install the binary file manually, refer to [Releases](https://github.com/elastic/docs-builder/releases) on GitHub.

:::

::::

:::{tip}
Expand Down
Loading