diff options
author | Rich Bennett <rb2745@att.com> | 2017-09-13 03:19:19 -0400 |
---|---|---|
committer | Rich Bennett <rb2745@att.com> | 2017-09-13 07:39:09 +0000 |
commit | 5baea4608e685f67e9dec77cfee57cacb73662dd (patch) | |
tree | 3f6349e6ef9a6c0eb487a721087d0644dafd73d8 /docs/guides/onap-user | |
parent | a7f9e351a97b5b5b89e4e1eccd201a3e15e8f385 (diff) |
Enhancement and additions for webinar
Add templates, revise master index, guides, and release document
Improve project integration instructions based on 5 project
integrations.
Change-Id: I2a3e62737f3c126b7f5fb7cc4f53b35dba4f1d8f
Issue-ID: DOC-26
Signed-off-by: Rich Bennett <rb2745@att.com>
Diffstat (limited to 'docs/guides/onap-user')
-rw-r--r-- | docs/guides/onap-user/index.rst | 15 | ||||
-rw-r--r-- | docs/guides/onap-user/platformadmin.rst | 6 | ||||
-rw-r--r-- | docs/guides/onap-user/serviceadmin.rst | 6 | ||||
-rw-r--r-- | docs/guides/onap-user/servicedesigner.rst | 5 | ||||
-rw-r--r-- | docs/guides/onap-user/vnfprovider.rst | 11 |
5 files changed, 43 insertions, 0 deletions
diff --git a/docs/guides/onap-user/index.rst b/docs/guides/onap-user/index.rst new file mode 100644 index 000000000..5fa4c8bca --- /dev/null +++ b/docs/guides/onap-user/index.rst @@ -0,0 +1,15 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. + + +ONAP User +========== +Describe the different user audiences, tasks performed, and the guides provided for each. + +.. toctree:: + :maxdepth: 1 + + vnfprovider.rst + servicedesigner.rst + serviceadmin.rst + platformadmin.rst + diff --git a/docs/guides/onap-user/platformadmin.rst b/docs/guides/onap-user/platformadmin.rst new file mode 100644 index 000000000..fceea7744 --- /dev/null +++ b/docs/guides/onap-user/platformadmin.rst @@ -0,0 +1,6 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. + +Platform Administrator +====================== + + diff --git a/docs/guides/onap-user/serviceadmin.rst b/docs/guides/onap-user/serviceadmin.rst new file mode 100644 index 000000000..b2faf8613 --- /dev/null +++ b/docs/guides/onap-user/serviceadmin.rst @@ -0,0 +1,6 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. + +Service Administrator +===================== + + diff --git a/docs/guides/onap-user/servicedesigner.rst b/docs/guides/onap-user/servicedesigner.rst new file mode 100644 index 000000000..1b51acb35 --- /dev/null +++ b/docs/guides/onap-user/servicedesigner.rst @@ -0,0 +1,5 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. + +Service Designer +================ + diff --git a/docs/guides/onap-user/vnfprovider.rst b/docs/guides/onap-user/vnfprovider.rst new file mode 100644 index 000000000..d64367770 --- /dev/null +++ b/docs/guides/onap-user/vnfprovider.rst @@ -0,0 +1,11 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. + + +VNF Provider Guide +================== + +.. toctree:: + :maxdepth: 2 + + ../../../submodules/vnfrqts/guidelines.git/docs/index.rst + ../../../submodules/vnfrqts/requirements.git/docs/index.rst |