summaryrefslogtreecommitdiff
path: root/docs/index.md
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-02-15 23:07:37 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-02-15 23:07:37 -0800
commitc0c84ce814bb535fd770521dc1acf16b2c172c4e (patch)
tree876ca0d2a75338d42245f198ed13616e2d6824f4 /docs/index.md
parent4014f989b5bbea2737bb2b7125410115041a6a6a (diff)
downloadmill-c0c84ce814bb535fd770521dc1acf16b2c172c4e.tar.gz
mill-c0c84ce814bb535fd770521dc1acf16b2c172c4e.tar.bz2
mill-c0c84ce814bb535fd770521dc1acf16b2c172c4e.zip
generate a reasonable-looking docsite using my blog code
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md21
1 files changed, 0 insertions, 21 deletions
diff --git a/docs/index.md b/docs/index.md
deleted file mode 100644
index 0b6577c5..00000000
--- a/docs/index.md
+++ /dev/null
@@ -1,21 +0,0 @@
-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
-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.
-
-
-- [Introduction](intro.html)
-- [Configuring Mill](configure.html)
-- [Example Project Layouts](example.html)
-- [Extending](extending.html)
-- [Tasks](tasks.html)
-- [Modules](modules.html)
-- [Cross Building](cross.html)
-- [Internals](internals.html) \ No newline at end of file