Skip to content

Commit ac1e7db

Browse files
authored
Add generating docs section to contributing's getting-started
1 parent b95c702 commit ac1e7db

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/docs/contributing/getting-started.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,14 @@ or via bash:
6565
$ dotr
6666
```
6767

68+
69+
Generating Documentation
70+
-------------------------
71+
To generate this page and other static page docs, run
72+
```bash
73+
$ sbt
74+
> genDocs
75+
```
76+
6877
Before contributing to Dotty, we invite you to consult the
6978
[Dotty Developer Guidelines](https://github.com/lampepfl/dotty/blob/master/CONTRIBUTING).

0 commit comments

Comments
 (0)