-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[DOCS] Use new ML and transform URLs in doc link service #217930
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
Conversation
|
Pinging @elastic/kibana-docs (Team:Docs) |
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.
I've updated messages.test.ts to reduce code repetition. Not sure if there's anything else we can do here
💚 Build Succeeded
Metrics [docs]Async chunks
Page load bundle
History
|
|
Starting backport for target branches: 9.0 |
💔 All backports failed
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
) Co-authored-by: Robert Jaszczurek <[email protected]>
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
) Co-authored-by: Robert Jaszczurek <[email protected]> (cherry picked from commit 4e6fa9e)
…) (#218892) # Backport This will backport the following commits from `main` to `9.0`: - [[DOCS] Use new ML and transform URLs in doc link service (#217930)](#217930) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Lisa Cawley","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-04-21T20:09:43Z","message":"[DOCS] Use new ML and transform URLs in doc link service (#217930)\n\n\nCo-authored-by: Robert Jaszczurek <[email protected]>","sha":"4e6fa9e37f7390a86b0f38f8981fbf9eb1f0751b","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","docs","backport:version","v9.1.0","v9.0.1"],"title":"[DOCS] Use new ML and transform URLs in doc link service","number":217930,"url":"https://github.com/elastic/kibana/pull/217930","mergeCommit":{"message":"[DOCS] Use new ML and transform URLs in doc link service (#217930)\n\n\nCo-authored-by: Robert Jaszczurek <[email protected]>","sha":"4e6fa9e37f7390a86b0f38f8981fbf9eb1f0751b"}},"sourceBranch":"main","suggestedTargetBranches":["9.0"],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/217930","number":217930,"mergeCommit":{"message":"[DOCS] Use new ML and transform URLs in doc link service (#217930)\n\n\nCo-authored-by: Robert Jaszczurek <[email protected]>","sha":"4e6fa9e37f7390a86b0f38f8981fbf9eb1f0751b"}},{"branch":"9.0","label":"v9.0.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT-->
) Co-authored-by: Robert Jaszczurek <[email protected]>
Relates to #217722
This PR:
messages.test.tsNOTE: If there's a better way to avoid repeating the URLs in the
messages.test.tsfile (in case they change again), that would be great.