Skip to content

Commit 557fec3

Browse files
committed
Fix typo in command. Remove mention of internal command for doc generation
1 parent 792cf55 commit 557fec3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/docs/contributing/getting-started.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,7 @@ To generate this page and other static page docs, run
8585
```bash
8686
# the generated docs will be located in scaladoc/output
8787
$ sbt
88-
> scalaDoc/generateScalaDocumentation
89-
90-
# or run the following bash script to generate docs under $PWD/docs/_site
91-
$ ./project/scripts/genDocs
88+
> scaladoc/generateScalaDocumentation
9289
```
9390
See `scaladoc/README.md` for more information on developing with the docs.
9491

0 commit comments

Comments
 (0)