Skip to content

Commit b133c9d

Browse files
authored
Remove tab from install docs (#1236)
* Remove tab * Add releases link
1 parent dc4a3e2 commit b133c9d

File tree

1 file changed

+4
-23
lines changed

1 file changed

+4
-23
lines changed

docs/contribute/locally.md

+4-23
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This guide uses the first option. If you'd like to clone the repository and buil
2828

2929
::::{tab-set}
3030

31-
:::{tab-item} macOS
31+
:::{tab-item} macOS & Linux
3232

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

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

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

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

72-
:::
73-
74-
:::{tab-item} Linux
75-
76-
1. **Download the Binary:**
77-
Download the latest Linux binary from [releases](https://github.com/elastic/docs-builder/releases/latest/):
78-
```sh
79-
wget https://github.com/elastic/docs-builder/releases/latest/download/docs-builder-linux-x64.zip
80-
```
81-
82-
2. **Extract the Binary:**
83-
Unzip the downloaded file:
84-
```sh
85-
unzip docs-builder-linux-x64.zip
86-
```
87-
88-
3. **Run the Binary:**
89-
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`:
90-
```sh
91-
./docs-builder serve -p ./path/to/docs
92-
```
74+
To download and install the binary file manually, refer to [Releases](https://github.com/elastic/docs-builder/releases) on GitHub.
9375

9476
:::
95-
9677
::::
9778

9879
:::{tip}

0 commit comments

Comments
 (0)