We're happy to announce the launch of the Scala Documentation repository, at http://docs.scala-lang.org . The Scala Documentation repository is meant to serve as a centralized home to grow and develop Scala documentation within, including:
- Guides
- Overviews
- Tutorials
- The Glossary from "Programming in Scala"
- Cheatsheets
- Scala Improvement Process documents
- The Scala Style Guide
It was designed so it would be easy for core committers and the community alike to contribute and evolve documentation.To that aim, the entire site is available on GitHub, at http://github.com/scala/scala.github.com , so contributing documentation (small or large) is as simple as submitting your document (written in Markdown) as a GitHub pull request.
For more information on contributing, please see http://docs.scala-lang.org/contribute.html . A number of people have already contributed to the site, thanks to Josh Suereth, Dave Copeland, Daniel Spiewak, Bill Venners, Brendan O'Connor, Simon Ochsenreither, and others.