Skip to content

Commit

Permalink
doc: update api doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mabdh committed Oct 5, 2023
1 parent 5a9a01c commit 2d8e9bb
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 439 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,6 @@ proto: ## Generate the protobuf files
help:
@grep -E '^[a-zA-Z0-9_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'

update-swagger-md:
@echo "> updating reference api docs"
@npx swagger-markdown -i proto/apidocs.swagger.json -o docs/docs/reference/api.md
Loading

0 comments on commit 2d8e9bb

Please sign in to comment.