blob: b9e6ab628eb23eaf90320432e71d2009e6950676 [file] [log] [blame]
---
layout: default
---
<div class="jumbotron">
<div class="container text-center">
<h1>Kythe</h1>
<p class="subtitle">{{ site.description }}</p>
<a class="btn btn-default" href="{{ site.baseurl }}/docs/kythe-overview.html">
Overview <span class="glyphicon glyphicon-share-alt"></span>
</a>
</div>
</div>
<div class="inner-wrapper">
<h2>Features:</h2>
<p>
<ul>
<li>Documentation of the <a href="{{site.baseurl}}/docs/schema/">Kythe schema</a></li>
<li>Indexer implementations for C++ and Java</li>
<li>Compilation extractors for javac, Maven, cmake, Go, and <a href="http://bazel.io/">Bazel</a></li>
<li>Generic <a href="{{site.baseurl}}/docs/kythe-verifier.html">verifier</a> for indexers</li>
<li>Sample cross-reference service and accompanying <a href="{{site.baseurl}}/examples/#visualizing-cross-references">web UI</a></li>
<li>Many useful utility commands to work with Kythe artifacts</li>
</ul>
</p>
</div>