diff options
author | Rene Robert <rene.robert@orange.com> | 2018-03-28 11:57:39 +0000 |
---|---|---|
committer | Rich Bennett <rb2745@att.com> | 2018-03-28 19:00:46 +0000 |
commit | d1ff5545c40cdb3d6bb83753e67424d1bbc7b1d3 (patch) | |
tree | 221c7a8afca62a0d24b3d547d7b3a587322ce2f8 /docs | |
parent | b89cf7c37e4725b28f0e82a8310d721e17902f74 (diff) |
add links to externalAPI
Issue-ID: DOC-256
Change-Id: Idf3e126090253603466533f34dd0b466cc0f5356
Signed-off-by: Rene Robert <rene.robert@orange.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/guides/onap-developer/apiref/index.rst | 1 | ||||
-rw-r--r-- | docs/guides/onap-developer/developing/index.rst | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/docs/guides/onap-developer/apiref/index.rst b/docs/guides/onap-developer/apiref/index.rst index f3ff54348..b2905b45a 100644 --- a/docs/guides/onap-developer/apiref/index.rst +++ b/docs/guides/onap-developer/apiref/index.rst @@ -38,6 +38,7 @@ Platform Components SDNC - Software Defined Network Controller <../../../submodules/sdnc/northbound.git/docs/offeredapis.rst> SO - Service Orchestration <../../../submodules/so.git/docs/offered_consumed_apis.rst> VFC - Virtual Function Controller <../../../submodules/vfc/nfvo/lcm.git/docs/platform/APIs/index.rst> + NBI - NorthBound API <../../../submodules/nbi.git/docs/offeredapis/index.rst> Common Services --------------- diff --git a/docs/guides/onap-developer/developing/index.rst b/docs/guides/onap-developer/developing/index.rst index e335649ea..28159544f 100644 --- a/docs/guides/onap-developer/developing/index.rst +++ b/docs/guides/onap-developer/developing/index.rst @@ -302,3 +302,13 @@ VNF Software Development Kit :titlesonly: ../../../submodules/vnfsdk/model.git/docs/index + +ExternalAPI-NBI +-------------------------------------------- + +.. toctree:: + :maxdepth: 2 + :titlesonly: + + ../../../submodules/externalapi/nbi.git/docs/index + |