diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-11-02 10:34:42 -0700 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-11-20 18:55:00 +0000 |
commit | fc84c467853f68ca9a33b5ab983b9383edb30a93 (patch) | |
tree | dec861d15d3f1c9ab940556068329f6f5dec8557 | |
parent | cefd1d0854ee948acc7147834146914983a11556 (diff) |
Create Documentation Indexes
index.rst files were missing for some of the folders under docs which causes
builds to fail.
Change-Id: Iacdf3bb5c27940845141a39164d4b8ff699c81cd
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
(cherry picked from commit 7606fef53a825802a4855ceeb90ea40085a42ed3)
-rw-r--r-- | docs/index.rst | 18 | ||||
-rw-r--r-- | docs/release/scenarios/index.rst | 13 |
2 files changed, 31 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst new file mode 100644 index 0000000..65683cd --- /dev/null +++ b/docs/index.rst @@ -0,0 +1,18 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + +.. _stor4nfv: + +======== +Stor4NFV +======== + + +.. toctree:: + :maxdepth: 1 + + release/userguide/index + release/scenarios/index + release/release-notes/index + + diff --git a/docs/release/scenarios/index.rst b/docs/release/scenarios/index.rst new file mode 100644 index 0000000..5dadb72 --- /dev/null +++ b/docs/release/scenarios/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 + +.. _scenarios: + +================== +Stor4NFV Scenarios +================== + +.. toctree:: + :maxdepth: 1 + + k8-nosdn-stor4nfv-ha/index |