11---
22layout : documentation
33languages : [ja, zh-cn, ru, uk]
4- title : Documentation
4+ title : Learn Scala
55namespace : root
66discourse : true
77partof : documentation
88more-resources-label : More Resources
9-
10- scala3-sections :
11- - title : " First steps"
12- links :
13- - title : " New in Scala 3"
14- description : " An overview of the exciting new features in Scala 3."
15- icon : " fa fa-star"
16- link : /scala3/new-in-scala3.html
17- - title : " Getting Started"
18- description : " Install Scala 3 on your computer and start writing some Scala code!"
19- icon : " fa fa-rocket"
20- link : /scala3/getting-started.html
21- - title : " Scala 3 Book"
22- description : " Learn Scala by reading a series of short lessons."
23- icon : " fa fa-book-open"
24- link : /scala3/book/introduction.html
25- - title : " More detailed information"
26- links :
27- - title : " Migration Guide"
28- description : " A guide to help you move from Scala 2 to Scala 3."
29- icon : " fa fa-suitcase"
30- link : /scala3/guides/migration/compatibility-intro.html
31- - title : " Guides"
32- description : " Detailed guides about particular aspects of the language."
33- icon : " fa fa-map"
34- link : /scala3/guides.html
35- - title : " Scala Library API"
36- description : " API documentation for every version of the Scala 3 standard library."
37- icon : " fa fa-file-alt"
38- link : https://scala-lang.org/api/3.x/
39- - title : " Language Reference"
40- description : " The Scala 3 language reference."
41- icon : " fa fa-book"
42- link : https://docs.scala-lang.org/scala3/reference
43- - title : " Scala 3 Contributing Guide"
44- description : " Guide to the Scala 3 Compiler and fixing an issue"
45- icon : " fa fa-cogs"
46- link : /scala3/guides/contribution/contribution-intro.html
47- - title : " All new Scaladoc for Scala 3"
48- description : " Highlights of new features for Scaladoc"
49- icon : " fa fa-star"
50- link : /scala3/scaladoc.html
51- - title : " Talks"
52- description : " Talks about Scala 3 that can be watched online"
53- icon : " fa fa-play-circle"
54- link : /scala3/talks.html
55- - title : " Online Courses"
56- description : " MOOCs to learn Scala, for beginners and experienced programmers."
57- icon : " fa fa-cloud"
58- link : /online-courses.html
9+ redirect_from :
10+ - /scala3/
11+ - /scala3/index.html
5912
6013scala2-sections :
6114 - title : " First Steps..."
@@ -72,6 +25,10 @@ scala2-sections:
7225 description : " Learn Scala by reading a series of short lessons."
7326 icon : " fa fa-book-open"
7427 link : /overviews/scala-book/introduction.html
28+ - title : " Scala 3 Book"
29+ description : " Learn Scala by reading a series of short lessons."
30+ icon : " fa fa-book-open"
31+ link : /scala3/book/introduction.html
7532 - title : Online Courses
7633 description : " MOOCs to learn Scala, for beginners and experienced programmers."
7734 icon : " fa fa-cloud"
@@ -111,6 +68,29 @@ scala2-sections:
11168 description : " Scala's formal language specification."
11269 icon : " fa fa-book"
11370 link : https://scala-lang.org/files/archive/spec/2.13/
71+ - title : " Scala 3 Language Reference"
72+ description : " The Scala 3 language reference."
73+ icon : " fa fa-book"
74+ link : https://docs.scala-lang.org/scala3/reference
75+
76+ - title : " Explore Scala 3"
77+ links :
78+ - title : " Migration Guide"
79+ description : " A guide to help you move from Scala 2 to Scala 3."
80+ icon : " fa fa-suitcase"
81+ link : /scala3/guides/migration/compatibility-intro.html
82+ - title : " New in Scala 3"
83+ description : " An overview of the exciting new features in Scala 3."
84+ icon : " fa fa-star"
85+ link : /scala3/new-in-scala3.html
86+ - title : " All new Scaladoc for Scala 3"
87+ description : " Highlights of new features for Scaladoc"
88+ icon : " fa fa-star"
89+ link : /scala3/scaladoc.html
90+ - title : " Talks"
91+ description : " Talks about Scala 3 that can be watched online"
92+ icon : " fa fa-play-circle"
93+ link : /scala3/talks.html
11494
11595 - title : " Scala Evolution"
11696 links :
@@ -122,4 +102,8 @@ scala2-sections:
122102 description : " The Complete Guide to Contributing to the Scala Project"
123103 icon : " fa fa-cogs"
124104 link : /contribute/
105+ - title : " Scala 3 Contributing Guide"
106+ description : " Guide to the Scala 3 Compiler and fixing an issue"
107+ icon : " fa fa-cogs"
108+ link : /scala3/guides/contribution/contribution-intro.html
125109---
0 commit comments