aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py5
-rw-r--r--docs/usecases/use-cases.rst8
2 files changed, 10 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py
index f3087f901..bb71c8e2b 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -1,16 +1,19 @@
from docs_conf.conf import *
branch = 'latest'
+doc_url = 'https://docs.onap.org/projects'
master_doc = 'index'
linkcheck_ignore = [
'http://localhost',
]
-extensions = ['sphinx_tabs.tabs', 'sphinxcontrib.swaggerdoc']
+extensions = ['sphinx_tabs.tabs', 'sphinxcontrib.swaggerdoc', 'sphinx.ext.intersphinx']
intersphinx_mapping = {}
+intersphinx_mapping['onap-integration'] = ('{}/onap-integration/en/%s'.format(doc_url) % branch, None)
+
html_last_updated_fmt = '%d-%b-%y %H:%M'
def setup(app):
diff --git a/docs/usecases/use-cases.rst b/docs/usecases/use-cases.rst
index d1449b70f..4c264105d 100644
--- a/docs/usecases/use-cases.rst
+++ b/docs/usecases/use-cases.rst
@@ -6,8 +6,12 @@ Use Cases
=========
.. toctree::
- :caption: Table of Contents
:maxdepth: 1
wordpress-cnf-poc
- pnf-simulator \ No newline at end of file
+ pnf-simulator
+
+
+**Use Cases from other projects:**
+
+* :ref:`vFirewall CNF Use Case<onap-integration:docs_vFW_CNF_CDS>` \ No newline at end of file