grpc.io
grpc.io copied to clipboard
Repository for the gRPC website and documentation
Fixes #982, to recommend building with 8 concurrent process, rather than an unlimited number.
This is the warning > Property grpc is receiving data from redundant hostnames. Some of the redundant hostnames are: > - grpc.io > - www.grpc.io > Redundant hostnames are counted...
Related: #842, #831 As of 2021-08-21, here are the broken external links: ``` request exceeded our ExternalTimeout --- docs/what-is-grpc/faq/index.html --> https://corner.squareup.com/2015/02/grpc.html Non-OK status: 404 --- docs/languages/csharp/basics/index.html --> https://github.com/Reactive-Extensions/Rx.NET/blob/master/Ix.NET/Source/System.Interactive.Async/IAsyncEnumerator.cs Non-OK status:...
From the `` of [grpc.io](https://grpc.io): ```html ``` Wow, and this has been the case as far back as I can see -- even before the migration to Docsy (#479), at...
Work items in follow up to #479: - [x] Update README with site cloning instructions now that we have submodules #594 - [ ] Duplicate partial inclusion in head.html and...
#1027 introduced the following style workaround https://github.com/google/docsy/compare/v0.4.0...grpc:grpc.io-docsy:grpc.io-upto-doccsy-0.4.0#diff-1f4d7b8618cd04fd8c5bf1b1dc08c5ae99ade3e2418c79d1e8f2acaa07a90923: > Undo this override once the original issue (https://github.com/google/docsy/issues/1154) is fixed and merged into `grpc.io-docsy`.
Updated to include where the route_guide_db.json file is located
**Issue description** In the grpc repository, the stub API used in [`GreeterClient::SayHello`](https://github.com/grpc/grpc/blob/master/examples/cpp/helloworld/greeter_async_client.cc) method is as follows ```cpp // stub_->PrepareAsyncSayHello() creates an RPC object, returning // an instance to store in...
As reported via deploy logs: ```nocode --------------------------------------------------------------------- DEPRECATION NOTICE: Builds using the Xenial build image will fail after November 15th, 2022. The build image for this site uses Ubuntu 16.04...
close: #1022 modifications + update code block to use `PrepareAsyncSayHello` in Asynchronous-API tutorial