-
Notifications
You must be signed in to change notification settings - Fork 38
Update site documentation of NPEP-133 #301
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?
Update site documentation of NPEP-133 #301
Conversation
✅ Deploy Preview for kubernetes-sigs-network-policy-api ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: siegenthalerroger 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 |
Welcome @siegenthalerroger! |
Hi @siegenthalerroger. 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. |
site-src/npeps/npep-133.md
Outdated
@@ -1,173 +0,0 @@ | |||
# NPEP-133: FQDN Selector for Egress Traffic |
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.
Do we delete the npep document when they are implementable?
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 don't think so :/
/ok-to-test |
LGTM -- but do we remove the site-src/npeps/ when they turn implementable? |
site-src/npeps/npep-133.md
Outdated
@@ -1,173 +0,0 @@ | |||
# NPEP-133: FQDN Selector for Egress Traffic |
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.
hm @siegenthalerroger why did this NPEP get removed?
did you run make docs btw for the src/site changes?
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 removed it manually as it is no longer available in the /npeps folder. I've reinstated the file now, it is not linked from any place on the site though, so I'm not sure that actually make sense. Is it intended to have the old NPEP version linked as "Experimental" and the new version from "Implementable"? That would seem counter-intuitive to me tbh.
I ran make docs again now and have no changes from that to the /site-src folder (apart from a pycache update, which I assumed I didn't need to commit).
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.
f749ab7
to
bb8ac0a
Compare
Enhance contributor documentation by including all necessary mkdocs plugins and ensuring compatibility with paths containing spaces.
Update the sidebar with new NPEP-133 status (implementable).