From 8dde0cc7824e32f1a829b1528fa0e61a5707098f Mon Sep 17 00:00:00 2001 From: Emmett Cox Date: Mon, 17 Sep 2018 10:25:09 +0100 Subject: User guide documentation for data router Change-Id: If28014e4f937c9036e22f2db7599fd8568f0c13f Signed-off-by: Emmett Cox Issue-ID: DMAAP-552 --- docs/index.rst | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index f7dae490..99f0f281 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -14,15 +14,24 @@ The DataRouter(DR)provisioning API is an HTTPS-based,REST-like API for creating HTTP Service APIs ------------------ -DMaaP Message Router utilizes an HTTP REST API to service all transactions. HTTP and REST standards are followed so -clients as varied as CURL, Java applications and even Web Browsers will -work to interact with the Data Router. +DMaaP Data Router utilizes an HTTPS REST API to service all transactions. HTTPS and REST standards are followed so +clients as varied as CURL, Java applications and even Web Browsers will work to interact with the Data Router. .. toctree:: - :maxdepth: 3 + :maxdepth: 1 - data-router/data-router + data-router/data-router.rst + data-router/administration.rst + data-router/architecture.rst + data-router/configuration.rst + data-router/consumedapis.rst + data-router/DataRouterUserGuide.rst + data-router/delivery.rst + data-router/humaninterfaces.rst + data-router/logging.rst + data-router/release-notes.rst + -- cgit 1.2.3-korg