diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2018-04-12 09:16:06 +0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2018-04-12 06:17:19 +0000 |
commit | f091a585be423f7b9821ef201ba90d0ab1576871 (patch) | |
tree | 61563731dc60be93be8343f6cf749489c98b4f54 | |
parent | 6d7e971c0c44d5e24af850fb71bc7a38acebe9a0 (diff) |
Create index to be included in opnfvdocs site
Change-Id: Icbfe547697a8d879f4af8d9f9fbde2211b63129c
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
(cherry picked from commit 406b5d7a74569510aa687882af98024d0e74bc7a)
-rw-r--r-- | docs/release/release-notes/index.rst | 15 | ||||
-rw-r--r-- | docs/release/userguide/index.rst | 13 |
2 files changed, 28 insertions, 0 deletions
diff --git a/docs/release/release-notes/index.rst b/docs/release/release-notes/index.rst new file mode 100644 index 0000000..1c41113 --- /dev/null +++ b/docs/release/release-notes/index.rst @@ -0,0 +1,15 @@ +.. _clover-releasenotes: + +.. This work is licensed under a Creative Commons Attribution 4.0 International +.. License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) OPNFV, Authors of Clover + +================================= +OPNFV Clover Design Specification +================================= + +.. toctree:: + :maxdepth: 1 + + Fraser-release-notes diff --git a/docs/release/userguide/index.rst b/docs/release/userguide/index.rst new file mode 100644 index 0000000..41fcb1f --- /dev/null +++ b/docs/release/userguide/index.rst @@ -0,0 +1,13 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International +.. License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) OPNFV, Authors of Clover + +================================= +OPNFV Clover Design Specification +================================= + +.. toctree:: + :maxdepth: 1 + + Fraser-userguide |