We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05b766b commit ce2843eCopy full SHA for ce2843e
Makefile
@@ -82,7 +82,10 @@ check-licenses-npm:
82
docs/assets/js/swagger.yml: api/swagger.yml
83
@cp api/swagger.yml docs/assets/js/swagger.yml
84
85
-docs: docs/assets/js/swagger.yml
+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
89
90
docs-serve: ### Serve local docs
91
cd docs; bundle exec jekyll serve --livereload
0 commit comments