-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Dashboard] Fix help documentation link for dashboard #143894
[Dashboard] Fix help documentation link for dashboard #143894
Conversation
💚 Build Succeeded
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: cc @Heenawter |
Pinging @elastic/kibana-presentation (Team:Presentation) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
code review and tested in chrome
💔 Some backports could not be created
Note: Successful backport PRs will be merged automatically after passing CI. Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
* Modify help link for dashboard * Fix stub (cherry picked from commit 94fe004)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
) * Modify help link for dashboard * Fix stub (cherry picked from commit 94fe004) Co-authored-by: Hannah Mudge <[email protected]>
Summary
Seemingly random PR, incoming 🚀
A bug was introduced in the Dashboard services abstraction PR where the Dashboard help link no longer sent the user to the correct location - instead, it sent them to the generic Kibana documentation. This PR fixes this by adding the Dashboard documentation link to the
documentationLinks
service and setting the correct help extension inaddHelpMenuToAppChrome
.Before
before.mov
After
after.mov
Checklist
For maintainers