[Docs] Updates sidebar links
authorDeForest Richards <d4m1887@gmail.com>
Sat, 21 Sep 2019 14:17:09 +0000 (14:17 +0000)
committerDeForest Richards <d4m1887@gmail.com>
Sat, 21 Sep 2019 14:17:09 +0000 (14:17 +0000)
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

llvm/docs/_templates/indexsidebar.html
llvm/docs/index.rst

index dbd85f0..6432731 100644 (file)
@@ -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
index a9abd97..0907df5 100644 (file)
@@ -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
 =============