diff options
author | Gergely Csatari <gergely.csatari@nokia.com> | 2018-11-23 10:30:25 +0100 |
---|---|---|
committer | Gergely Csatari <gergely.csatari@nokia.com> | 2018-11-23 10:38:40 +0100 |
commit | 75294f7ce9c51e72576ac06d9d55e5fcb59cbcc1 (patch) | |
tree | 76e8fed8f25e23236dbfdc7b58d1e11dc41c921a /docs/index.rst | |
parent | a835a67116a7d1a8859d8e8b22191ab2871ade17 (diff) |
Removal of index and search from the landing page
Index: The index did not cover the whole documentation
and the index entries were not referenced from the text,
therefore it is not useful.
The long term plan is to replace it with a proper glossary,
so the '.. index::' tags are not removed.
Search: The search page is an empty page, while the left bar
already contains a working search function.
Issue-ID: DOC-356
Change-Id: Ibda434a302d90ed16d4f8c2c5b986d16306f0c25
Signed-off-by: Gergely Csatari <gergely.csatari@nokia.com>
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/index.rst b/docs/index.rst index ba1f62aab..40866220d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -21,11 +21,3 @@ ONAP Documentation guides/onap-developer/index guides/onap-user/index guides/onap-provider/index - - - -Index and Search -================ - -* :ref:`genindex` -* :ref:`search` |