From a46d76508abfadff1efdd77982ccaa200205d295 Mon Sep 17 00:00:00 2001 From: Ryan Michela Date: Fri, 13 Oct 2017 16:26:09 -0700 Subject: [PATCH 1/3] Added javadoc link --- grpc-contrib/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/grpc-contrib/README.md b/grpc-contrib/README.md index 1536fef9..46638c6b 100644 --- a/grpc-contrib/README.md +++ b/grpc-contrib/README.md @@ -1,3 +1,5 @@ +![documentation](https://javadoc.io/badge/com.salesforce.servicelibs/grpc-contrib.png?color=blue) + In this module ============== * *FutureChain.java* - A fluent interface for chaining `ListenableFuture` operations together. From f730fea68bf5e68fa44b87ea5306bdeb3f9fb583 Mon Sep 17 00:00:00 2001 From: Ryan Michela Date: Fri, 13 Oct 2017 16:28:04 -0700 Subject: [PATCH 2/3] javadoc --- grpc-spring/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/grpc-spring/README.md b/grpc-spring/README.md index a82f4f2e..14fb1d89 100644 --- a/grpc-spring/README.md +++ b/grpc-spring/README.md @@ -1,3 +1,5 @@ +![documentation](https://javadoc.io/badge/com.salesforce.servicelibs/grpc-spring.png?color=blue) + Using GrpcServerHost ==================== `GrpcServerHost` configures a gRPC Server with services obtained from the `ApplicationContext` and manages that server's From 31138dfb4bb743de5b210199516fa702710ab02c Mon Sep 17 00:00:00 2001 From: Ryan Michela Date: Fri, 13 Oct 2017 16:37:45 -0700 Subject: [PATCH 3/3] Javadoc --- grpc-contrib/README.md | 2 +- grpc-spring/README.md | 2 +- jprotoc/README.md | 2 ++ rxgrpc/rxgrpc/README.md | 2 ++ 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/grpc-contrib/README.md b/grpc-contrib/README.md index 46638c6b..ef018c4f 100644 --- a/grpc-contrib/README.md +++ b/grpc-contrib/README.md @@ -1,4 +1,4 @@ -![documentation](https://javadoc.io/badge/com.salesforce.servicelibs/grpc-contrib.png?color=blue) +[![Javadocs](https://javadoc.io/badge/com.salesforce.servicelibs/grpc-contrib.svg)](https://javadoc.io/doc/com.salesforce.servicelibs/grpc-contrib) In this module ============== diff --git a/grpc-spring/README.md b/grpc-spring/README.md index 14fb1d89..79c63ee8 100644 --- a/grpc-spring/README.md +++ b/grpc-spring/README.md @@ -1,4 +1,4 @@ -![documentation](https://javadoc.io/badge/com.salesforce.servicelibs/grpc-spring.png?color=blue) +[![Javadocs](https://javadoc.io/badge/com.salesforce.servicelibs/grpc-spring.svg)](https://javadoc.io/doc/com.salesforce.servicelibs/grpc-spring) Using GrpcServerHost ==================== 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