Move docs script to root of repo
This makes it easier for contributors to ensure docs are updated by having the script more easy at hand. Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ git rebase main
|
||||
Any changes to Chart.yaml or values.yaml require an update of the README.md. This update can easily be generated using [helm-docs][].
|
||||
|
||||
```shell
|
||||
helm-docs -g charts/«chart-name» -t .github/README.md.tmpl
|
||||
./helm-docs.sh charts/«chart-name»
|
||||
```
|
||||
|
||||
[helm-docs]: https://github.com/norwoodj/helm-docs "Generate documentation for your Helm chart."
|
||||
|
||||
Reference in New Issue
Block a user