It isn't clear what files actually "do the editing" for the Helm docs.
Probably should add to the readme that to edit the docs for Workbench, Connect, PPM, and Chronicle Overview pages, it requires a combo update of the following:
/helm/charts/_templates.gotmpl
charts/posit-chronicle/README.md.gotmpl
charts/rstudio-connect/README.md.gotmpl
charts/rstudio-pm/README.md.gotmpl
charts/rstudio-workbench/README.md.gotmpl
And to preview changes:
quarto preview --render html
In addition, we should also add how to edit the Examples doc for each product as well.
### Tasks
- [ ] It also wasn't clear that I needed to install `helm-docs` and run `just setup`
It isn't clear what files actually "do the editing" for the Helm docs.
Probably should add to the readme that to edit the docs for Workbench, Connect, PPM, and Chronicle Overview pages, it requires a combo update of the following:
And to preview changes:
In addition, we should also add how to edit the Examples doc for each product as well.