-
Notifications
You must be signed in to change notification settings - Fork 767
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
Add documentation for closure_grpc_web_library #222
Conversation
8512264
to
2ace408
Compare
59eff81
to
0b0c95d
Compare
This is ready for review now. |
@@ -105,6 +105,88 @@ here. | |||
- Only unary calls are supported for now. | |||
|
|||
|
|||
### Bazel |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Can we move this section between "TypeScript Support" and "Proxy Interoperability"
- Can we use two hashes headings "## Bazel Support"?
```python | ||
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") | ||
|
||
http_archive( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see the intention here and I think it's a good idea. But this section seems a bit too heavy compared to the rest of the README. Can we shorten it somehow or take the details out to another page? Like perhaps we can move some of the details to https://github.com/grpc/grpc-web/blob/master/net/grpc/gateway/examples/echo/tutorial.md?
"closure_proto_library", | ||
) | ||
|
||
proto_library( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think highlighting these 4 rules is important. Instead of just putting all 4 rules as codes, can we explain what each of these 4 rules are for and why do we need 4 of them?
Hi.. I'm closing this PR because all the JS Bazel rules are cleaned up in #1138.. So this change no longer applies.. :) Sorry for the change! |
No description provided.