diff options
author | Eric Debeau <eric.debeau@orange.com> | 2019-08-21 08:25:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-21 08:25:51 +0000 |
commit | b034d18577c604cb02a9e7eb15e0f14e6b007621 (patch) | |
tree | d4c2ff52ba22c0827cb6ab1f6049b8e2ea15e554 | |
parent | e5b0724bc30fc1eb92cb6aaac7417428f812a08b (diff) | |
parent | 0f8442ff7a9789a781cd47047a868a9080323cb7 (diff) |
Merge "add links to ONAP Postman collection documentation amend : correct directory level Issue-ID: DOC-520" into dublin
-rw-r--r-- | docs/guides/onap-developer/apiref/index.rst | 10 | ||||
-rw-r--r-- | docs/guides/onap-user/index.rst | 1 |
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 4c0140529..c79d38bab 100644 --- a/docs/guides/onap-developer/apiref/index.rst +++ b/docs/guides/onap-developer/apiref/index.rst @@ -69,3 +69,13 @@ SDK :titlesonly: VNF Software Development Kit <../../../submodules/vnfsdk/model.git/docs/files/vnfsdk-apis.rst> + + +Some ONAP Postman collections +----------------------------- + +.. toctree:: + :maxdepth: 1 + :titlesonly: + + Some ONAP Postman collections <../../../submodules/integration.git/docs/docs_postman.rst> diff --git a/docs/guides/onap-user/index.rst b/docs/guides/onap-user/index.rst index e1d235fae..f25f3a7ba 100644 --- a/docs/guides/onap-user/index.rst +++ b/docs/guides/onap-user/index.rst @@ -21,3 +21,4 @@ an instance of ONAP. configure/index.rst onapcli.rst Verified Use Cases <../../submodules/integration.git/docs/docs_usecases.rst> + Using ONAP Rest API with Postman <../../submodules/integration.git/docs/docs_postman.rst> |