diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-11-02 10:34:42 -0700 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-11-02 10:34:42 -0700 |
commit | 7606fef53a825802a4855ceeb90ea40085a42ed3 (patch) | |
tree | fbba91a98aaea1efb37883b0a933553ca2b90f6c /docs/index.rst | |
parent | 0f4cd61a5d8e655be423481765e325e88012d9f7 (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>
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 18 |
1 files changed, 18 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 + + |