File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 : >
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments