49fdd818ce
* docs(helm chart): values.yaml is documented and json.schema provided Helm Chart values.yaml file is documented with inline comments. These have been used to generate a README (in the helm repo) and a values.json.schema file. fixes https://github.com/specklesystems/speckle-server/issues/887 fixes https://github.com/specklesystems/speckle-server/issues/867
23 lines
416 B
JSON
23 lines
416 B
JSON
{
|
|
"comments": {
|
|
"format": "##"
|
|
},
|
|
"tags": {
|
|
"param": "@param",
|
|
"section": "@section",
|
|
"descriptionStart": "@descriptionStart",
|
|
"descriptionEnd": "@descriptionEnd",
|
|
"skip": "@skip",
|
|
"extra": "@extra"
|
|
},
|
|
"modifiers": {
|
|
"array": "array",
|
|
"object": "object",
|
|
"string": "string",
|
|
"nullable": "nullable"
|
|
},
|
|
"regexp": {
|
|
"paramsSectionTitle": "Parameters"
|
|
}
|
|
}
|