Skip to content

Commit da2a66b

Browse files
committed
Remove links in the index
This just duplicate the info in the sidebar, except it's out of date because no one remembers to add things here. In the future we might try to automatically generate these links from the sidebar.
1 parent 8d5b112 commit da2a66b

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

docs/docs/index.md

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -10,37 +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-
- [Dotty projects with sbt](usage/sbt-projects.md)
27-
- [IDE support for Dotty](usage/ide-support.md)
28-
- [Dotty projects with cbt](usage/cbt-projects.md)
29-
* Contributing to Dotty
30-
- [Getting Started](contributing/getting-started.md): details on how to run tests, use the cli scripts
31-
- [Workflow](contributing/workflow.md): common dev patterns and hints
32-
- [Eclipse](contributing/eclipse.md): setting up dev environment
33-
- [Intellij-IDEA](contributing/intellij-idea.md)
34-
- [Working with the Backend](contributing/backend.md)
35-
* Internals document the compiler internals
36-
- [Syntax Summary](internals/syntax.md): brief analysis of the syntax
37-
- [Project Structure](internals/overall-structure.md)
38-
- [Backend](internals/backend.md)
39-
- [Contexts](internals/contexts.md): details the use of `Context` in the compiler
40-
- [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)
42-
- [Periods](internals/periods.md)
43-
- [Type System](internals/type-system.md)
44-
* Resources
45-
- [Talks](resources/talks.md): presentations of the various aspects of Dotty
46-

0 commit comments

Comments
 (0)