You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As noted in #736 I think if we do implement link-checking for those URLs, we'll also need to ensure that all-supported branches/versions of those products have their links tested, so that we don't break older versions until they go out of service.
Summary
We must ensure that links from Kibana (in the product) to documentation are valid. Our legacy doc build does this as a part of every documentation build. The relevant code is here: https://github.com/dedemorton/docs/blob/3546cbd00f03ef020248fba3ec33dda268c982b5/build_docs.pl#L230.
We can either solve this problem in the same way, or have a separate check that ensures links from Kibana are correct. This is the file that defines links in the Kibana repo:
https://github.com/elastic/kibana/blob/2b9104c3278e1684c31b8ffd623a428b178238c0/src/platform/packages/shared/kbn-doc-links/src/get_doc_links.ts
The text was updated successfully, but these errors were encountered: