diff options
author | Rich Bennett <rb2745@att.com> | 2018-04-18 11:03:25 -0400 |
---|---|---|
committer | Rich Bennett <rb2745@att.com> | 2018-04-18 11:36:55 -0400 |
commit | 7e34ab34754951cf640f09f80e523e8b340d0f2d (patch) | |
tree | 81849ca9887278b5f9fcd2b293dac65a29c76874 /docs/guides/onap-user | |
parent | 1c0ba4b1e2ba3983fe51524e2652686b2f6a2080 (diff) |
Add platform operations to user guides
Reference OOM cloud set up, quick start, and user guide
Top level User Guide wiki sections already migrated
See DOC-259 http:gerrit.onap.org/r/42333
Remove references to non-existing project sections.
Change-Id: I09f5faf019f76b3ccddaffa2b97f3efcf183a7f0
Issue-ID: DOC-250
Signed-off-by: Rich Bennett <rb2745@att.com>
Diffstat (limited to 'docs/guides/onap-user')
-rw-r--r-- | docs/guides/onap-user/index.rst | 1 | ||||
-rw-r--r-- | docs/guides/onap-user/platformoperations.rst | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/docs/guides/onap-user/index.rst b/docs/guides/onap-user/index.rst index 7b0420df6..27338d685 100644 --- a/docs/guides/onap-user/index.rst +++ b/docs/guides/onap-user/index.rst @@ -14,6 +14,7 @@ an instance of ONAP. :maxdepth: 1 platformadmin.rst + platformoperations.rst servicedesigner.rst servicecreator.rst vnfprovider.rst diff --git a/docs/guides/onap-user/platformoperations.rst b/docs/guides/onap-user/platformoperations.rst new file mode 100644 index 000000000..02daadd0f --- /dev/null +++ b/docs/guides/onap-user/platformoperations.rst @@ -0,0 +1,15 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. Copyright 2017 AT&T Intellectual Property. All rights reserved. + + +Platform Operations +=================== + +.. toctree:: + :maxdepth: 1 + :titlesonly: + + ../../../submodules/oom.git/docs/oom_cloud_setup_guide.rst + ../../../submodules/oom.git/docs/oom_quickstart_guide.rst + ../../../submodules/oom.git/docs/oom_user_guide.rst |