Remove note about generating python protos

This will be easier than before, but is not well defined yet.
This commit is contained in:
ghubstan 2022-03-16 17:31:38 -03:00
parent cffbfcf481
commit 4df7f12d11
No known key found for this signature in database
GPG Key ID: E35592D6800A861E

View File

@ -7,9 +7,6 @@
This application script consumes Bisq .proto files (`pb.proto` and `grpc.proto`), and produces This application script consumes Bisq .proto files (`pb.proto` and `grpc.proto`), and produces
`index.html.md` -- a [Slate](https://github.com/slatedocs/slate) compatible Markdown file. `index.html.md` -- a [Slate](https://github.com/slatedocs/slate) compatible Markdown file.
_Note: For Python proto generation to work properly, the .proto files must be copied to the project's proto
directory from the remote or local GitHub repo. They are not versioned in this project repo._
The Markdown file is then manually deployed to a developer's or bisq-network's fork of the The Markdown file is then manually deployed to a developer's or bisq-network's fork of the
[Slate repository](https://github.com/slatedocs/slate), where the slate fork transforms it to a single html file [Slate repository](https://github.com/slatedocs/slate), where the slate fork transforms it to a single html file
describing Bisq gRPC API services, with example code. describing Bisq gRPC API services, with example code.