Skip to content

Commit 6af67a1

Browse files
committed
Modify sidebar and contributors/getting-started.md
1 parent f079df4 commit 6af67a1

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-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).

docs/sidebar.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ sidebar:
33
url: blog/index.html
44
- title: Usage
55
subsection:
6+
- title: Getting Started
7+
url: docs/usage/getting-started.html
68
- title: sbt-projects
79
url: docs/usage/sbt-projects.html
810
- title: IDE support for Dotty

0 commit comments

Comments
 (0)