diff options
author | joehuang <joehuang@huawei.com> | 2016-08-30 03:01:09 -0400 |
---|---|---|
committer | joehuang <joehuang@huawei.com> | 2016-08-30 03:10:13 -0400 |
commit | 4809d2adf23b6acaf74b448109814287e7cd0b17 (patch) | |
tree | 1d92c80bed7df89538f145414117dab57f1c2b30 /docs/releasenotes | |
parent | 6e8831dace9b8a773b21c643b22481fddd37409e (diff) |
Update docs structure according to document structure guide
According to the document structure, feature projects are
expected to store their documentation as following,
<repo>/docs/userguide/feature.usage.rst
<repo>/docs/userguide/index.rst
<repo>/docs/installationprocedure/feature.configuration.rst
<repo>/docs/installationprocedure/index.rst
And as per previous release,
<repo>/docs/releasenotes/release.notes.rst
<repo>/docs/releasenotes/index.rst
In multisite repo that we have both an installation instruction
and a config guide. Need to combine these and then store them in
<repo>/docs/installationprocedure/feature.configuration.rst
And add release notes.
Change-Id: I9ba0663640063488e232b1342174b10266ac77fc
Signed-off-by: joehuang <joehuang@huawei.com>
Diffstat (limited to 'docs/releasenotes')
-rw-r--r-- | docs/releasenotes/index.rst | 12 | ||||
-rw-r--r-- | docs/releasenotes/multisite.release.notes.rst | 16 |
2 files changed, 28 insertions, 0 deletions
diff --git a/docs/releasenotes/index.rst b/docs/releasenotes/index.rst new file mode 100644 index 0000000..df1e186 --- /dev/null +++ b/docs/releasenotes/index.rst @@ -0,0 +1,12 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + +************************** +Multisite Release Notes +************************** + +.. toctree:: + :numbered: + :maxdepth: 4 + + multisite.release.notes.rst diff --git a/docs/releasenotes/multisite.release.notes.rst b/docs/releasenotes/multisite.release.notes.rst new file mode 100644 index 0000000..296e18b --- /dev/null +++ b/docs/releasenotes/multisite.release.notes.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 +.. (c) OPNFV + + +Release Notes of Multisite project +================================== + +Multisite is to identify the requirements and gaps for the VIM(OpenStack) +to support multi-site NFV cloud. + +The documentation of requirements, installation, configuration and usage +guide for multi-site and Kingbird are provided. + +It's the first release for Kingbird service, known bugs are registered at +https://bugs.launchpad.net/kingbird. |