From 6b67dd47f11303aa804a47a58a2f2cfd39b9f262 Mon Sep 17 00:00:00 2001 From: thmsdt Date: Tue, 31 May 2022 10:58:53 +0200 Subject: remove repos without j branch from docs Issue-ID: DOC-782 Signed-off-by: thmsdt Change-Id: Ie41998cefa08327be5eb3cedc659e69afb84bfbe (cherry picked from commit 8dc2fc3ee30a5c5c3ecbbf8b2333173d29247dd6) --- docs/guides/onap-user/index.rst | 7 +------ docs/guides/onap-user/onapcli.rst | 10 ---------- 2 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 docs/guides/onap-user/onapcli.rst (limited to 'docs/guides/onap-user') diff --git a/docs/guides/onap-user/index.rst b/docs/guides/onap-user/index.rst index b3e9fc655..adc3a1177 100644 --- a/docs/guides/onap-user/index.rst +++ b/docs/guides/onap-user/index.rst @@ -24,12 +24,7 @@ E2E User Guides Component User Guides --------------------- -.. toctree:: - :maxdepth: 1 - - onapcli.rst - -For other ONAP components please review the individual +For ONAP components please review the individual document sets in :ref:`doc_onap-developer_guide_projects` Verified Use Cases diff --git a/docs/guides/onap-user/onapcli.rst b/docs/guides/onap-user/onapcli.rst deleted file mode 100644 index 57b330c5f..000000000 --- a/docs/guides/onap-user/onapcli.rst +++ /dev/null @@ -1,10 +0,0 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International License. - - -ONAP CLI -======== - -.. toctree:: - :maxdepth: 2 - -:ref:`ONAP CLI userguide` -- cgit