From 2ffc7cfaf05217394708d2c00ab85ab07663d03c Mon Sep 17 00:00:00 2001 From: Felix Mulder Date: Fri, 7 Oct 2016 14:35:35 +0200 Subject: Migrate dotty.epfl.ch to static site in repository --- docs/docs/index.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 docs/docs/index.md (limited to 'docs/docs/index.md') diff --git a/docs/docs/index.md b/docs/docs/index.md new file mode 100644 index 000000000..b8c5e9c20 --- /dev/null +++ b/docs/docs/index.md @@ -0,0 +1,34 @@ +--- +layout: default +title: "Docs" +--- + +Dotty Documentation +=================== +The Dotty compiler is currently somewhat lacking in documentation - PRs +welcome! But, we've attempted to gather the most essential knowledge in these +pages. + +Index +----- +* [Blog](blog/) +* Usage + - [Migrating from Scala 2](usage/migrating.md) + - [Using Dotty with sbt](usage/sbt-projects.md) +* Contributing + - [Getting Started](contributing/getting-started.md) details on how to run + tests, use the cli scripts + - [Workflow](contributing/workflow.md) common dev patterns and hints + - [Eclipse](contributing/eclipse.md) setting up dev environment + - [Intellij-IDEA](contributing/intellij-idea.md) setting up dev environment +* Internals document the compiler internals + - [Project Structure](internals/overall-structure.md) + of the project + - [Backend](internals/backend.md) details on the bytecode backend + - [Contexts](internals/contexts.md) details the use of `Context` in the + compiler + - [Dotty vs Scala2](internals/dotc-scalac.md) + - [Higher Kinded Type Scheme](internals/higher-kinded-v2.md) + scheme + - [Periods](internals/periods.md) + - [Type System](internals/type-system.md) -- cgit v1.2.3