mirror of
https://github.com/ethauvin/kobalt-doc.git
synced 2025-04-25 12:07:10 -07:00
commit
e0dd79ae9b
6 changed files with 17 additions and 17 deletions
|
@ -2,8 +2,8 @@
|
|||
* Kobalt CSS
|
||||
*/
|
||||
|
||||
.features {
|
||||
font-size: 1.5em;
|
||||
#features {
|
||||
display: none
|
||||
}
|
||||
|
||||
code {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<head>
|
||||
<title>
|
||||
|
||||
Kobalt, by Cedric Beust
|
||||
Kobalt: a modern, versatile build system by Cedric Beust
|
||||
|
||||
</title>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<head>
|
||||
<title>
|
||||
|
||||
Kobalt, by Cedric Beust
|
||||
Kobalt: a modern, versatile build system by Cedric Beust
|
||||
|
||||
</title>
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<head>
|
||||
<title>
|
||||
|
||||
Kobalt, by Cedric Beust
|
||||
Kobalt: a modern, versatile build system by Cedric Beust
|
||||
|
||||
</title>
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<head>
|
||||
<title>
|
||||
|
||||
Kobalt, by Cedric Beust
|
||||
Kobalt: a modern, versatile build system by Cedric Beust
|
||||
|
||||
</title>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue