Skip to content

Commit df20af8

Browse files
committed
Clarify the purpose of the website https://dotty.epfl.ch
1 parent 51d69e8 commit df20af8

File tree

4 files changed

+4
-16
lines changed

4 files changed

+4
-16
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
Firstly, thanks for being willing to contribute to Dotty! Head on over the
44
[Scala 3 Contributing
5-
Guide](https://docs.scala-lang.org/scala3/guides/contribution/contribution-intro.html), which should have all the info you're looking for.
5+
Guide](https://dotty.epfl.ch/docs/contributing/index.html), which should have all the info you're looking for.

docs/_blog/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: static-site-main
3-
title: Blog
3+
title: Blog (archive)
44
---
55
<main class="container">
66
<h1>{{ page.title }}</h1>

docs/_docs/contributing/workflow.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ The basics of working with Dotty codebase are documented [here](https://dotty.ep
115115
| `testOnly dotty.tools.dotc.CompilationTests -- *pos` | Run test (method) `pos` from `CompilationTests` suite. |
116116
| `testCompilation sample` | In all test suites, run test files containing the word `sample` in their title. |
117117
| `scala3-compiler/Test/runMain dotty.tools.printTypes`| Print types underlying representation |
118+
| `scaladoc/generateScalaDocumentation` | Build the documentation website |
118119

119120

120121
## Shell Commands

docs/_docs/index.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,6 @@
11
---
22
layout: index
33
redirectFrom: /docs/index.html
4-
nightlyOf: https://docs.scala-lang.org/scala3/reference/
54
---
65

7-
Dotty is the project name for technologies that are considered for inclusion in Scala 3. Scala has
8-
pioneered the fusion of object-oriented and functional programming in a typed setting. Scala 3 will
9-
be a big step towards realizing the full potential of these ideas. Its main objectives are to
10-
11-
- become more opinionated by promoting programming idioms we found to work well,
12-
- simplify where possible,
13-
- eliminate inconsistencies and surprising behaviors,
14-
- build on strong foundations to ensure the design hangs well together,
15-
- consolidate language constructs to improve the language’s consistency, safety, ergonomics, and performance.
16-
17-
In this documentation you will find information on how to use the Dotty compiler on your machine,
18-
navigate through the code, setup Dotty with your favorite IDE and more!
19-
6+
This website contains the developer documentation of the Scala 3 compiler. It targets developers interested in contributing to the compiler, or learning its internals. If you want to learn how to use Scala, go [here](https://docs.scala-lang.org/).

0 commit comments

Comments
 (0)