Skip to content

Commit e777aa5

Browse files
committed
Clarify which websites are built by which command
1 parent 813dd1e commit e777aa5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/_docs/contributing/workflow.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ The basics of working with Dotty codebase are documented [here](https://dotty.ep
115115
| `testOnly dotty.tools.dotc.CompilationTests -- *pos` | Run test (method) `pos` from `CompilationTests` suite. |
116116
| `testCompilation sample` | In all test suites, run test files containing the word `sample` in their title. |
117117
| `scala3-compiler/Test/runMain dotty.tools.printTypes`| Print types underlying representation |
118-
| `scaladoc/generateScalaDocumentation` | Build the documentation website |
118+
| `scaladoc/generateScalaDocumentation` | Build the documentation website (published to https://dotty.epfl.ch) |
119+
| `scaladoc/generateReferenceDocumentation` | Build the reference documentation website (published to https://docs.scala-lang.org/scala3/reference) |
119120

120121

121122
## Shell Commands

0 commit comments

Comments
 (0)