diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-10-26 11:23:20 -0700 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-10-26 11:24:34 -0700 |
commit | 9a3972e792d50c17174d2c2c4f3df3d326405477 (patch) | |
tree | 9f6705a79e86413ee6c41bd6eab1bbb11b780f01 | |
parent | 8541bdcde5fdabf7689d2609adac982683b07558 (diff) |
Docs Index
Adds the missing index.rst needed to build the documentation.
Change-Id: I6ff27873559718a5ca4e3120646a6ef347120c8a
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
-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 |