-
Notifications
You must be signed in to change notification settings - Fork 273
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
Discussion: state of helm-docs for generating sectioned documentation #547
Comments
I am fine with it, so every value option should be uncommented with an empty value to get it in the docs: (maybe you do not need any custom your question: i do not know it, but i believe a |
i start to work on a migration here: #633 |
…s ready) part of nextcloud#547 Signed-off-by: WrenIX <[email protected]>
…s ready) part of nextcloud#547 Signed-off-by: WrenIX <[email protected]>
…s ready) part of nextcloud#547 Signed-off-by: WrenIX <[email protected]>
…s ready) part of nextcloud#547 Signed-off-by: WrenIX <[email protected]>
Per my comment to @wrenix here:
If we used helm-docs, that would be cool. It looks like they recently added the ability to do sections (which was largely what stopped us being interested in this before)!
https://github.com/norwoodj/helm-docs/tree/master/example-charts/sections
We'd need to prefix each section with the name of the section like:
See their example
values.yaml
here:https://github.com/norwoodj/helm-docs/blob/master/example-charts/sections/values.yaml
But then you get a specific section you can render in the
README.md
like their example here:Things to consider
README.gotmpl
.pre-commit-config.yml
file.open question
Can you have comments and additional data for specific sections? For instance, right now, we have a database section of our readme that gives further details on the
externalDatabase
parameter. Is there a way to call the sections in theREADME.gotmpl
?The text was updated successfully, but these errors were encountered: