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

Merge pull request #9 from pabl0rg/master

highlight features
This commit is contained in:
Cedric Beust 2016-01-10 17:59:34 -08:00
commit e0dd79ae9b
6 changed files with 17 additions and 17 deletions

View file

@ -2,8 +2,8 @@
* Kobalt CSS
*/
.features {
font-size: 1.5em;
#features {
display: none
}
code {

View file

@ -2,7 +2,7 @@
<head>
<title>
Kobalt, by Cedric Beust
Kobalt: a modern, versatile build system by Cedric Beust
</title>

View file

@ -2,7 +2,7 @@
<head>
<title>
Kobalt, by Cedric Beust
Kobalt: a modern, versatile build system by Cedric Beust
</title>
@ -55,22 +55,18 @@
<!-- Main component for a primary marketing message or call to action -->
<div class="jumbotron">
<h1>Kobalt: a modern, versatile build system</h1>
<h1>A modern, versatile build system</h1>
</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 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>
<h2 class="section" id="features">Features</h2>
<h2 class="section" id="buildFile" indent="1">Build file auto-completion in your IDE</h2>
<img src="../pics/auto-completion.png" class="img-rounded"/>
<h2 class="section" id="syntax" indent="1">Clean syntax for build files</h2>
<p>
For example, here is <a href="http://jcommander.org">JCommander's</a> entire build file:
</p>
@ -104,6 +100,10 @@ val jcommander = javaProject {
</pre>
<p>
This build file also includes a directive to upload your artifacts to Bintray automatically.
</p>
<h2 class="section" id="syntax" indent="1">Support for incremental tasks (faster builds)</h2>
<h2 class="section" id="syntax" indent="1">Intuitive plug-in architecture</li></h2>
</ul>
</p>
<h2 class="section" id="design-goals">Design goals</h2>

View file

@ -2,7 +2,7 @@
<head>
<title>
Kobalt, by Cedric Beust
Kobalt: a modern, versatile build system by Cedric Beust
</title>

View file

@ -2,7 +2,7 @@
<head>
<title>
Kobalt, by Cedric Beust
Kobalt: a modern, versatile build system by Cedric Beust
</title>

View file

@ -2,7 +2,7 @@
<head>
<title>
Kobalt, by Cedric Beust
Kobalt: a modern, versatile build system by Cedric Beust
</title>