Skip to content

Commit 8d5b112

Browse files
committed
Remove some useless text
1 parent 88e120e commit 8d5b112

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/docs/index.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,24 +23,24 @@ Contents
2323
- [Enum Translation](reference/desugarEnums.md)
2424
- [By-Name Implicits](reference/implicit-by-name-parameters.md)
2525
* Usage
26-
- [Dotty projects with sbt](usage/sbt-projects.md): using sbt
26+
- [Dotty projects with sbt](usage/sbt-projects.md)
2727
- [IDE support for Dotty](usage/ide-support.md)
28-
- [Dotty projects with cbt](usage/cbt-projects.md): using cbt
29-
* Contributing
28+
- [Dotty projects with cbt](usage/cbt-projects.md)
29+
* Contributing to Dotty
3030
- [Getting Started](contributing/getting-started.md): details on how to run tests, use the cli scripts
3131
- [Workflow](contributing/workflow.md): common dev patterns and hints
3232
- [Eclipse](contributing/eclipse.md): setting up dev environment
33-
- [Intellij-IDEA](contributing/intellij-idea.md): setting up dev environment
34-
- [Working with the Backend](contributing/backend.md): working with the scala backend
33+
- [Intellij-IDEA](contributing/intellij-idea.md)
34+
- [Working with the Backend](contributing/backend.md)
3535
* Internals document the compiler internals
3636
- [Syntax Summary](internals/syntax.md): brief analysis of the syntax
37-
- [Project Structure](internals/overall-structure.md): of the project
38-
- [Backend](internals/backend.md): details on the bytecode backend
37+
- [Project Structure](internals/overall-structure.md)
38+
- [Backend](internals/backend.md)
3939
- [Contexts](internals/contexts.md): details the use of `Context` in the compiler
4040
- [Dotty vs Scala 2](internals/dotc-scalac.md): explaining the differences between Scalac and Dotty
41-
- [Higher Kinded Type Scheme](internals/higher-kinded-v2.md): scheme
42-
- [Periods](internals/periods.md): details on the concepts of runs, phases and periods
43-
- [Type System](internals/type-system.md): details on the type system of Dotty
41+
- [Higher Kinded Type Scheme](internals/higher-kinded-v2.md)
42+
- [Periods](internals/periods.md)
43+
- [Type System](internals/type-system.md)
4444
* Resources
4545
- [Talks](resources/talks.md): presentations of the various aspects of Dotty
4646

0 commit comments

Comments
 (0)