From 165c77f14e7d389fcc15bdfbfce1efb99e118586 Mon Sep 17 00:00:00 2001 From: Xiang Li Date: Sun, 22 Jan 2017 10:50:02 -0800 Subject: [PATCH] doc: mention HTTP JSON in doc link It is not clear to users immediately what is the gRPC gateway. Adding a more explaination to make it clear that etcd3 supports HTTP API through the gateway. --- Documentation/docs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/docs.md b/Documentation/docs.md index e6591697a..3d9a1d6bc 100644 --- a/Documentation/docs.md +++ b/Documentation/docs.md @@ -12,8 +12,8 @@ The easiest way to get started using etcd as a distributed key-value store is to - [Setting up local clusters][local_cluster] - [Interacting with etcd][interacting] - - [API references][api_ref] - - [gRPC gateway][api_grpc_gateway] + - [gRPC API references][api_ref] + - [HTTP JSON API through the gRPC gateway][api_grpc_gateway] - [gRPC naming and discovery][grpc_naming] - [Embedding etcd][embed_etcd] - [Experimental features and APIs][experimental]