diff options
author | Rene Robert <rene.robert@orange.com> | 2018-04-23 10:14:55 +0000 |
---|---|---|
committer | Rene Robert <rene.robert@orange.com> | 2018-04-23 10:17:03 +0000 |
commit | 75bb5d29fb3d083b7f6df56a6953da55647de0ca (patch) | |
tree | 2d27b9708943617213e25ff782e2de83d4eceed6 /docs | |
parent | c371fc9d8dd18b9cbdefeb4f2c48b67b99acde20 (diff) |
add some doc directories
Issue-ID: EXTAPI-74
Change-Id: I02840afce01b1c5be2c5015b9ae753676da4d370
Signed-off-by: Rene Robert <rene.robert@orange.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/administration/administration.rst | 16 | ||||
-rw-r--r-- | docs/configuration/configuration.rst | 7 | ||||
-rw-r--r-- | docs/consumedapis/consumedapis.rst | 7 | ||||
-rw-r--r-- | docs/delivery/delivery.rst | 9 | ||||
-rw-r--r-- | docs/humaninterfaces/humaninterfaces.rst | 7 | ||||
-rw-r--r-- | docs/index.rst | 9 | ||||
-rw-r--r-- | docs/installation/installation.rst | 15 | ||||
-rw-r--r-- | docs/logging/logging.rst | 15 | ||||
-rw-r--r-- | docs/releasenotes/releasenotes.rst | 33 |
9 files changed, 118 insertions, 0 deletions
diff --git a/docs/administration/administration.rst b/docs/administration/administration.rst new file mode 100644 index 0000000..c5353ae --- /dev/null +++ b/docs/administration/administration.rst @@ -0,0 +1,16 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. Copyright 2018 ORANGE + + +Administration +============== + + + +Processes +--------- + + +Actions +------- diff --git a/docs/configuration/configuration.rst b/docs/configuration/configuration.rst new file mode 100644 index 0000000..b6619ce --- /dev/null +++ b/docs/configuration/configuration.rst @@ -0,0 +1,7 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. Copyright 2018 ORANGE + + +Configuration +============= diff --git a/docs/consumedapis/consumedapis.rst b/docs/consumedapis/consumedapis.rst new file mode 100644 index 0000000..fd5395f --- /dev/null +++ b/docs/consumedapis/consumedapis.rst @@ -0,0 +1,7 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. Copyright 2018 ORANGE + + +Consumed APIs +============= diff --git a/docs/delivery/delivery.rst b/docs/delivery/delivery.rst new file mode 100644 index 0000000..7ef857a --- /dev/null +++ b/docs/delivery/delivery.rst @@ -0,0 +1,9 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. Copyright 2018 ORANGE + + +Delivery +======== + + diff --git a/docs/humaninterfaces/humaninterfaces.rst b/docs/humaninterfaces/humaninterfaces.rst new file mode 100644 index 0000000..89009f1 --- /dev/null +++ b/docs/humaninterfaces/humaninterfaces.rst @@ -0,0 +1,7 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. Copyright 2018 ORANGE + + +Human Interfaces +================ diff --git a/docs/index.rst b/docs/index.rst index e39fb0d..8c111be 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -8,4 +8,13 @@ ONAP ExternalAPI / NBI .. toctree:: :maxdepth: 1 + architecture/NBI_R1_Developer_Guide.rst offeredapis/NBI_R1_interface.rst + consumedapis/consumedapis.rst + delivery/delivery.rst + logging/logging.rst + installation/installation.rst + configuration/configuration.rst + administation/administration.rst + humaninterfaces/humaninterfaces.rst + releasenotes/releasenotes.rst diff --git a/docs/installation/installation.rst b/docs/installation/installation.rst new file mode 100644 index 0000000..a6ab912 --- /dev/null +++ b/docs/installation/installation.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 2018 ORANGE + + +Installation +============ + + +Environment +----------- + + +Steps +----- diff --git a/docs/logging/logging.rst b/docs/logging/logging.rst new file mode 100644 index 0000000..5f61066 --- /dev/null +++ b/docs/logging/logging.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 2018 ORANGE + + +Logging +======= + + +Where to Access Information +--------------------------- + + +Error / Warning Messages +------------------------ diff --git a/docs/releasenotes/releasenotes.rst b/docs/releasenotes/releasenotes.rst new file mode 100644 index 0000000..a4ef6fb --- /dev/null +++ b/docs/releasenotes/releasenotes.rst @@ -0,0 +1,33 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. Copyright 2018 ORANGE + + +Release Notes +============= + + +Version: +-------------- + + +:Release Date: + + +**New Features** + +**Bug Fixes** + +**Known Issues** + +**Security Issues** + +**Upgrade Notes** + +**Deprecation Notes** + +**Other** + +=========== + +End of Release Notes |