-
Notifications
You must be signed in to change notification settings - Fork 4.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
Adding feature stability table to docs and including one example for encryption support in cilium #9555
Conversation
I might be missing something, but following the failure output of What am I missing?
|
OK found it. |
/lgtm Why did the netlify deploy cancel though? |
@olemarkus Most likely because last commit was on a something not tracked by config file: Line 5 in 8c3b4e4
@MoShitrit any chance |
@hakman Yeah, sure. I think it'll involve some additional config to the plugin but I can do that. |
@MoShitrit you are right, meant |
@hakman |
Thanks for checking @MoShitrit . I don't think it's worth the extra work, but let's see if @rifelpet and @mikesplain have some feedback also. |
I think I'd lean towards moving mkdocs_macros.py into the hack directory and add a |
Created a new package under |
Thanks, @mikesplain ! |
Hmm gotcha, you should be able to change
But to your point, this is easily fixed in a separate PR if someone spends the time on it. I'm fine without it for now. Thanks for the hard work on this, it's great! |
Yas!!! Got it now. I had to do it with a subclass, but your pointer took me to where I needed 😄 Pushing up the commit now so you can see the code change. Thanks for that, @mikesplain ! 🙇♂️ |
Updated example with the fixed table width: https://deploy-preview-9555--kubernetes-kops.netlify.app/networking/cilium/#enabling-encryption-in-cilium |
Looking to get a 👍 whenever anyone has a free cycle |
@MoShitrit could you also add the Line 5 in 8c3b4e4
|
/lgtm |
/retest |
looks great, thanks again! hopefully we can get this setup with all the other feature docs too. /approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: MoShitrit, rifelpet 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 |
Fixes #9151
To get started, I also added this table to the
cilium
docs for a feature I previously added. This can provide an example for additional features to which we would like to add this table.Example output of the table when rendered:
/cc @rifelpet @olemarkus