File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed
Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,10 @@ <h1>{{page.title}}</h1>
2626 </ section >
2727
2828 < section class ="table-of-content ">
29- < div class ="wrap ">
29+ < div class ="wrap scala2 ">
30+ < div class ="language-header ">
31+ < h1 > Scala 2</ h1 >
32+ </ div >
3033 < div class ="inner-box ">
3134 < div class ="language-dropdown inverted ">
3235 < div id ="dd " class ="wrapper-dropdown " tabindex ="1 ">
@@ -56,6 +59,18 @@ <h1>{{page.title}}</h1>
5659 </ ul >
5760
5861 {% include documentation-sections.html sections=page.scala2-sections %}
62+ </ div >
63+ </ div >
64+
65+ < div class ="wrap scala3 ">
66+ < div class ="language-header ">
67+ < h1 > Scala 3</ h1 >
68+ </ div >
69+ < div class ="inner-box ">
70+ < blockquote >
71+ We are still in the process of writing the documentation for Scala 3.
72+ You can < a href ="/scala3/contribute-to-docs.html "> help us to improve the documentation</ a > .
73+ </ blockquote >
5974 {% include documentation-sections.html sections=page.scala3-sections %}
6075 </ div >
6176 </ div >
Original file line number Diff line number Diff line change 11---
2- layout : documentation
2+ layout : inner-page- documentation
33languages : [ja, zh-cn, ru, uk]
44title : Learn Scala
55namespace : root
@@ -10,7 +10,7 @@ redirect_from:
1010 - /scala3/
1111 - /scala3/index.html
1212
13- scala2- sections :
13+ sections :
1414 - title : " First Steps..."
1515 links :
1616 - title : " Getting Started"
You can’t perform that action at this time.
0 commit comments