Skip to content

Commit ce2843e

Browse files
committed
Edited the description in the yaml file as requested in the review.
1 parent 05b766b commit ce2843e

File tree

3 files changed

+197
-205
lines changed

3 files changed

+197
-205
lines changed

Makefile

+4-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,10 @@ check-licenses-npm:
8282
docs/assets/js/swagger.yml: api/swagger.yml
8383
@cp api/swagger.yml docs/assets/js/swagger.yml
8484

85-
docs: docs/assets/js/swagger.yml
85+
docs/assets/js/authorization.yml: api/authorization.yml
86+
@cp api/authorization.yml docs/assets/js/authorization.yml
87+
88+
docs: docs/assets/js/swagger.yml docs/assets/js/authorization.yml
8689

8790
docs-serve: ### Serve local docs
8891
cd docs; bundle exec jekyll serve --livereload

0 commit comments

Comments
 (0)