diff options
| author | DeForest Richards <d4m1887@gmail.com> | 2019-09-21 14:17:09 +0000 |
|---|---|---|
| committer | DeForest Richards <d4m1887@gmail.com> | 2019-09-21 14:17:09 +0000 |
| commit | 75d2c2692112a4bd9327eb5bede0f96be9ea7a47 (patch) | |
| tree | adec5e75a7430ba43dceeb6051c71081b28e51b8 /llvm/docs | |
| parent | 854b0f0f0030718af4257bb0a3c7620cf10a035c (diff) | |
| download | bcm5719-llvm-75d2c2692112a4bd9327eb5bede0f96be9ea7a47.tar.gz bcm5719-llvm-75d2c2692112a4bd9327eb5bede0f96be9ea7a47.zip | |
[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.)
llvm-svn: 372469
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/_templates/indexsidebar.html | 16 | ||||
| -rw-r--r-- | llvm/docs/index.rst | 9 |
2 files changed, 10 insertions, 15 deletions
diff --git a/llvm/docs/_templates/indexsidebar.html b/llvm/docs/_templates/indexsidebar.html index dbd85f06a04..64327310054 100644 --- a/llvm/docs/_templates/indexsidebar.html +++ b/llvm/docs/_templates/indexsidebar.html @@ -1,12 +1,16 @@ {# This template defines sidebar which can be used to provide common links on all documentation pages. #} -<h3>Bugs</h3> +<h3>Getting Involved</h3> -<p>Information on submitting bugs can be found - <a href="https://llvm.org/docs/HowToSubmitABug.html">here</a>.</p> +<ul class="want-points"> + <li><a href="https://llvm.org/docs/Contributing.html">Contributing to LLVM</a></li> + <li><a href="https://llvm.org/docs/HowToSubmitABug.html">How to submit a bug</a></li> +</ul> -<h3>FAQ</h3> +<h3>Additional Links</h3> -<p> A list of - <a href="https://llvm.org/docs/FAQ.html">frequently asked questions</a> about LLVM.</p>
\ No newline at end of file +<ul class="want-points"> + <li><a href="https://llvm.org/docs/FAQ.html">FAQ</a></li> + <li><a href="https://llvm.org/docs/Lexicon.html">Glossary</a></li> +</ul>
\ No newline at end of file diff --git a/llvm/docs/index.rst b/llvm/docs/index.rst index a9abd97c373..0907df5483f 100644 --- a/llvm/docs/index.rst +++ b/llvm/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 <http://llvm.org/pubs>`_ .. -:doc:`Lexicon` - Definition of acronyms, terms and concepts used in LLVM. - -:doc:`FAQ` - A list of common questions and problems and their solutions. - Documentation ============= |

