mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
ad49568b44
Updates the sidebar links for Getting Started. Also sets max-width on div.body to 1000px. llvm-svn: 374949
29 lines
1.3 KiB
HTML
29 lines
1.3 KiB
HTML
{# This template defines sidebar which can be used to provide common links on
|
|
all documentation pages. #}
|
|
|
|
<h3>Documentation</h3>
|
|
|
|
<ul class="want-points">
|
|
<li><a href="https://llvm.org/docs/GettingStartedTutorials.html">Getting Started/Tutorials</a></li>
|
|
<li><a href="https://llvm.org/docs/UserGuides.html">User Guides</a></li>
|
|
<li><a href="https://llvm.org/docs/Reference.html">Reference</a></li>
|
|
</ul>
|
|
|
|
<h3>Getting Involved</h3>
|
|
|
|
<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">Submitting Bug Reports</a></li>
|
|
<li><a href="https://llvm.org/docs/GettingInvolved.html#mailing-lists">Mailing Lists</a></li>
|
|
<li><a href="https://llvm.org/docs/GettingInvolved.html#irc">IRC</a></li>
|
|
<li><a href="https://llvm.org/docs/GettingInvolved.html#meetups-and-social-events">Meetups and Social Events</a></li>
|
|
</ul>
|
|
|
|
<h3>Additional Links</h3>
|
|
|
|
<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>
|
|
<li><a href="https://llvm.org/pubs">Publications</a></li>
|
|
<li><a href="https://github.com/llvm/llvm-project//">Github Repository</a></li>
|
|
</ul> |