-
Notifications
You must be signed in to change notification settings - Fork 326
recommend sbt, not Activator #530
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,6 @@ title: Documentation Contributions | |
There are several ways you can help out with the improvement of Scala documentation. These include: | ||
|
||
* API Documentation in Scaladoc | ||
* Code examples and tutorials in activator templates. | ||
* Guides, Overviews, Tutorials, Cheat Sheets and more on the docs.scala-lang.org site | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sbt 13.13 has a There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Would it be possible for There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Anyway, this is the wrong place to suggest these changes. I think we're making suggestions for improving the getting started page, which is not the file we're commenting on (we're commenting on a contributing page) There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. For the getting started page, you can point to http://www.scala-sbt.org/0.13/docs/sbt-new-and-Templates.html |
||
* Updating scala-lang.org | ||
|
||
|
@@ -28,13 +27,6 @@ Please *follow the issue submission process closely* to help prevent duplicate i | |
[submit new Scaladoc](./scala-standard-library-api-documentation.html) | ||
without creating an issue, but please look to see if there is an issue already submitted for your task and claim it if there is. If not, please post your intention to work on a specific scaladoc task on scala-internals so that people know what you are doing. | ||
|
||
### Examples/Tutorials in Activator Templates | ||
|
||
[Lightbend Activator](https://www.lightbend.com/community/core-tools/activator-and-sbt) | ||
is a tool based on SBT, with a UI mode that is ideal for code based tutorials, overviews and walk-throughs. To contribute an example in activator, you can fork an existing template, edit it, add a tutorial, upload it to github and then submit the github project into the template repository. It's the fastest way to produce a working code example with tutorial. | ||
|
||
Please see [Contributing an Activator Template](https://www.lightbend.com/activator/template/contribute) for more details. | ||
|
||
### The Main Scala Documentation Site | ||
|
||
[docs.scala-lang.org](https://wiki.scala-lang.org/) houses the primary source of written, non-API documentation for Scala. It's a github project that you can fork and submit pull requests from. It includes: | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should sbt be capitalized here? It is the beginning of a sentence.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sbt is a proper noun like iPhone and eBay.