@@ -74,6 +74,7 @@ subsection:
74
74
- page : reference/metaprogramming/staging.md
75
75
- page : reference/metaprogramming/reflection.md
76
76
- page : reference/metaprogramming/tasty-inspect.md
77
+ - page : reference/metaprogramming/simple-smp.md
77
78
- title : Other New Features
78
79
index : reference/other-new-features/other-new-features.md
79
80
subsection :
@@ -93,6 +94,7 @@ subsection:
93
94
- page : reference/other-new-features/targetName.md
94
95
- page : reference/other-new-features/control-syntax.md
95
96
- page : reference/other-new-features/indentation.md
97
+ - page : reference/other-new-features/indentation-experimental.md
96
98
- page : reference/other-new-features/safe-initialization.md
97
99
- page : reference/other-new-features/type-test.md
98
100
- page : reference/other-new-features/experimental-defs.md
@@ -124,6 +126,7 @@ subsection:
124
126
- page : reference/changed-features/compiler-plugins.md
125
127
- page : reference/changed-features/lazy-vals-init.md
126
128
- page : reference/changed-features/main-functions.md
129
+ - page : reference/changed-features/interpolation-escapes.md
127
130
- title : Dropped Features
128
131
index : reference/dropped-features/dropped-features.md
129
132
subsection :
@@ -202,8 +205,10 @@ subsection:
202
205
- page : internals/dotc-scalac.md
203
206
- page : internals/higher-kinded-v2.md
204
207
- page : internals/overall-structure.md
208
+ - page : internals/explicit-nulls.md
205
209
- page : internals/periods.md
206
210
- page : internals/syntax.md
211
+ - page : internals/syntax-3.1.md
207
212
- page : internals/type-system.md
208
213
- page : internals/dotty-internals-1-notes.md
209
214
- page : internals/debug-macros.md
0 commit comments