We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73a7013 commit 7ab3a1fCopy full SHA for 7ab3a1f
scripts/apidocgen/generate.sh
@@ -17,7 +17,7 @@ trap cleanup EXIT
17
18
log "Use temporary file: ${API_MD_TMP_FILE}"
19
20
-pushd "${APIDOCGEN_DIR}/../.."
+pushd "${PROJECT_ROOT}"
21
go run github.com/swaggo/swag/cmd/swag@v1.8.6 init \
22
--generalInfo="coderd.go" \
23
--dir="./coderd,./codersdk" \
0 commit comments