Skip to content

Commit b7774fe

Browse files
authored
Of colons and impatience (#1483)
Or "When I Stopped Worrying about Adding Enough Colons and Learned to Love Patient Pull Requests". Fixes https://github.com/elastic/docs-builder/pull/1482/files
1 parent c0200be commit b7774fe

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/contribute/locally.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ There are two different ways to install and run `docs-builder`:
2626

2727
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).
2828

29-
::::{tab-set}
29+
:::::{tab-set}
3030

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

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

@@ -57,17 +57,17 @@ This guide uses the first option. If you'd like to clone the repository and buil
5757

5858
The path to the `docset.yml` file that you want to build can be specified with `-p`.
5959

60-
::{important}
60+
:::{important}
6161
Run `docs-builder` without `serve` to run a full build and detect errors.
62-
::
62+
:::
6363

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

6666
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`.
6767

68-
:::
68+
::::
6969

70-
:::{tab-item} Windows
70+
::::{tab-item} Windows
7171

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

@@ -94,8 +94,8 @@ If you get a `Permission denied` error, make sure that you aren't trying to run
9494
docs-builder serve
9595
```
9696
The path to the `docset.yml` file that you want to build can be specified with `-p`.
97-
:::
9897
::::
98+
:::::
9999

100100

101101
## Clone a content repository [#clone-content]

0 commit comments

Comments
 (0)