mirror of
https://github.com/ethauvin/kobalt-doc.git
synced 2025-04-25 12:07:10 -07:00
move github link to contributing page
This commit is contained in:
parent
6112dda189
commit
dd21509bd0
5 changed files with 102 additions and 136 deletions
|
@ -56,18 +56,18 @@
|
|||
<!-- Main component for a primary marketing message or call to action -->
|
||||
<div class="jumbotron">
|
||||
<h1>Kobalt: friendly, fast build system</h1>
|
||||
<img src="../pics/auto-completion.png" class="img-rounded"/>
|
||||
</div>
|
||||
|
||||
<!-- Main content -->
|
||||
<div class="col-md-9">
|
||||
<img src="../pics/auto-completion.png" class="img-rounded"/>
|
||||
|
||||
<h2 class="section" id="overview">Features</h2>
|
||||
<ul>
|
||||
<li><h4>Intuitive DSL and plug-in architecture</h4></li>
|
||||
<li><h4>Fast builds</h4></li>
|
||||
<li><h4>Build file auto-completion from your favorite IDE</h4></li>
|
||||
<li><h4>A cleaner syntax than Ant, Maven, Gradle, or SBT</h4></li>
|
||||
<ul class="features">
|
||||
<li>Clean, easy-to-use syntax for build files</li>
|
||||
<li>Build file auto-completion from your favorite IDE</li>
|
||||
<li>Intuitive plug-in architecture</li>
|
||||
<li>Fast builds</li>
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
|
@ -116,7 +116,7 @@ val jcommander = javaProject {
|
|||
<li>An agnostic build tool. Kobalt can be used to build Kotlin and Java projects today but it's capable to build anything: any language (JVM or not) or platform (Android, Spring, ...).
|
||||
</ul>
|
||||
|
||||
<h2 id="path">The path to Kobalt 1.0</h2>
|
||||
<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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue