From 7471bd7e10998bc5cdfe591ed42b0f4c9eb41205 Mon Sep 17 00:00:00 2001 From: Eric Debeau Date: Mon, 4 Oct 2021 21:53:46 +0200 Subject: [DOC] Correct ReDoc API documentation Existing solution based on javascript is not working - solution based on _downloads reference Use sphinxcontrib-redoc package - Update conf.py to add the required extensions - Update conf.py to add ReDoc API documentation - Add sphinxcontrib-redoc in requirements-docs.txt - Remove redoc directory - Copy Swagger JSON file in swagger repo - Rename Swagger JSON file - Correct Swagger JSON file to delete bad characters Small editorial corrections - Update doc/architecture.rst Issue-ID: EXTAPI-599 Signed-off-by: Eric Debeau Change-Id: I3c2b52ff072f81f5554046498f0cf8419cc3f342 --- docs/offeredapis/offeredapis.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'docs/offeredapis/offeredapis.rst') diff --git a/docs/offeredapis/offeredapis.rst b/docs/offeredapis/offeredapis.rst index d383040..66f657e 100644 --- a/docs/offeredapis/offeredapis.rst +++ b/docs/offeredapis/offeredapis.rst @@ -16,9 +16,9 @@ NBI stands for NorthBound Interface. It brings to ONAP a set of API that can be used by external systems as BSS for example. These API are based on **TMF API**. -******************************************* +******************************************** Global NBI architecture for Honolulu release -******************************************* +******************************************** Following illustration provides a global view about **NBI** architecture, integration with other ONAP components and API resource/operation provided. @@ -110,11 +110,11 @@ API Table API ReDoc Documentation *********************** -* :doc:`API hub ` -* :doc:`Service Catalog ` -* :doc:`Service Inventory ` -* :doc:`Service Order ` -* :doc:`Status ` +- `hub <./hub.html>`_ +- `serviceCatalog <./service_catalog.html>`_ +- `serviceInventory <./service_inventory.html>`_ +- `serviceOrder <./service_order.html>`_ +- `status <./status.html>`_ *************** -- cgit 1.2.3-korg