-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Fixing the badly ended conditionals #44294
Fixing the badly ended conditionals #44294
Conversation
Signed-off-by: Michal Maléř <mmaler@redhat.com>
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.
For the future, @MichalMaler is there a way to validate adocs by a tool to prevent issues like this?
🎊 PR Preview 4968e01 has been successfully built and deployed to https://quarkus-pr-main-44294-preview.surge.sh/version/main/guides/
|
We don't have such a tool right now, but I agree it would be great to have something that can check if all conditions are properly enclosed. |
With a load of pull requests landing to the Quarkus repo, I don't think it's a reasonable expectation. Creator/Owner of the PR is the primary responsible person and that's also why having a tool that would help identify incorrect syntax would help. |
Hey, I don't blame anyone! :) It was all my fault. I will put this on my todo list. |
We do have a bazillion documentation-related automated checks in the upstream CI, how come none of them caught this? |
I guess the problem is that an unterminated |
Previously, I created conditionals that were not properly ended.
This fix is maybe a solution for the troubles caused during the downstreaming of this guide.
Ref: