Thanks to visit codestin.com Credit goes to github.com
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 0d917dc commit a07e2abCopy full SHA for a07e2ab
Makefile
@@ -461,7 +461,7 @@ docs/admin/prometheus.md: scripts/metricsdocgen/main.go scripts/metricsdocgen/me
461
coderd/apidoc/swagger.json: $(shell find ./scripts/apidocgen -not \( -path './scripts/apidocgen/node_modules' -prune \) -type f) $(wildcard coderd/*.go)
462
./scripts/apidocgen/generate.sh
463
cd site
464
- yarn run format:write ../docs/api ../docs/manifest.json
+ yarn run format:write ../docs/api ../docs/manifest.json ../coderd/apidoc/swagger.json
465
466
update-golden-files: cli/testdata/.gen-golden
467
.PHONY: update-golden-files
0 commit comments