From 7606fef53a825802a4855ceeb90ea40085a42ed3 Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Fri, 2 Nov 2018 10:34:42 -0700 Subject: 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 --- docs/index.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/index.rst (limited to 'docs/index.rst') 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 + + -- cgit 1.2.3-korg