mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2026-01-31 01:35:20 +01:00
Adds sidebar links to mailing lists, IRC, and meetups and social events. llvm-svn: 372488
19 lines
835 B
HTML
19 lines
835 B
HTML
{# This template defines sidebar which can be used to provide common links on
|
|
all documentation pages. #}
|
|
|
|
<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">How to submit a bug</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>
|
|
</ul> |