-
Notifications
You must be signed in to change notification settings - Fork 247
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
docs: fix internal cross-page references by injecting .md #1030
docs: fix internal cross-page references by injecting .md #1030
Conversation
|
✅ Deploy Preview for kubernetes-sigs-nfd ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Welcome @hirenp! |
Hi @hirenp. 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/test-infra repository. |
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.
Thanks for this PR! could you update the PR description with a small line detailing the change, so we keep a nice git history.
/ok-to-test
Thanks @hirenp for the PR. I guess you're reading the .md docs directly so that the links don't work. If we do this could you also fix all other references in a similar way Something like this should give a good starting point, doing most of the work but possibly doing some incorrect edits and missing some, too:
|
|
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.
Thanks for the updater @hirenp. I found some mistakes, possibly because of erroneous sed script that I provided if you used them.
Could you also squash the PR into one commit and adjust the commit message accordingly, e.g. "docs: fix internal cross-page references by injecting .md"
or smth
f18001c
to
51ee059
Compare
Apologies for missing those. I fixed as per your suggestions. |
Np, thanks for the update @hirenp. Looks good, now. Just one last nit: could you remove the inadvertent quotation mark ( /retitle docs: fix internal cross-page references by injecting .md |
51ee059
to
bfbc47f
Compare
🤦♂️ Fixed. Thanks. |
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.
👍
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hirenp, marquiz The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
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.
/lgtm
LGTM label has been added. Git tree hash: dd8cf32706de9c300668bc9336cea485c97f3be1
|
Fixing external references by injecting .md so that links works correctly while reading the documentation.