Skip to content

Commit 74b4630

Browse files
committed
Add index.md
1 parent 4fa7c71 commit 74b4630

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

docs/index.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
Dotty Documentation
2+
===================
3+
The Dotty compiler is currently somewhat lacking in documentation - PRs
4+
welcome! But, we've attempted to gather the most essential knowledge in these
5+
pages.
6+
7+
Index
8+
-----
9+
* [Blog](blog/) posts written for scala-lang.org or dotty.epfl.ch
10+
* [Contributing](contributing/)
11+
- [Eclipse](contributing/eclipse.md) setting up dev environment
12+
- [Intellij-IDEA](contributing/intellij-idea.md) setting up dev environment
13+
- [Getting Started](contributing/gettings-started.md) details on how to run
14+
tests, use the cli scripts
15+
- [Workflow](contributing/workflow.md) common dev patterns and hints
16+
* [Internals](internals/) documents the compiler internals
17+
- [Backend](internals/backend.md) details on the bytecode backend
18+
- [Contexts](internals/contexts.md) details the use of `Context` in the
19+
compiler
20+
- [Higher Kinded Type Scheme](internals/higher-kinded-v2.md)
21+
scheme
22+
- [Project Structure](internals/overall-structure.md)
23+
of the project
24+
- [Periods](internals/periods.md)
25+
* [Usage](usage/)
26+
- [Migrating from Scala 2](usage/migrating.md)
27+
- [Using Dotty with sbt](usage/sbt-projects.md)
28+
* [Differences between DOT and Dotty](difference-dot-dotty.md) differences between the type
29+
calculus and Dotty
30+
* [Dotty vs Scala2](dotc-scalac.md)
31+
* [Type System](type-system.md)
File renamed without changes.

0 commit comments

Comments
 (0)