aboutsummaryrefslogtreecommitdiff
path: root/docs/docs/usage
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docs/usage')
-rw-r--r--docs/docs/usage/cbt-projects.md4
-rw-r--r--docs/docs/usage/migrating.md3
-rw-r--r--docs/docs/usage/sbt-projects.md4
3 files changed, 2 insertions, 9 deletions
diff --git a/docs/docs/usage/cbt-projects.md b/docs/docs/usage/cbt-projects.md
index 1ae25efd5..291813b91 100644
--- a/docs/docs/usage/cbt-projects.md
+++ b/docs/docs/usage/cbt-projects.md
@@ -1,10 +1,8 @@
---
layout: default
-title: "cbt"
+title: "Using Dotty with cbt"
---
-Using Dotty with cbt
-====================
cbt comes with built-in dotty support. Follow the
[cbt tutorial](https://github.com/cvogt/cbt/), then simply extend `Dotty` in the Build class.
diff --git a/docs/docs/usage/migrating.md b/docs/docs/usage/migrating.md
index d835aeea6..eb76571e5 100644
--- a/docs/docs/usage/migrating.md
+++ b/docs/docs/usage/migrating.md
@@ -3,9 +3,6 @@ layout: default
title: "Migrating to Dotty"
---
-Migrating to Dotty
-==================
-
### Minor tweaks ###
* `sym.linkedClassOfClass` => `sym.linkedClass`
* `definitions` => `ctx.definitions`
diff --git a/docs/docs/usage/sbt-projects.md b/docs/docs/usage/sbt-projects.md
index 79418850d..b4eb5136d 100644
--- a/docs/docs/usage/sbt-projects.md
+++ b/docs/docs/usage/sbt-projects.md
@@ -1,10 +1,8 @@
---
layout: default
-title: "sbt"
+title: "Using Dotty with sbt"
---
-Using Dotty with sbt
-====================
It is now possible to use Dotty with sbt thanks to the dotty-bridge project.
There are two alternatives in how to create an sbt project that uses dotty: