diff options
author | 2018-05-07 15:36:05 -0700 | |
---|---|---|
committer | 2018-05-07 15:36:05 -0700 | |
commit | d86d6e883da018cca50e5d7b8c457adc7f2eba8c (patch) | |
tree | 51353a9d09ba1cab8cc231e862406aa51abaaeac | |
parent | 941a5d2bc0b0ec39a8fe1165fe84f7d3aea4f5ba (diff) |
Update vnfsdk swagger links in rtd
use download: directive for yaml and json files
Issue-ID: VNFSDK-261
Change-Id: I445b9092eaf943bb9cb479d189fe90414a4ca938
Signed-off-by: Chris Donley <christopher.donley@huawei.com>
-rw-r--r-- | docs/files/marketplace-overview.rst | 1 | ||||
-rw-r--r-- | docs/index.rst | 5 |
2 files changed, 4 insertions, 2 deletions
diff --git a/docs/files/marketplace-overview.rst b/docs/files/marketplace-overview.rst index d8555d2..37002e2 100644 --- a/docs/files/marketplace-overview.rst +++ b/docs/files/marketplace-overview.rst @@ -8,6 +8,7 @@ VNF SDK Marketplace VNF SDK provides a reference implementation "marketplace" to help vendors validate and manage VNF packages. It also supports the operator to onboard VNF into ONAP.The API documentation using swagger can be found at http://hostIP:8702/apidocs +or :download:`json <swagger.json>` :download:`yaml <swagger.yaml>` |image0| diff --git a/docs/index.rst b/docs/index.rst index 8f28b8b..a16fd09 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -9,8 +9,9 @@ VNFSDK Documentation :maxdepth: 1 :titlesonly: - files/swagger.json files/vnfsdk-apis + :download:`swagger json <files/swagger.json>` + :download:`swagger yaml <files/swagger.yaml>` Components ---------- @@ -135,4 +136,4 @@ VNF Certification Testing Framework - Dovetail :maxdepth: 1 :titlesonly: - files/Dovetail
\ No newline at end of file + files/Dovetail |