summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'llvm')
-rw-r--r--llvm/docs/_templates/indexsidebar.html16
-rw-r--r--llvm/docs/index.rst9
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
=============
OpenPOWER on IntegriCloud