-
Notifications
You must be signed in to change notification settings - Fork 30
Closed
Labels
Description
Summary
The build is trying to link check links that don't exist. These links are failing. You can find examples in https://github.com/elastic/observability-docs.md/actions/runs/12758638542/job/35561040730. A couple of examples are below:
Error: `kibana-navigation-search` does not exist in .
┌─[/github/workspace/docs/configure-data-sources.md]
│
12 │ 1. Find `Logs / Settings` in the [global search field]({{kibana-ref}}/introduction.html#kibana-navigation-search).
· ────────────────────────────────────────────────────────
Error: `privileges-list-cluster` does not exist in .
┌─[/github/workspace/docs/synthetics-role-setup.md]
│
36 │ | [Cluster]({{ref}}/security-privileges.html#privileges-list-cluster) | `read_pipeline` | Gives the user read-only access to the ingest pipline. |
· ────────────────────────────────────────────────────────
Expected behavior
We can't let these failures prevent the build from succeeding. These links will not work until we move content around and replace this link syntax with the new link syntax/system that Jan is building.