Discussion: state of helm-docs for generating sectioned documentation #547
Labels
0. Needs triage
Pending approval or rejection. This issue is pending approval.
discussion
Being discussed
documentation
Improvements or additions to documentation
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: