diff options
author | Rich Bennett <rb2745@att.com> | 2018-03-28 19:12:10 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-28 19:12:10 +0000 |
commit | 82260ddb87f222cd9528ce696e61623dc5207044 (patch) | |
tree | 746b9cd4f51680b552d3f4ee44cc57f20659668d /docs | |
parent | 3c4f2676249d450dc1466fe4044a193726386ba1 (diff) | |
parent | d1ff5545c40cdb3d6bb83753e67424d1bbc7b1d3 (diff) |
Merge "add links to externalAPI Issue-ID: DOC-256"
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 + |