mirror of
https://github.com/ethauvin/kobalt-doc.git
synced 2025-04-25 12:07:10 -07:00
removed glyphs and edited feature descriptions
This commit is contained in:
parent
8124d852b2
commit
8e44fd2355
1 changed files with 4 additions and 5 deletions
|
@ -63,10 +63,10 @@
|
|||
|
||||
<h2 class="section" id="features">Features</h2>
|
||||
|
||||
<h2 class="section" id="buildFile" indent="1"><span class="glyphicon glyphicon-check"></span> Build file auto-completion in your IDE</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"><span class="glyphicon glyphicon-check"></span> Clean syntax for build files</h2>
|
||||
<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>
|
||||
|
@ -101,9 +101,8 @@ val jcommander = javaProject {
|
|||
<p>
|
||||
This build file also includes a directive to upload your artifacts to Bintray automatically.
|
||||
</p>
|
||||
<h2 class="section" id="syntax" indent="1"><span class="glyphicon glyphicon-check"></span> Fast builds</h2>
|
||||
<h2 class="section" id="syntax" indent="1"><span class="glyphicon glyphicon-check"></span> Intuitive plug-in architecture</li></h2>
|
||||
<h2 class="section" id="syntax" indent="1"><span class="glyphicon glyphicon-check"></span> Half the size of Gradle</h2>
|
||||
<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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue