diff options
author | lizi <li.zi30@zte.com.cn> | 2017-10-10 19:57:08 +0800 |
---|---|---|
committer | lizi <li.zi30@zte.com.cn> | 2017-10-10 19:57:08 +0800 |
commit | 55a79cda57eb2386f5b13d1f04b0b803d231535f (patch) | |
tree | 6cd1e702c8ccaf0abed2335c41a255ce28406d2f | |
parent | 5e1ac5e71b590720862e6a9f7e6dc7642b555bd1 (diff) |
Add installation guide and api link for doc.
Change-Id: I842c9d2795df1e6f6236caf1bd5c6a5fb629e8d1
Issue-ID: AAI-427
Signed-off-by: lizi <li.zi30@zte.com.cn>
-rw-r--r-- | docs/index.rst | 2 | ||||
-rw-r--r-- | docs/installation.rst | 6 | ||||
-rw-r--r-- | docs/offeredapis.rst | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst index f101744..7b01229 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -15,5 +15,5 @@ ESR comprises two modules: the esr server module and the esr gui module. And bot :maxdepth: 1 offeredapis.rst - + installation.rst diff --git a/docs/installation.rst b/docs/installation.rst new file mode 100644 index 0000000..25da181 --- /dev/null +++ b/docs/installation.rst @@ -0,0 +1,6 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. + + +Installation +------------ +- `ESR setup <https://wiki.onap.org/display/DW/ESR+setup>`_.
\ No newline at end of file diff --git a/docs/offeredapis.rst b/docs/offeredapis.rst index 8f33185..a792f3c 100644 --- a/docs/offeredapis.rst +++ b/docs/offeredapis.rst @@ -19,4 +19,4 @@ The esr server module provides the following APIs. * thirdparty SDNC update * thirdparty SDNC Deletion - +- `ESR APIs <https://wiki.onap.org/pages/viewpage.action?pageId=11930343>`_. |