We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f079df4 commit 6af67a1Copy full SHA for 6af67a1
docs/docs/contributing/getting-started.md
@@ -65,5 +65,14 @@ or via bash:
65
$ dotr
66
```
67
68
+
69
+Generating Documentation
70
+-------------------------
71
+To generate this page and other static page docs, run
72
+```bash
73
+$ sbt
74
+> genDocs
75
+```
76
77
Before contributing to Dotty, we invite you to consult the
78
[Dotty Developer Guidelines](https://github.com/lampepfl/dotty/blob/master/CONTRIBUTING).
docs/sidebar.yml
@@ -3,6 +3,8 @@ sidebar:
3
url: blog/index.html
4
- title: Usage
5
subsection:
6
+ - title: Getting Started
7
+ url: docs/usage/getting-started.html
8
- title: sbt-projects
9
url: docs/usage/sbt-projects.html
10
- title: IDE support for Dotty
0 commit comments