diff options
author | Aric Gardner <agardner@linuxfoundation.org> | 2018-11-12 14:26:55 -0500 |
---|---|---|
committer | Aric Gardner <agardner@linuxfoundation.org> | 2018-11-12 14:29:16 -0500 |
commit | 4075b417e973adb257ae39ff5c25aa182a2af3ea (patch) | |
tree | 96675f3f2a5370957e0a65c2e4b39591db70e32f | |
parent | de6365200848d3c7862f7dba5680f923bc6994c6 (diff) |
index.rst was blank
Add index.rst for doctor
Change-Id: I1330b4e4c4c8cf5d7577e60063c0a6437eabd19b
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
-rw-r--r-- | docs/index.rst | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst index e69de29b..4dedb98d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -0,0 +1,17 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. SPDX-License-Identifier: CC-BY-4.0 +.. (c) Open Platform for NFV Project, Inc. and its contributors + +.. _doctor: + +========================================= +Fault Management and Maintenance (Doctor) +========================================= + +.. toctree:: + :numbered: + :maxdepth: 2 + + release/index + development/index + |