Skip to content

[9.4] fix(oas): update cross-page anchor links for split dashboards/visualizations API pages (#267776)#267974

Merged
kibanamachine merged 1 commit into
elastic:9.4from
kibanamachine:backport/9.4/pr-267776
May 6, 2026
Merged

[9.4] fix(oas): update cross-page anchor links for split dashboards/visualizations API pages (#267776)#267974
kibanamachine merged 1 commit into
elastic:9.4from
kibanamachine:backport/9.4/pr-267776

Conversation

@kibanamachine
Copy link
Copy Markdown
Contributor

Backport

This will backport the following commits from main to 9.4:

Questions ?

Please refer to the Backport tool documentation

…zations API pages (elastic#267776)

## Summary

Fixes 6 broken cross-page anchor links in the dashboards and
visualizations API overlays, following the split of the combined spec
into separate pages (see elastic/dashboards-api-spec#7).

Previously both pages were rendered together, so
`#operation/post-visualizations` and `#operation/post-dashboards` worked
as same-page anchors. Now that each API has its own page,
cross-references need to include the sibling page in the URL.

**`dashboards.overlays.yaml`** — 3 links updated:
- `#operation/post-visualizations` →
`visualizations#tag/Visualizations/operation/post-visualizations`

**`visualizations.overlays.yaml`** — 3 links updated:
- `#operation/post-dashboards` →
`dashboards#tag/Dashboards/operation/post-dashboards`

Same-page self-links (`#operation/post-dashboards` on the dashboards
page and `#operation/post-visualizations` on the visualizations page)
are unchanged.

Made with [Cursor](https://cursor.com)

Co-authored-by: Cursor <cursoragent@cursor.com>
(cherry picked from commit 316994f)
@kibanamachine
Copy link
Copy Markdown
Contributor Author

💚 Build Succeeded

Metrics [docs]

✅ unchanged

cc @florent-leborgne

@kibanamachine kibanamachine merged commit c15cb1b into elastic:9.4 May 6, 2026
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport This PR is a backport of another PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants