fix doc config files 03/135303/1
authorthmsdt <thomas.kulik@telekom.de>
Mon, 3 Jul 2023 16:30:22 +0000 (18:30 +0200)
committerthmsdt <thomas.kulik@telekom.de>
Mon, 3 Jul 2023 16:30:55 +0000 (18:30 +0200)
Issue-ID: DOC-811

Signed-off-by: thmsdt <thomas.kulik@telekom.de>
Change-Id: Ie551feefb42ca70c2097bfcea9407f4b3b17d52c

docs/conf.py
docs/developer_info/instantiate/instantiation/index.rst
docs/developer_info/instantiate/instantiation/vid/index.rst [deleted file]

index 62a012a..b492b6d 100644 (file)
@@ -36,7 +36,6 @@ branch = 'latest'
 
 intersphinx_mapping = {}
 intersphinx_mapping['onap-usecase-ui'] = ('{}/onap-usecase-ui/en/%s'.format(doc_url) % branch, None)
-intersphinx_mapping['onap-vid'] = ('{}/onap-vid/en/%s'.format(doc_url) % branch, None)
 doc_url = 'https://docs.onap.org/projects'
 master_doc = 'index'
 
index 455bdf0..26ed74d 100644 (file)
@@ -21,7 +21,6 @@ Instantiate a Service:
 .. toctree::
    :maxdepth: 2
 
-   using ONAP VID Portal with "A La Carte" method <./vid/index.rst>
    using ONAP UUI Portal with "e2eServiceInstance" method <./uui/index.rst>
    using ONAP NBI REST API (TM Forum) <./nbi/index.rst>
    using ONAP SO REST API with "A La Carte" method <./so1/index.rst>
diff --git a/docs/developer_info/instantiate/instantiation/vid/index.rst b/docs/developer_info/instantiate/instantiation/vid/index.rst
deleted file mode 100644 (file)
index 8c7657d..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-.. This work is licensed under a Creative Commons Attribution 4.0
-.. International License. http://creativecommons.org/licenses/by/4.0
-.. Copyright 2019 ONAP Contributors.  All rights reserved.
-
-
-A La Carte mode Service Instantiation via ONAP VID Portal
-=========================================================
-
-VID documentation, see :ref:`VID <onap-vid:instantiate>` for details.