Skip to content

Commit

Permalink
Move API spec to static directory
Browse files Browse the repository at this point in the history
Signed-off-by: lucperkins <[email protected]>
  • Loading branch information
lucperkins committed Feb 27, 2020
1 parent 5ed6c70 commit bdc17d0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,13 @@ preview-build:
--buildFuture \
--minify

clean:
rm -rf public

link-checker-setup:
curl https://htmltest.wjdp.uk | bash

run-link-checker:
bin/htmltest

check-links: link-checker-setup run-link-checker
check-links: clean production-build link-checker-setup run-link-checker
2 changes: 1 addition & 1 deletion content/docs/v3.3.12/dev-guide/api_grpc_gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,4 @@ Generated [Swagger][swagger] API definitions can be found at [rpc.swagger.json][
[grpc-gateway]: https://github.com/grpc-ecosystem/grpc-gateway
[json-mapping]: https://developers.google.com/protocol-buffers/docs/proto3#json
[swagger]: http://swagger.io/
[swagger-doc]: apispec/swagger/rpc.swagger.json
[swagger-doc]: /apispec/swagger/rpc.swagger.json
File renamed without changes.
File renamed without changes.

0 comments on commit bdc17d0

Please sign in to comment.