We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afa4eda commit 9a8378cCopy full SHA for 9a8378c
generate-service-config-docs.sh
@@ -7,7 +7,7 @@ function generate_docs() {
7
DOCSPATH=./docs/services/$SERVICE
8
echo -en "Creating docs for \e[96m$SERVICE\e[0m... "
9
mkdir -p "$DOCSPATH"
10
- go run ./cmd/shoutrrr docs -f markdown "$SERVICE" > "$DOCSPATH"/config.md
+ go run ./shoutrrr docs -f markdown "$SERVICE" > "$DOCSPATH"/config.md
11
if [ $? ]; then
12
echo -e "Done!"
13
fi
0 commit comments