grpc / grpc-web

gRPC for Web Clients
https://grpc.io
Apache License 2.0
8.51k stars 766 forks source link

Essential documentation for javascript is gone/missing #1241

Closed ben-xD closed 2 years ago

ben-xD commented 2 years ago

There was a documentation site containing essential guides on how to use protocol buffers in Javascript. The page was previously available on https://developers.google.com/protocol-buffers/docs/reference/javascript-generated#any=

You can see this guide on Wayback Machine: https://web.archive.org/web/20200928202524/https://developers.google.com/protocol-buffers/docs/reference/javascript-generated#any=

Now the essential documentation is missing. I've attached a PDF version of the website on this github issue.

missing

JavaScript Generated Code | Protocol Buffers | Google Developers.pdf

Help

Could someone investigate why the documentation is missing and fix it? 😢

sampajano commented 2 years ago

Thanks for bringing this to attention!!

I'm guessing maybe it could be related to this? 😃 https://github.com/protocolbuffers/protobuf/pull/9874

@acozzette Hey Adam I'm wondering if you know anything about this? Thanks! :)

sampajano commented 2 years ago

Update: There is a plan to re-host the documentation under the new github repo: https://github.com/protocolbuffers/protobuf-javascript

Thanks for the patience! 😃

CC @lukesandberg

sampajano commented 2 years ago

FYI a related issue with protoc support is at: https://github.com/grpc/grpc-web/issues/1251 :)

sampajano commented 2 years ago

Docs are now re-hosted here: https://github.com/protocolbuffers/protobuf-javascript/blob/main/docs/index.md

Hope it works for everyone now!

Thanks for the patience! :)