diff options
author | Eric Debeau <eric.debeau@orange.com> | 2019-08-12 14:18:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-12 14:18:37 +0000 |
commit | 71c371cd374f9d1c21ed8d8042be3ac2539cd13a (patch) | |
tree | c1dfed21bad086dd76005b9af5c849e00236d4f9 /docs/guides | |
parent | e63ffdb9c92ca2e18cc860edc35d97a052497d3f (diff) | |
parent | 2bbb2d6d19846dbc08135d11028a029fc45f624c (diff) |
Merge "add links to ONAP Postman collection documentation amend : correct directory level Issue-ID: DOC-520"
Diffstat (limited to 'docs/guides')
-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> |