diff --git a/grpc-contrib/README.md b/grpc-contrib/README.md index 1536fef9..ef018c4f 100644 --- a/grpc-contrib/README.md +++ b/grpc-contrib/README.md @@ -1,3 +1,5 @@ +[![Javadocs](https://javadoc.io/badge/com.salesforce.servicelibs/grpc-contrib.svg)](https://javadoc.io/doc/com.salesforce.servicelibs/grpc-contrib) + In this module ============== * *FutureChain.java* - A fluent interface for chaining `ListenableFuture` operations together. diff --git a/grpc-spring/README.md b/grpc-spring/README.md index a82f4f2e..79c63ee8 100644 --- a/grpc-spring/README.md +++ b/grpc-spring/README.md @@ -1,3 +1,5 @@ +[![Javadocs](https://javadoc.io/badge/com.salesforce.servicelibs/grpc-spring.svg)](https://javadoc.io/doc/com.salesforce.servicelibs/grpc-spring) + Using GrpcServerHost ==================== `GrpcServerHost` configures a gRPC Server with services obtained from the `ApplicationContext` and manages that server's diff --git a/jprotoc/README.md b/jprotoc/README.md index c56e01d5..5b393259 100644 --- a/jprotoc/README.md +++ b/jprotoc/README.md @@ -1,5 +1,7 @@ What is jprotoc? ================ +[![Javadocs](https://javadoc.io/badge/com.salesforce.servicelibs/jprotoc.svg)](https://javadoc.io/doc/com.salesforce.servicelibs/jprotoc) + jprotoc is a framework for building protoc plugins using Java. As a demo, jprotoc includes a Jdk8 generator, that generates `CompletableFuture`-based client bindings for gRPC. diff --git a/rxgrpc/rxgrpc/README.md b/rxgrpc/rxgrpc/README.md index 9af27fe0..18a0a508 100644 --- a/rxgrpc/rxgrpc/README.md +++ b/rxgrpc/rxgrpc/README.md @@ -1,3 +1,5 @@ +[![Javadocs](https://javadoc.io/badge/com.salesforce.servicelibs/rxgrpc-stub.svg)](https://javadoc.io/doc/com.salesforce.servicelibs/rxgrpc-stub) + Usage ===== ```xml