mirror of
https://github.com/ethauvin/kobalt-doc.git
synced 2025-04-27 20:48:13 -07:00
commit
e0dd79ae9b
6 changed files with 17 additions and 17 deletions
|
@ -2,8 +2,8 @@
|
||||||
* Kobalt CSS
|
* Kobalt CSS
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.features {
|
#features {
|
||||||
font-size: 1.5em;
|
display: none
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<head>
|
<head>
|
||||||
<title>
|
<title>
|
||||||
|
|
||||||
Kobalt, by Cedric Beust
|
Kobalt: a modern, versatile build system by Cedric Beust
|
||||||
|
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<head>
|
<head>
|
||||||
<title>
|
<title>
|
||||||
|
|
||||||
Kobalt, by Cedric Beust
|
Kobalt: a modern, versatile build system by Cedric Beust
|
||||||
|
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
|
@ -55,22 +55,18 @@
|
||||||
|
|
||||||
<!-- Main component for a primary marketing message or call to action -->
|
<!-- Main component for a primary marketing message or call to action -->
|
||||||
<div class="jumbotron">
|
<div class="jumbotron">
|
||||||
<h1>Kobalt: a modern, versatile build system</h1>
|
<h1>A modern, versatile build system</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Main content -->
|
<!-- Main content -->
|
||||||
<div class="col-md-9">
|
<div class="col-md-9">
|
||||||
|
|
||||||
|
<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"/>
|
<img src="../pics/auto-completion.png" class="img-rounded"/>
|
||||||
|
|
||||||
<h2 class="section" id="overview">Features</h2>
|
<h2 class="section" id="syntax" indent="1">Clean syntax for build files</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>
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
For example, here is <a href="http://jcommander.org">JCommander's</a> entire build file:
|
For example, here is <a href="http://jcommander.org">JCommander's</a> entire build file:
|
||||||
</p>
|
</p>
|
||||||
|
@ -104,6 +100,10 @@ val jcommander = javaProject {
|
||||||
</pre>
|
</pre>
|
||||||
<p>
|
<p>
|
||||||
This build file also includes a directive to upload your artifacts to Bintray automatically.
|
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>
|
</p>
|
||||||
|
|
||||||
<h2 class="section" id="design-goals">Design goals</h2>
|
<h2 class="section" id="design-goals">Design goals</h2>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<head>
|
<head>
|
||||||
<title>
|
<title>
|
||||||
|
|
||||||
Kobalt, by Cedric Beust
|
Kobalt: a modern, versatile build system by Cedric Beust
|
||||||
|
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<head>
|
<head>
|
||||||
<title>
|
<title>
|
||||||
|
|
||||||
Kobalt, by Cedric Beust
|
Kobalt: a modern, versatile build system by Cedric Beust
|
||||||
|
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<head>
|
<head>
|
||||||
<title>
|
<title>
|
||||||
|
|
||||||
Kobalt, by Cedric Beust
|
Kobalt: a modern, versatile build system by Cedric Beust
|
||||||
|
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue