Skip to content

Commit f7641a5

Browse files
authored
Docs preview local: path-prefix build (#3201)
1 parent 2e416e5 commit f7641a5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/docs-preview-local.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ jobs:
302302
&& needs.check.outputs.any_modified != 'false'
303303
&& (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository)
304304
run: |
305-
dotnet run --project src/tooling/docs-builder -- --strict
305+
dotnet run --project src/tooling/docs-builder -- --strict --path-prefix "${PATH_PREFIX}"
306306
307307
- name: 'Validate inbound links'
308308
if: >

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Elastic Docs V3 is our next-generation documentation platform designed to improv
99
## What do you want to do today?
1010

1111
* [Contribute to Elastic documentation](https://www.elastic.co/docs/contribute-docs/)
12+
* [Edit and preview this handbook locally](./contribute/locally.md)
1213
* [Learn about V3 syntax](./syntax/index.md)
1314
* [Configure content sets in V3](./configure/index.md)
1415
* [Explore CLI commands](./cli/index.md)

0 commit comments

Comments
 (0)