From a4a2499fd9c9f3f7580ea8ba565628fb11523057 Mon Sep 17 00:00:00 2001 From: nogurenn Date: Tue, 20 Apr 2021 19:27:33 +0800 Subject: [PATCH] Use updated command for doc generation --- docs/docs/contributing/getting-started.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docs/contributing/getting-started.md b/docs/docs/contributing/getting-started.md index ff3e1e709e4d..1e8a9e5701d0 100644 --- a/docs/docs/contributing/getting-started.md +++ b/docs/docs/contributing/getting-started.md @@ -84,8 +84,9 @@ Generating Documentation To generate this page and other static page docs, run ```bash $ sbt -> genDocs +> scaladoc/generateScalaDocumentation ``` +For more information, see `scaladoc/README.md`. Before contributing to Dotty, we invite you to consult the [Dotty Developer Guidelines](https://github.com/lampepfl/dotty/blob/master/CONTRIBUTING.md).