Skip to content

Commit e7534b8

Browse files
committed
Fixed redocly.yaml build
1 parent 0b3380f commit e7534b8

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ setup: ## Setup the dev environment
1111
.PHONY: build
1212
build: _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
1717
verify: _check-redocly-installation ## Check that the specification is valid

redocly.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ apis:
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

0 commit comments

Comments
 (0)