--- /dev/null
+.. _apex:
+
+.. 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 Apex
+*********************************
+
+.. toctree::
+   :numbered:
+   :maxdepth: 3
+
+   release/scenarios/os-nosdn-nofeature-noha/index
+   release/scenarios/os-nosdn-performance-ha/index
+   release/scenarios/os-ovn-nofeature-noha/index
+   release/scenarios/os-nosdn-nofeature-ha/index
+   release/scenarios/os-odl-nofeature-noha/index
+   release/scenarios/os-odl-nofeature-ha/index
+   release/scenarios/k8s-nosdn-nofeature-noha/index
+   release/installation/index
+   release/release-notes/index
 
 [tox]
-envlist = docs,pep8,pylint,py35
+envlist = docs,docs-linkcheck,pep8,pylint,py35
 
 [testenv]
 usedevelop = True
 [testenv:py35]
 basepython = python3
 
+[testenv:docs]
+deps = -rdocs/requirements.txt
+commands =
+    sphinx-build -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
+    echo "Generated docs available in {toxinidir}/docs/_build/html"
+whitelist_externals = echo
+
+[testenv:docs-linkcheck]
+deps = -rdocs/requirements.txt
+commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck