Skip to content

Commit 342b94f

Browse files
authored
Merge pull request #2605 from dotty-staging/doc-cleanup
Documentation cleanup
2 parents 61ad6bf + da2a66b commit 342b94f

File tree

3 files changed

+3
-78
lines changed

3 files changed

+3
-78
lines changed

docs/docs/index.md

-35
Original file line numberDiff line numberDiff line change
@@ -10,38 +10,3 @@ The theory behind these constructors is researched in DOT, a calculus for depend
1010

1111
In this documentation you will find information on how to use the Dotty compiler on your machine, navigate through
1212
the code, setup Dotty with your favorite IDE and more!
13-
14-
Contents
15-
-------
16-
17-
* Dotty Language Reference
18-
- [Intersection Types](reference/intersection-types.md)
19-
- [Union Types](reference/union-types.md)
20-
- [Trait Parameters](reference/trait-parameters.md)
21-
- [Enumerations](reference/enums.md)
22-
- [Algebraic Data Types](reference/adts.md)
23-
- [Enum Translation](reference/desugarEnums.md)
24-
- [By-Name Implicits](reference/implicit-by-name-parameters.md)
25-
* Usage
26-
- [Migrating from Scala 2](usage/migrating.md): migration information
27-
- [Dotty projects with sbt](usage/sbt-projects.md): using sbt
28-
- [IDE support for Dotty](usage/ide-support.md)
29-
- [Dotty projects with cbt](usage/cbt-projects.md): using cbt
30-
* Contributing
31-
- [Getting Started](contributing/getting-started.md): details on how to run tests, use the cli scripts
32-
- [Workflow](contributing/workflow.md): common dev patterns and hints
33-
- [Eclipse](contributing/eclipse.md): setting up dev environment
34-
- [Intellij-IDEA](contributing/intellij-idea.md): setting up dev environment
35-
- [Working with the Backend](contributing/backend.md): working with the scala backend
36-
* Internals document the compiler internals
37-
- [Syntax Summary](internals/syntax.md): brief analysis of the syntax
38-
- [Project Structure](internals/overall-structure.md): of the project
39-
- [Backend](internals/backend.md): details on the bytecode backend
40-
- [Contexts](internals/contexts.md): details the use of `Context` in the compiler
41-
- [Dotty vs Scala 2](internals/dotc-scalac.md): explaining the differences between Scalac and Dotty
42-
- [Higher Kinded Type Scheme](internals/higher-kinded-v2.md): scheme
43-
- [Periods](internals/periods.md): details on the concepts of runs, phases and periods
44-
- [Type System](internals/type-system.md): details on the type system of Dotty
45-
* Resources
46-
- [Talks](resources/talks.md): presentations of the various aspects of Dotty
47-

docs/docs/usage/cbt-projects.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ layout: doc-page
33
title: "Using Dotty with cbt"
44
---
55

6+
**NOTE: cbt support for Dotty is experimental and incomplete (for example,
7+
incremental compilation is not supported), we recommend [using Dotty with sbt](sbt-projects.md) for now.**
8+
69
cbt comes with built-in Dotty support. Follow the
710
[cbt tutorial](https://github.com/cvogt/cbt/), then simply extend `Dotty` in the Build class.
811

docs/docs/usage/migrating.md

-43
This file was deleted.

0 commit comments

Comments
 (0)