Skip to content

Commit 75d2c26

Browse files
committed
[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
1 parent 854b0f0 commit 75d2c26

File tree

2 files changed

+10
-15
lines changed

2 files changed

+10
-15
lines changed
Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
{# This template defines sidebar which can be used to provide common links on
22
all documentation pages. #}
33

4-
<h3>Bugs</h3>
4+
<h3>Getting Involved</h3>
55

6-
<p>Information on submitting bugs can be found
7-
<a href="https://llvm.org/docs/HowToSubmitABug.html">here</a>.</p>
6+
<ul class="want-points">
7+
<li><a href="https://llvm.org/docs/Contributing.html">Contributing to LLVM</a></li>
8+
<li><a href="https://llvm.org/docs/HowToSubmitABug.html">How to submit a bug</a></li>
9+
</ul>
810

9-
<h3>FAQ</h3>
11+
<h3>Additional Links</h3>
1012

11-
<p> A list of
12-
<a href="https://llvm.org/docs/FAQ.html">frequently asked questions</a> about LLVM.</p>
13+
<ul class="want-points">
14+
<li><a href="https://llvm.org/docs/FAQ.html">FAQ</a></li>
15+
<li><a href="https://llvm.org/docs/Lexicon.html">Glossary</a></li>
16+
</ul>

llvm/docs/index.rst

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ Several introductory papers and presentations.
2121
.. toctree::
2222
:hidden:
2323

24-
Lexicon
25-
FAQ
26-
2724
`Introduction to the LLVM Compiler`__
2825
Presentation providing a users introduction to LLVM.
2926

@@ -48,12 +45,6 @@ Several introductory papers and presentations.
4845
`Publications mentioning LLVM <http://llvm.org/pubs>`_
4946
..
5047
51-
:doc:`Lexicon`
52-
Definition of acronyms, terms and concepts used in LLVM.
53-
54-
:doc:`FAQ`
55-
A list of common questions and problems and their solutions.
56-
5748
Documentation
5849
=============
5950

0 commit comments

Comments
 (0)