File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ setup: ## Setup the dev environment
1111.PHONY : build
1212build : _check-redocly-installation # # Bundle the OpenAPI single-file specification in the ./build folder
1313 @echo " Building the OpenAPI single-file specification..."
14- @redocly bundle -o build/openhue.yaml
14+ @redocly bundle src/main.yaml -o build/openhue.yaml
1515
1616.PHONY : verify
1717verify : _check-redocly-installation # # Check that the specification is valid
Original file line number Diff line number Diff line change 77 rules :
88 no-ambiguous-paths : error
99
10- # theme:
11- # openapi:
12- # htmlTemplate: ./docs/index.html
13- # schemaExpansionLevel: 2
14- # generateCodeSamples:
15- # languages:
16- # - lang: curl
17- # - lang: Java
18- # - lang: Node.js
10+ theme :
11+ openapi :
12+ htmlTemplate : ./docs/index.html
13+ schemaExpansionLevel : 2
14+ generateCodeSamples :
15+ languages :
16+ - lang : curl
17+ - lang : Java
18+ - lang : Node.js
1919
You can’t perform that action at this time.
0 commit comments