From ed713839574920c455be1b65008d2dafbf453bb8 Mon Sep 17 00:00:00 2001
From: Aric Gardner <agardner@linuxfoundation.org>
Date: Sat, 10 Nov 2018 16:15:16 -0500
Subject: Add index.rst

We need an index file so that

https://opnfv-samplevnf.readthedocs.io/en/latest/

can build

Change-Id: I81a98f5264f8ffef0e157610c75f7a172278bcc7
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
(cherry picked from commit 9640f37b8a110f5e9fa1e71cd2de48b95373ed12)
---
 docs/index.rst | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 docs/index.rst

(limited to 'docs')

diff --git a/docs/index.rst b/docs/index.rst
new file mode 100644
index 00000000..1376a69f
--- /dev/null
+++ b/docs/index.rst
@@ -0,0 +1,19 @@
+.. _samplevnf:
+
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+.. SPDX-License-Identifier CC-BY-4.0
+.. (c) Open Platform for NFV Project, Inc. and its contributors
+
+*********************************
+OPNFV Samplevnf
+*********************************
+
+.. toctree::
+   :numbered:
+   :maxdepth: 1
+
+   release/release-notes/index
+   release/results/index
+   testing/developer/index
+   testing/user/userguide/index
-- 
cgit