From f6ef6157cc0ab9226c5652e3dbd21932a15f6f7e Mon Sep 17 00:00:00 2001 From: Anthony Romano Date: Wed, 13 Jul 2016 13:28:11 -0700 Subject: [PATCH] Documentation: link embedding etcd into docs --- Documentation/docs.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/docs.md b/Documentation/docs.md index 1d5f9f05f..c6d790c01 100644 --- a/Documentation/docs.md +++ b/Documentation/docs.md @@ -14,6 +14,7 @@ The easiest way to get started using etcd as a distributed key-value store is to - [Interacting with etcd][interacting] - [API references][api_ref] - [gRPC gateway][api_grpc_gateway] + - [Embedding etcd][embed_etcd] - [Experimental features and APIs][experimental] ## Operating etcd clusters @@ -56,6 +57,7 @@ To learn more about the concepts and internals behind etcd, read the following p [data_model]: learning/data_model.md [demo]: demo.md [download_build]: dl_build.md +[embed_etcd]: ../embed/ [failures]: op-guide/failures.md [glossary]: learning/glossary.md [interacting]: dev-guide/interacting_v3.md