From af74843bcf43552c0274856f6193a17b9c61222a Mon Sep 17 00:00:00 2001 From: Fabrizio Ferri Benedetti Date: Fri, 9 May 2025 12:38:38 +0200 Subject: [PATCH 1/2] Remove tab --- docs/contribute/locally.md | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/docs/contribute/locally.md b/docs/contribute/locally.md index c499984ef..3da354b30 100644 --- a/docs/contribute/locally.md +++ b/docs/contribute/locally.md @@ -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** @@ -70,29 +70,6 @@ This guide uses the first option. If you'd like to clone the repository and buil ``` ::: - -:::{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 - ``` - -::: - :::: :::{tip} From 4bb8b44fc251a6d2949d154947e04660547cb5be Mon Sep 17 00:00:00 2001 From: Fabrizio Ferri Benedetti Date: Fri, 9 May 2025 12:40:49 +0200 Subject: [PATCH 2/2] Add releases link --- docs/contribute/locally.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/contribute/locally.md b/docs/contribute/locally.md index 3da354b30..72fbb8891 100644 --- a/docs/contribute/locally.md +++ b/docs/contribute/locally.md @@ -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 @@ -69,6 +71,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. + ::: ::::