summaryrefslogtreecommitdiff
path: root/docs/index.md
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-02-10 09:32:19 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-02-10 09:38:12 -0800
commit31da68db49d95d8863f34392adf604df538d8cd5 (patch)
tree633cdfeaa94728623ca66d921466cc2cfef4ea38 /docs/index.md
parent2e80b3ae15466ea82a4f8ffa016dee1ee8a62825 (diff)
downloadmill-31da68db49d95d8863f34392adf604df538d8cd5.tar.gz
mill-31da68db49d95d8863f34392adf604df538d8cd5.tar.bz2
mill-31da68db49d95d8863f34392adf604df538d8cd5.zip
fix docs
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md17
1 files changed, 10 insertions, 7 deletions
diff --git a/docs/index.md b/docs/index.md
index ff26941c..921d4aae 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -1,3 +1,6 @@
+Mill is your shiny new Scala build tool! Confused by SBT? Frustrated by Maven?
+Perplexed by Gradle? Give Mill a try!
+
Mill is a general purpose build-tool. It has built in support for the
[Scala](https://www.scala-lang.org/) programming language, and can serve as a
replacement for [SBT](http://www.scala-sbt.org/), but can also be extended to
@@ -6,11 +9,11 @@ through external subprocesses.
Mill aims for simplicity by re-using concepts you are already familiar with to
let you define your project's build. Mill's `build.sc` files are Scala scripts.
-If you think SBT is complicated, give Mill a try!
-- [Introduction](/mill/intro)
-- [Extending](/mill/extending)
-- [Tasks](/mill/tasks)
-- [Modules](/mill/modules)
-- [Cross Building](/mill/cross)
-- [Internals](/mill/internals) \ No newline at end of file
+
+- [Introduction](intro.html)
+- [Extending](extending.html)
+- [Tasks](tasks.html)
+- [Modules](modules.html)
+- [Cross Building](cross.html)
+- [Internals](internals.html) \ No newline at end of file