kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/web/site/index.html (about)

     1  ---
     2  layout: default
     3  ---
     4  <div class="jumbotron">
     5    <div class="container text-center">
     6      <h1>Kythe</h1>
     7      <p class="subtitle">{{ site.description }}</p>
     8      <a class="btn btn-default" href="{{ site.baseurl }}/docs/kythe-overview.html">
     9        Overview <span class="glyphicon glyphicon-share-alt"></span>
    10      </a>
    11    </div>
    12  </div>
    13  
    14  <div class="inner-wrapper">
    15    <h2>Features:</h2>
    16    <p>
    17      <ul>
    18        <li>Documentation of the <a href="{{site.baseurl}}/docs/schema/">Kythe schema</a></li>
    19        <li>Indexer implementations for C++ and Java</li>
    20        <li>Compilation extractors for javac, Maven, cmake, Go, and <a href="http://bazel.io/">Bazel</a></li>
    21        <li>Generic <a href="{{site.baseurl}}/docs/kythe-verifier.html">verifier</a> for indexers</li>
    22        <li>Sample <a href="{{site.baseurl}}/examples/#serving-data-over-http">cross-reference service</a></li>
    23        <li>Many useful utility commands to work with Kythe artifacts</li>
    24      </ul>
    25    </p>
    26  </div>