summaryrefslogtreecommitdiff
path: root/docs/index.md
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-02-10 08:52:04 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-02-10 08:52:04 -0800
commit2e80b3ae15466ea82a4f8ffa016dee1ee8a62825 (patch)
treedbb2019dc301d63cb13c60d2d46125f4977026a0 /docs/index.md
parentfb7d39ad7f6dee1580bd30ec96ae494d97f146f1 (diff)
downloadmill-2e80b3ae15466ea82a4f8ffa016dee1ee8a62825.tar.gz
mill-2e80b3ae15466ea82a4f8ffa016dee1ee8a62825.tar.bz2
mill-2e80b3ae15466ea82a4f8ffa016dee1ee8a62825.zip
move docs around, try to fix publishAll
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/index.md b/docs/index.md
new file mode 100644
index 00000000..ff26941c
--- /dev/null
+++ b/docs/index.md
@@ -0,0 +1,16 @@
+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
+support any other language or platform via modules (written in Java or Scala) or
+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