mirror of https://github.com/istio/istio.io.git
56 lines
3.2 KiB
HTML
56 lines
3.2 KiB
HTML
<div class="footer">
|
|
<footer>
|
|
<div class="container-fluid">
|
|
<div class="row">
|
|
<div class="col-sm-2"></div>
|
|
|
|
<nav class=" col-12 col-sm-3" role="navigation">
|
|
<ul class="first">
|
|
<li><a class="header" href="{{home}}/docs">Docs</a></li>
|
|
<li><a href="{{home}}/docs/concepts">Concepts</a></li>
|
|
<li><a href="{{home}}/docs/setup">Setup</a></li>
|
|
<li><a href="{{home}}/docs/tasks">Tasks</a></li>
|
|
<li><a href="{{home}}/docs/guides">Guides</a></li>
|
|
<li><a href="{{home}}/docs/reference">Reference</a></li>
|
|
</ul>
|
|
</nav>
|
|
|
|
<nav class="col-12 col-sm-3" role="navigation">
|
|
<ul>
|
|
<li><a class="header" href="{{home}}/help">Help</a></li>
|
|
<li><a href="{{home}}/help/faq.html">FAQ</a></li>
|
|
<li><a href="{{home}}/help/glossary.html">Glossary</a></li>
|
|
<li><a href="{{home}}/help/troubleshooting.html">Troubleshooting</a></li>
|
|
<li><a href="{{home}}/help/bugs.html">Report Bugs</a></li>
|
|
<li><a href="https://github.com/istio/istio.github.io/issues/new?title=Issue with {{page.path}}" target="_blank" rel="noopener">Doc Bugs & Gaps</a></li>
|
|
<li><a href="https://github.com/istio/istio.github.io/edit/master/{{page.path}}" target="_blank" rel="noopener">Edit This Page</a></li>
|
|
</ul>
|
|
</nav>
|
|
|
|
<nav class="col-12 col-sm-3" role="navigation">
|
|
<ul>
|
|
<li><a class="header" href="{{home}}/community">Community</a></li>
|
|
<li>
|
|
<a href="https://groups.google.com/forum/#!forum/istio-users" target="_blank" rel="noopener">User</a> |
|
|
<a href="https://groups.google.com/forum/#!forum/istio-dev" target="_blank" rel="noopener">Dev Mailing Lists</a>
|
|
</li>
|
|
<li><a href="https://twitter.com/IstioMesh" target="_blank" rel="noopener">Twitter</a></li>
|
|
<li><a href="https://stackoverflow.com/questions/tagged/istio" target="_blank" rel="noopener">Stack Overflow</a></li>
|
|
<li><a href="https://github.com/istio/community" target="_blank" rel="noopener">GitHub</a></li>
|
|
<li><a href="https://github.com/istio/community/blob/master/WORKING-GROUPS.md" target="_blank" rel="noopener">Working Groups</a></li>
|
|
</ul>
|
|
</nav>
|
|
</div>
|
|
|
|
<div class="row">
|
|
<div class="col-12">
|
|
<p class="description text-center" role="contentinfo">
|
|
Istio Release {{site.data.istio.version}}, Copyright © 2018 Istio Authors<br>
|
|
This site was built on {{site.time | date_to_string | split: ' ' | join: '-'}}
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
</div>
|