Skip to content

Commit

Permalink
rpc: output grpc documentation to json
Browse files Browse the repository at this point in the history
  • Loading branch information
bmwill committed Jan 13, 2025
1 parent d80449b commit 436c9ec
Show file tree
Hide file tree
Showing 2 changed files with 8,468 additions and 0 deletions.
1 change: 1 addition & 0 deletions crates/sui-rpc-api/generate-grpc-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ proto/google/protobuf/timestamp.proto
# available on $PATH. See https://github.com/pseudomuto/protoc-gen-doc for more
# info
cd "$SCRIPT_DIR" && protoc --doc_out=proto/ --doc_opt=markdown,documentation.md ${PROTO_FILES[@]} --proto_path=proto/
cd "$SCRIPT_DIR" && protoc --doc_out=proto/ --doc_opt=json,documentation.json ${PROTO_FILES[@]} --proto_path=proto/
Loading

0 comments on commit 436c9ec

Please sign in to comment.