diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-10-26 11:23:20 -0700 |
---|---|---|
committer | Stephen Wong <stephen.kf.wong@gmail.com> | 2018-11-07 21:15:21 +0000 |
commit | d8208d08c823a2ffc29fa189bd2915cf94bb9c2d (patch) | |
tree | b64d8eb00ba8b4c5310bd7a98f1e2835d0361087 | |
parent | c7ac596c0914b4f627e393d404707a9098e794f8 (diff) |
Docs Index
Adds the missing index.rst needed to build the documentation.
Change-Id: I6ff27873559718a5ca4e3120646a6ef347120c8a
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
(cherry picked from commit 9a3972e792d50c17174d2c2c4f3df3d326405477)
-rw-r--r-- | docs/conf.yaml | 2 | ||||
-rw-r--r-- | docs/index.rst | 18 |
2 files changed, 19 insertions, 1 deletions
diff --git a/docs/conf.yaml b/docs/conf.yaml index f871056..df012a4 100644 --- a/docs/conf.yaml +++ b/docs/conf.yaml @@ -1,3 +1,3 @@ --- project_cfg: opnfv -project: CLOVER +project: Clover diff --git a/docs/index.rst b/docs/index.rst new file mode 100644 index 0000000..4f9b38a --- /dev/null +++ b/docs/index.rst @@ -0,0 +1,18 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 +.. International License. +.. SPDX-License-Identifier CC-BY-4.0 +.. (c) OPNFV, Authors of Clover + +.. _clover: + +============ +OPNFV Clover +============ + +.. toctree:: + :maxdepth: 1 + + release/userguide/index.rst + release/release-notes/index.rst + release/configguide/index.rst + development/design/index.rst |