Archived
1
0

helm: Add link in install.md

This commit is contained in:
Anmol Sethi
2020-11-13 17:32:14 -05:00
parent 248c2adb2e
commit 9af3671c05
2 changed files with 8 additions and 1 deletions

View File

@ -19,7 +19,9 @@ main() {
"*.yaml"
"*.yml"
)
prettier --write --loglevel=warn $(git ls-files "${prettierExts[@]}")
prettier --write --loglevel=warn $(
git ls-files "${prettierExts[@]}" | grep -v 'helm-chart'
)
doctoc --title '# FAQ' doc/FAQ.md > /dev/null
doctoc --title '# Setup Guide' doc/guide.md > /dev/null