Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: frontier provider and add api documentation #395

Merged
merged 6 commits into from
Nov 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,18 @@ setup: ## Install all the dependencies
go install github.com/golang/protobuf/proto@v1.5.2
go install github.com/golang/protobuf/protoc-gen-go@v1.5.2
go install google.golang.org/grpc@v1.40.0
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.1.0
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.29.0
go install github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway@v2.5.0
go install github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2@v2.5.0
go install github.com/bufbuild/buf/cmd/buf@v1.15.1
go install github.com/bufbuild/buf/cmd/buf@v1.29.0

help: ## Display this help message
@cat $(MAKEFILE_LIST) | grep -e "^[a-zA-Z_\-]*: *.*## *" | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'

doc: ## Generate api documentation
@echo ">genetate api docs"
@cd $(CURDIR)/docs/docs; yarn docusaurus clean-api-docs all; yarn docusaurus gen-api-docs all

doc-build: ## Run documentation locally
@echo "> building docs"
@cd $(CURDIR)/docs/docs; yarn start
2 changes: 1 addition & 1 deletion api/proto/raystack/guardian/v1beta1/guardian.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

996 changes: 580 additions & 416 deletions api/proto/raystack/guardian/v1beta1/guardian.pb.gw.go

Large diffs are not rendered by default.

Loading
Loading