-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Fix running docs site with docker #5512
Conversation
Skipping CI for Draft Pull Request. |
Hi @stormqueen1990 , Thanks for the k/website references. I will definitely refer to that repository in the future. Would you please take a look at this PR when you get a chance? |
Hey there @ncapps! Sure thing! I'm running a little behind but will give it a try and fully review this PR before Tuesday next week. Thanks for working on this! |
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.
I have a few outstanding questions 🙂
Didn't get a chance to test it yet, will do soon.
Thanks for working on this!
This PR has multiple commits, and the default merge method is: merge. 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. |
/label tide/merge-method-squash |
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.
I gave it a try and the Docker variant works for me. Good work here 🎉
Hi @stormqueen1990, Thank you for your review and feedback! I believe I updated everything per your comments. Let me know if you would like additional changes. |
/remove-approve |
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 your work here! 😄
/lgtm
/cc @varshaprasad96 for approval since we have changes to a file in the API folder |
Clean up makefile Ignore container-image.sentinel Fix hugo server errors Ignore files Add makefile credit
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ncapps 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 |
Hi @stormqueen1990, Would you please add a lgtm when you get a chance? I rebased this branch with the lint error fix and this change is now limited to the |
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
Thanks for this 😃
* Update docs site local build Clean up makefile Ignore container-image.sentinel Fix hugo server errors Ignore files Add makefile credit * Indentation per feedback * Address PR feedback. Remove sentinel file * Remove change to .gitignore
Resolves #5331