File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -490,10 +490,9 @@ docs/admin/prometheus.md: scripts/metricsdocgen/main.go scripts/metricsdocgen/me
490
490
cd site
491
491
yarn run format:write:only ../docs/admin/prometheus.md
492
492
493
- coderd/apidoc/swagger.json : $(shell find ./scripts/apidocgen -not \( -path './scripts/apidocgen/node_modules' -prune \ ) -type f) $(wildcard coderd/* .go) $(wildcard enterprise/coderd/* .go) $(wildcard codersdk/* .go) .swaggo
493
+ coderd/apidoc/swagger.json : $(shell find ./scripts/apidocgen $( FIND_EXCLUSIONS ) -type f) $(wildcard coderd/* .go) $(wildcard enterprise/coderd/* .go) $(wildcard codersdk/* .go) .swaggo docs/manifest.json
494
494
./scripts/apidocgen/generate.sh
495
- cd site
496
- yarn run format:write:only ../docs/api ../docs/manifest.json ../coderd/apidoc/swagger.json
495
+ yarn run --cwd=site format:write:only ../docs/api ../docs/manifest.json ../coderd/apidoc/swagger.json
497
496
498
497
update-golden-files : cli/testdata/.gen-golden
499
498
.PHONY : update-golden-files
Original file line number Diff line number Diff line change 251
251
{
252
252
"title" : " Scaling Coder" ,
253
253
"description" : " Reference architecture and load testing tools" ,
254
- "icon_path " : " ./images/icons/ scale.svg " ,
255
- "path " : " ./admin/ scale.md "
254
+ "path " : " ./admin/ scale.md " ,
255
+ "icon_path " : " ./images/icons/ scale.svg "
256
256
},
257
257
{
258
258
"title" : " Audit Logs" ,
You can’t perform that action at this time.
0 commit comments