1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt-doc.git synced 2025-04-25 12:07:10 -07:00

Doc fixes.

This commit is contained in:
Cedric Beust 2016-01-14 21:17:32 -08:00
parent 637f1bc93b
commit abbf4ade79
2 changed files with 27 additions and 10 deletions

View file

@ -75,6 +75,8 @@
Here are some of Kobalt's most prominent features.
</em>
</p>
<h2 class="section" id="features">Features</h2>
<h2 class="section" id="buildFile" indent="1">Build file auto-completion in your IDE</h2>
<p>
Since Kobalt's build files are actual Kotlin files, not only can you leverage auto-completion
@ -163,7 +165,7 @@ val jcommander = javaProject {
<h2 class="section" id="path">Status</h2>
<p>
Kobalt is currently in Beta but I'm already using it to build most of my projects. Here are links to a few build files you can inspect to get a feel for what Kobalt enables:
Kobalt is currently in Beta but already used in several projects. Here are links to a few build files you can inspect to get a feel for what Kobalt enables:
</p>
<ul>
@ -173,7 +175,13 @@ Kobalt is currently in Beta but I'm already using it to build most of my project
<li>... and of course, <a href="https://github.com/cbeust/kobalt/blob/master/kobalt/src/Build.kt">Kobalt itself</a> (this build file demonstrates multi projects and project dependencies).</li>
</ul>
<h2 class="section" id="next-step">Next steps</h2>
<p>
Proceed to the <a href="../getting-started/index.html">Getting Started</a> section to learn more about Kobalt.
</p>
<p>
</p>
</div>