Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docs-preview-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ jobs:
&& needs.check.outputs.any_modified != 'false'
&& (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository)
run: |
dotnet run --project src/tooling/docs-builder -- --strict
dotnet run --project src/tooling/docs-builder -- --strict --path-prefix "${PATH_PREFIX}"

- name: 'Validate inbound links'
if: >
Expand Down
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Elastic Docs V3 is our next-generation documentation platform designed to improv
## What do you want to do today?

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