-
Notifications
You must be signed in to change notification settings - Fork 14
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
feat(docs/schema): improve eks, kfdisitribution schema docs #290
Conversation
44ffd2a
to
0a130e4
Compare
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.
[WIP] I reviewed just one schema, I'll finish tomorrow
I've merged your suggestions @speziato and ported them to the other schemas too. |
@g-iannelli please take a look at the docs for EKS. 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.
@ralgozino IMHO you should rebase the branch after the merge of #303
ebbd6c8
to
c981bda
Compare
rebased as requested @g-iannelli |
Port the improvements done for on-prem schema in #268 to the EKS and KFDDistribution schemas and banners used to render the markdown. Some minor improvements to On-premises too. fixes sighupio/product-management#543 sighupio/furyctl#287
Co-authored-by: Riccardo Cannella <riccardo.cannella@sighup.io>
c981bda
to
b0eb79c
Compare
Port to the
EKSCluster
andKFDDistribution
schemas documentation the improvements done for theon-prem
schema in #268. Some minor improvements to on-premises too.For review purposes you can focus on the files in the folders:
banners/
schemas/public/
The rest of the files are generated using
make generate-go-models
andmake generate-docs
.Closes https://github.com/sighupio/product-management/issues/543 sighupio/furyctl#287
Note
In order to generate the markdown files you need a patched version of
md-gen
otherwise the markdown generation fails with a type assertion error.: