-
Notifications
You must be signed in to change notification settings - Fork 335
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
Kibana link checking is broken #1805
Comments
I'm only starting to understand how Kibana link checking works. @nik9000 gave me an overview this morning. It might take me a little while to wrap my head around it all. |
This link is currently wrong, but I'm testing to make sure it will get caught if it's included in this file. A future commit will actually use this variables in vega_help_menu.tsx, and update the link in `doc_links_service.ts` to be correct. This is part of a fix for elastic#87367 Related: elastic/docs#1805
I figured out why this was broken (at least for elastic/kibana#63295): The only links that are checked are those that are located in the root Doc Links file (which has moved and been renamed between versions of Kibana) If you do something like this in a different file, and then build URLs in those files, those URLs won't be checked.
This is what @lcawl is trying to fix in elastic/kibana#88107. |
I'm tempted to close this, because I don't think looking through all of the Kibana code for links is feasible, but I'd like to track down why elastic/kibana#87721 wasn't failing as well. |
I believe elastic/kibana#94274 (which prevents the Order of operations for resolving this:
|
elastic/kibana#87721 is passing! 🙌🏻 So I'm confident we have this fixed. The actual link will get fixed once that's merged, but that's not a blocker here. |
The Kibana link checker doesn't seem to be catching broken links.
docs/build_docs.pl
Lines 334 to 399 in 0cee4e4
Here's an example of a broken link: elastic/kibana#63295.
The text was updated successfully, but these errors were encountered: