Is it possible to add custom fields and use those values in generating docs
Opened this issue · 0 comments
sappusaketh commented
General Summary
By fields I mean available 6 fields from here
I want to add @example
and use what ever is provided to that in rendering value template.
I have envs:[]
as value in my values file but I want to show everyone how it should be
envs:
- name: X
value: Y
- name: ABC
value: 123
I dont want to add this as default for my value as I m adding this if only there are any values in envs
Is your feature request related to a problem? Please describe and/or link to a bug issue.
At present I dont have a way to show how it should look like in docs
Expected Behavior
ability to define @example and use that in values table generation
Current Behavior
There is no option to define example
Possible Solution
No response
Alternatives you've considered
closest I found is this
Further Information
No response