-
Notifications
You must be signed in to change notification settings - Fork 530
fixed doc rendering issues #3742
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
base: main
Are you sure you want to change the base?
Conversation
Welcome @anshuman-agarwala! |
Hi @anshuman-agarwala. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: anshuman-agarwala The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/ok-to-test I think we'd like to ideally keep this snippet inside a code block somehow, or restructure to move this example outside of the table where it doesn't render properly instead of just removing the attempted code styling. |
@mikemorris I could not find a way to keep the code block inside the table. Could you give an example of how you would like the docs to be refactored so that the example is moved out of the table? |
This is probably okay as an emergency fix, but I think we may need to update the generator we're using to handle inline code snippets properly. |
For https://github.com/kube-rs/gateway-api-rs we had an issue where the example sections would be interpreted as runnable Rust examples by |
Ok gotcha, thank you for checking! I think I agree with @youngnick's assessment, but that leaves me wondering if we're much closer to being able to just update the generator than we realize? 🤔 |
What type of PR is this?
/kind documentation
What this PR does / why we need it:
Fixes rendering error in documentation
Which issue(s) this PR fixes:
Fixes #3735
Does this PR introduce a user-facing change?: