File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
scaladoc/src/dotty/tools/scaladoc/site Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
layout : doc-page
3
+ redirectFrom : docs/index.html
3
4
---
4
5
5
6
Dotty is the project name for technologies that are considered for inclusion in Scala 3. Scala has
Original file line number Diff line number Diff line change 1
1
index : index.md
2
2
subsection :
3
3
- title : Usage
4
+ directory : docs/usage
4
5
subsection :
5
6
- page : usage/sbt-projects.md
6
7
- page : usage/ide-support.md
@@ -15,6 +16,7 @@ subsection:
15
16
- page : usage/scaladoc/site-versioning.md
16
17
- page : usage/scaladoc/static-site.md
17
18
- title : Reference
19
+ directory : docs/reference
18
20
subsection :
19
21
- page : reference/overview.md
20
22
- title : New Types
@@ -154,6 +156,7 @@ subsection:
154
156
- page : reference/soft-modifier.md
155
157
- page : reference/features-classification.md
156
158
- title : Contributing
159
+ directory : docs/contributing
157
160
subsection :
158
161
- page : contributing/contribute-knowledge.md
159
162
- page : contributing/getting-started.md
@@ -171,6 +174,7 @@ subsection:
171
174
- page : contributing/procedures/release.md
172
175
- page : contributing/procedures/vulpix.md
173
176
- title : Internals
177
+ directory : docs/internals
174
178
subsection :
175
179
- page : internals/backend.md
176
180
- page : internals/classpaths.md
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import com.vladsch.flexmark.formatter.Formatter
18
18
19
19
import scala .collection .JavaConverters ._
20
20
21
- val docsRootDRI : DRI = DRI (location = " docs /index" , symbolUUID = staticFileSymbolUUID)
21
+ val docsRootDRI : DRI = DRI (location = " _docs /index" , symbolUUID = staticFileSymbolUUID)
22
22
val apiPageDRI : DRI = DRI (location = " api/index" )
23
23
24
24
def defaultMarkdownOptions (using ctx : StaticSiteContext ): DataHolder =
You can’t perform that action at this time.
0 commit comments