brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.1 KiB · 06b919b Raw
26 lines · html
1{# This template defines sidebar which can be used to provide common links on2   all documentation pages. #}3 4<h3>Documentation</h3>5 6<ul class="want-points">7    <li><a href="https://github.com/llvm/llvm-project/blob/main/flang/README.md#getting-started">Getting Started</a></li>8</ul>9 10<h3>Getting Involved</h3>11<! TODO: Point links to website(flang.llvm.org) and not github once webpage comes up.>12<ul class="want-points">13    <li><a href="https://github.com/llvm/llvm-project/blob/main/flang/docs/GettingInvolved.md#mailing-lists">Mailing Lists</a></li>14    <li><a href="https://github.com/llvm/llvm-project/blob/main/flang/docs/GettingInvolved.md#chat">Slack</a></li>15    <li><a href="https://github.com/llvm/llvm-project/blob/main/flang/docs/GettingInvolved.md#calls">Calls</a></li>16</ul>17 18<h3>Additional Links</h3>19 20<ul class="want-points">21    <li><a href="https://github.com/llvm/llvm-project/tree/main/flang/">Github Repository</a></li>22    <li><a href="https://github.com/llvm/llvm-project/issues">Bug Reports</a></li>23    <li><a href="https://reviews.llvm.org/">Code Review</a></li>24    <li><a href="https://flang.llvm.org/doxygen/">Doxygen API</a></li>25</ul>26