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
BREAKING CHANGE: Change default serve port to 3000 and add ability to override (#265)
* Change default serve port to 3000 and add ability to override
* Fix documentation comment
* Only change the webhost url if not running in a container
* Refactor and simplify
* Always use default port
Copy file name to clipboardExpand all lines: docs/source/contribute/locally.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Follow these steps to contribute to Elastic docs.
27
27
```
28
28
29
29
3.**Run the Binary:**
30
-
Use the `serve` command to start serving the documentation at http://localhost:5000. The path to the docset.yml file that you want to build can be specified with `-p`:
30
+
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`:
31
31
```sh
32
32
./docs-builder serve -p ./path/to/docs
33
33
```
@@ -51,7 +51,7 @@ Follow these steps to contribute to Elastic docs.
51
51
```
52
52
53
53
3.**Run the Binary:**
54
-
Use the `serve` command to start serving the documentation at http://localhost:5000. The path to the docset.yml file that you want to build can be specified with `-p`:
54
+
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`:
55
55
```sh
56
56
.\docs-builder serve -p ./path/to/docs
57
57
```
@@ -75,7 +75,7 @@ Follow these steps to contribute to Elastic docs.
75
75
```
76
76
77
77
3.**Run the Binary:**
78
-
Use the `serve` command to start serving the documentation at http://localhost:5000. The path to the docset.yml file that you want to build can be specified with `-p`:
78
+
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`:
Use the `serve` command to start serving the documentation at http://localhost:5000. The path to the `docset.yml` file that you want to build can be specified with `-p`:
102
+
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`:
0 commit comments