diff options
author | Aric Gardner <agardner@linuxfoundation.org> | 2018-09-18 12:43:39 -0400 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-10-14 08:46:54 +0200 |
commit | 1a22e73c850c450305764c784c86dbc067e65dae (patch) | |
tree | e7518b7d3a3b720fc1961d0183b9fd49fe564bed /docs/index.rst | |
parent | d0d471502ff7b5dfabf4a2ede79782c5708a463c (diff) |
Conform with LFN doc rules
It hugely hacks docs to move away from submodules.
https://docs.opnfv.org/en/latest/how-to-use-docs/local-build-transition.html
It removes intern reports which can't be integrated in this new model.
All wrong links now deteted are updated.
Change-Id: I9dbebeed041d2e104e3b8e73483f656ba0ef5bb9
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst new file mode 100644 index 000000000..4d0fcd8ba --- /dev/null +++ b/docs/index.rst @@ -0,0 +1,15 @@ +.. SPDX-License-Identifier: CC-BY-4.0 + +.. _functest: + +************** +OPNFV Functest +************** + +.. toctree:: + :maxdepth: 1 + + testing/user/configguide/index + testing/user/userguide/index + testing/developer/devguide/index + release/release-notes/index |