Skip to content
This repository was archived by the owner on Sep 1, 2020. It is now read-only.

Commit 5294b07

Browse files
author
Pere Villega
committed
Add edit links to pages
1 parent 96e1419 commit 5294b07

File tree

8 files changed

+24
-5
lines changed

8 files changed

+24
-5
lines changed

src/main/tut/docs/basic_structure.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,11 @@ title: Basic structure of the Compiler
55

66
Understanding the basic structure
77

8-
WIP
8+
WIP
9+
10+
Want to contribute? [Edit this file](https://github.com/typelevel/scala/edit/typelevel-readme/src/main/resources/microsite/docs/basic_structure.md)
11+
12+
13+
14+
15+

src/main/tut/docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ represents elements of the Scala language.
2020
* [Symbols](./symbols.html)
2121
* [Types](./types.html)
2222

23-
23+
If you want to contribute, you can easily do so via edit links present at the bottom of the pages [like this one](https://github.com/typelevel/scala/edit/typelevel-readme/src/main/resources/microsite/docs/index.md)

src/main/tut/docs/phases.md

+2
Original file line numberDiff line numberDiff line change
@@ -399,3 +399,5 @@ package <empty> {
399399
[[syntax trees at end of icode]] // sample.scala: tree is unchanged since flatten
400400
[[syntax trees at end of jvm]] // sample.scala: tree is unchanged since flatten
401401
```
402+
403+
Want to contribute? [Edit this file](https://github.com/typelevel/scala/edit/typelevel-readme/src/main/resources/microsite/docs/phases.md)

src/main/tut/docs/project_structure.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,6 @@ Once in `sbt`, run `compile`. The first time this may take several minutes, depe
112112
[success] Total time: 263 s, completed 21-Nov-2016 18:51:37
113113
```
114114

115-
Once it finishes, you are ready to start hacking the compiler. For more information on the initial compilation you may want to read [Miles Sabin's post](https://milessabin.com/blog/2016/05/13/scalac-hacking/) on working with the compiler, if you haven't already.
115+
Once it finishes, you are ready to start hacking the compiler. For more information on the initial compilation you may want to read [Miles Sabin's post](https://milessabin.com/blog/2016/05/13/scalac-hacking/) on working with the compiler, if you haven't already.
116+
117+
Want to contribute? [Edit this file](https://github.com/typelevel/scala/edit/typelevel-readme/src/main/resources/microsite/docs/project_structure.md)

src/main/tut/docs/references.md

+2
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ structure of the Scala Compiler and its variants.
1717
### Web logs
1818

1919
* [Miles Sabin](https://github.com/milessabin), [Hacking on scalac — 0 to PR in an hour](https://milessabin.com/blog/2016/05/13/scalac-hacking/). An excellent introduction to working with the Scala compiler.
20+
21+
Want to contribute? [Edit this file](https://github.com/typelevel/scala/edit/typelevel-readme/src/main/resources/microsite/docs/references.md)

src/main/tut/docs/symbols.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ title: Symbols
55

66
Symbols in scalac
77

8-
WIP
8+
WIP
9+
10+
Want to contribute? [Edit this file](https://github.com/typelevel/scala/edit/typelevel-readme/src/main/resources/microsite/docs/symbols.md)

src/main/tut/docs/trees.md

+2
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ The implementation of the Tree is encoded in [this file](https://github.com/scal
1313
The AST is organised in a series of traits and self-types, which follows the following structure:
1414

1515
WIP
16+
17+
Want to contribute? [Edit this file](https://github.com/typelevel/scala/edit/typelevel-readme/src/main/resources/microsite/docs/trees.md)

src/main/tut/docs/types.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ title: Types
55

66
Types in scalac
77

8-
WIP
8+
WIP
9+
10+
Want to contribute? [Edit this file](https://github.com/typelevel/scala/edit/typelevel-readme/src/main/resources/microsite/docs/types.md)

0 commit comments

Comments
 (0)