remove legacy doc links file#94274
Conversation
|
Pinging @elastic/kibana-core (Team:Core) |
|
@elastic/kibana-docs can you confirm that the The |
|
This PR is currently blocked because removing the legacy doc file actually cause the doc build validation script to correctly uses core's docLink service (which was never the case until now), revealing a few issues:
Currently broken links are: Links from category 3, which need actual fixing from the docLink definition, are: cc @gtback |
en/kibana/master/tutorial-load-dataset.htmlThis one is Link is indeed a 404 on the site. It seems the link is unused in the code base too, so I will just remove it - 0bb1877 en/kibana/master/alert-type-index-threshold.html#index-action-configurationThis one is used here: cc @elastic/kibana-alerting-services Do you mind fixing that one, or telling me what to replace the target with? EDIT: it seems Removed the anchor - b77eb21 |
Yes, it should be fine to remove just the anchor. |
|
@gtback I fixed the two link that were targeting Kibana docs. Could you please check the CI doc build job to confirm that there are no more link from the Do you also have any visibility on when the team will be able to fix the two other categories? |
|
@elasticmachine merge upstream |
|
@pgayvallet these are the remaining broken links: |
These 3 are redirecting to real 404 though. @elastic/kibana-alerting-services Could you take a look and tell me what the correct urls would be? |
Those were changed as part of the terminology update PR. Sorry for not updating them in that PR!
|
c46074f to
e8bce0f
Compare
💚 Build Succeeded
Metrics [docs]Page load bundle
History
To update your PR or re-run it, just comment with: |
* remove legacy doc links file * remove entry from watch paths * remove unused invalid link * fix alerting.indexThreshold link * fix more links * update generated doc * update generated doc
* remove legacy doc links file (#94274) * remove legacy doc links file * remove entry from watch paths * remove unused invalid link * fix alerting.indexThreshold link * fix more links * update generated doc * update generated doc * update generated doc
Summary
Remove the legacy doc link stub file we added in #76354 as elastic/docs#1953 added lookup from core's
src/core/public/doc_links/doc_links_service.ts