From ef35288d2f441ef5e675c6eeff7d4d38ceca9c04 Mon Sep 17 00:00:00 2001 From: DeForest Richards Date: Sat, 21 Sep 2019 14:17:09 +0000 Subject: [PATCH] [Docs] Updates sidebar links Adds additional links to sidebar. Also removes Glossary and FAQ from LLVM Design & Overview section. (These links now reside on the sidebar.) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@372469 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/_templates/indexsidebar.html | 16 ++++++++++------ docs/index.rst | 9 --------- 2 files changed, 10 insertions(+), 15 deletions(-) diff --git a/docs/_templates/indexsidebar.html b/docs/_templates/indexsidebar.html index dbd85f06a04..64327310054 100644 --- a/docs/_templates/indexsidebar.html +++ b/docs/_templates/indexsidebar.html @@ -1,12 +1,16 @@ {# This template defines sidebar which can be used to provide common links on all documentation pages. #} -

Bugs

+

Getting Involved

-

Information on submitting bugs can be found - here.

+ -

FAQ

+

Additional Links

-

A list of - frequently asked questions about LLVM.

\ No newline at end of file + \ No newline at end of file diff --git a/docs/index.rst b/docs/index.rst index a9abd97c373..0907df5483f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -21,9 +21,6 @@ Several introductory papers and presentations. .. toctree:: :hidden: - Lexicon - FAQ - `Introduction to the LLVM Compiler`__ Presentation providing a users introduction to LLVM. @@ -48,12 +45,6 @@ Several introductory papers and presentations. `Publications mentioning LLVM `_ .. -:doc:`Lexicon` - Definition of acronyms, terms and concepts used in LLVM. - -:doc:`FAQ` - A list of common questions and problems and their solutions. - Documentation ============= -- 2.50.1