diff options
author | DeForest Richards <d4m1887@gmail.com> | 2019-09-21 21:05:20 +0000 |
---|---|---|
committer | DeForest Richards <d4m1887@gmail.com> | 2019-09-21 21:05:20 +0000 |
commit | 4f86528fc1ce4a3303ec668c1d998b081fedc7f8 (patch) | |
tree | 1e9eca6ae3f219dda2eb3d9e74fa0f6e41feb9f3 | |
parent | c1b0873d4218f4b3fedd9a38961c26ee2e877e8a (diff) | |
download | bcm5719-llvm-4f86528fc1ce4a3303ec668c1d998b081fedc7f8.tar.gz bcm5719-llvm-4f86528fc1ce4a3303ec668c1d998b081fedc7f8.zip |
[Docs] Updates sidebar links
Adds sidebar links to mailing lists, IRC, and meetups and social events.
llvm-svn: 372488
-rw-r--r-- | llvm/docs/_templates/indexsidebar.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/docs/_templates/indexsidebar.html b/llvm/docs/_templates/indexsidebar.html index 64327310054..b4f1e4f13eb 100644 --- a/llvm/docs/_templates/indexsidebar.html +++ b/llvm/docs/_templates/indexsidebar.html @@ -6,6 +6,9 @@ <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> |