summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/build.sc4
-rw-r--r--docs/pages.sc18
-rw-r--r--docs/pages/1 - Cask: a Scala HTTP micro-framework .md7
3 files changed, 14 insertions, 15 deletions
diff --git a/docs/build.sc b/docs/build.sc
index 4d2beda..e6c0f1f 100644
--- a/docs/build.sc
+++ b/docs/build.sc
@@ -125,14 +125,14 @@ val posts = {
i(
" Haoyi is a software engineer, an early contributor to ",
a(href:="http://www.scala-js.org/")("Scala.js"),
- ", and the author of many open-source Scala tools such as Mill, the ",
+ ", and the author of many open-source Scala tools such as Cask, the ",
a(href:="lihaoyi.com/Ammonite", "Ammonite REPL"), " and ",
a(href:="https://github.com/lihaoyi/fastparse", "FastParse"), ". "
)
),
p(
i(
- "If you've enjoy using Mill, or enjoyed using Haoyi's other open ",
+ "If you've enjoy using Cask, or enjoyed using Haoyi's other open ",
"source libraries, please chip in (or get your Company to chip in!) via ",
a(href:="https://www.patreon.com/lihaoyi", "Patreon"), " so he can ", "continue his open-source work"
)
diff --git a/docs/pages.sc b/docs/pages.sc
index a6c05c0..c224b6a 100644
--- a/docs/pages.sc
+++ b/docs/pages.sc
@@ -113,16 +113,16 @@ def navBar(homePage: Boolean, contentHeaders: Seq[(String, Int)], pageHeaders: S
h1(
textAlign.center,
a(
- img(
- src := {homePage match{
- case false => s"../logo-white.svg"
- case true => "logo-white.svg"
- }},
- height := 30,
- marginTop := -5
- ),
+// img(
+// src := {homePage match{
+// case false => s"../logo-white.svg"
+// case true => "logo-white.svg"
+// }},
+// height := 30,
+// marginTop := -5
+// ),
color := "#f8f8f8",
- " Mill",
+ " Cask",
href := (if (homePage) "" else ".."),
Styles.subtleLink,
NarrowStyles.flexFont,
diff --git a/docs/pages/1 - Cask: a Scala HTTP micro-framework .md b/docs/pages/1 - Cask: a Scala HTTP micro-framework .md
index 78046da..e0d0906 100644
--- a/docs/pages/1 - Cask: a Scala HTTP micro-framework .md
+++ b/docs/pages/1 - Cask: a Scala HTTP micro-framework .md
@@ -20,11 +20,10 @@ DSLs or complicated asynchrony.
Getting Started
---------------
-The easiest way to begin using Cask is by downloading the
-[Mill](http://www.lihaoyi.com/mill/) example project:
+The easiest way to begin using Cask is by downloading the example project above.
-- Unzip one of the example projects available on this page (e.g. above) into a
- folder. This should give you the following files:
+Unzip one of the example projects available on this page (e.g. above) into a
+folder. This should give you the following files:
```text
build.sc