@@ -15,27 +15,24 @@ Contents
1515-------
1616
1717* Usage
18- - [ Migrating from Scala 2] ( usage/migrating.md )
19- - [ Dotty projects with cbt] ( usage/cbt-projects.md )
20- - [ Dotty projects with sbt] ( usage/sbt-projects.md )
18+ - [ Migrating from Scala 2] ( usage/migrating.md ) : migration information
19+ - [ Dotty projects with cbt] ( usage/cbt-projects.md ) : using cbt
20+ - [ Dotty projects with sbt] ( usage/sbt-projects.md ) : using sbt
2121* Contributing
22- - [ Getting Started] ( contributing/getting-started.md ) details on how to run
23- tests, use the cli scripts
24- - [ Workflow ] ( contributing/workflow .md ) common dev patterns and hints
25- - [ Eclipse ] ( contributing/eclipse .md ) setting up dev environment
26- - [ Intellij-IDEA ] ( contributing/intellij-idea .md ) setting up dev environment
22+ - [ Getting Started] ( contributing/getting-started.md ) : details on how to run tests, use the cli scripts
23+ - [ Workflow ] ( contributing/workflow.md ) : common dev patterns and hints
24+ - [ Eclipse ] ( contributing/eclipse .md ) : setting up dev environment
25+ - [ Intellij-IDEA ] ( contributing/intellij-idea .md ) : setting up dev environment
26+ - [ Working with the Backend ] ( contributing/backend .md ) : working with the scala backend
2727* Internals document the compiler internals
28- - [ Syntax Summary] ( internals/syntax.md )
29- - [ Project Structure] ( internals/overall-structure.md )
30- of the project
31- - [ Backend] ( internals/backend.md ) details on the bytecode backend
32- - [ Contexts] ( internals/contexts.md ) details the use of ` Context ` in the
33- compiler
34- - [ Dotty vs Scala2] ( internals/dotc-scalac.md )
35- - [ Higher Kinded Type Scheme] ( internals/higher-kinded-v2.md )
36- scheme
37- - [ Periods] ( internals/periods.md )
38- - [ Type System] ( internals/type-system.md )
28+ - [ Syntax Summary] ( internals/syntax.md ) : brief analysis of the syntax
29+ - [ Project Structure] ( internals/overall-structure.md ) : of the project
30+ - [ Backend] ( internals/backend.md ) : details on the bytecode backend
31+ - [ Contexts] ( internals/contexts.md ) : details the use of ` Context ` in the compiler
32+ - [ Dotty vs Scala 2] ( internals/dotc-scalac.md ) : explaining the differences between Scalac and Dotty
33+ - [ Higher Kinded Type Scheme] ( internals/higher-kinded-v2.md ) : scheme
34+ - [ Periods] ( internals/periods.md ) : details on the concepts of runs, phases and periods
35+ - [ Type System] ( internals/type-system.md ) : details on the type system of Dotty
3936* Resources
40- - [ Talks] ( resources/talks.md )
37+ - [ Talks] ( resources/talks.md ) : presentations of the various aspects of Dotty
4138
0 commit comments