Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix #39: Link API documentation from website
  • Loading branch information
gzm0 committed Jun 12, 2014
commit ca0d7d5b88b369707bf4901f0c3a95fe5ead9a8e
15 changes: 15 additions & 0 deletions doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,21 @@ Alternatively, create a project with *custom naming* by using this [giter8 templ
* [JavaScript interoperability](./js-interoperability.html)
* [Scala.js Cookbook](./cookbook/)

## API

Generated Scaladocs are available here:

#### Scala.js 0.5.0-RC2
* [0.5.0-RC2 scalajs-library]({{ BASE_PATH }}/api/scalajs-library/0.5.0-RC2/)
* [0.5.0-RC2 scalajs-tools]({{ BASE_PATH }}/api/scalajs-tools/0.5.0-RC2/)
* [0.5.0-RC2 scalajs-test-bridge]({{ BASE_PATH }}/api/scalajs-test-bridge/0.5.0-RC2/)
* [0.5.0-RC2 scalajs-jasmine-test-framework]({{ BASE_PATH }}/api/scalajs-jasmine-test-framework/0.5.0-RC2/)

#### Scala.js 0.4.4
* [0.4.4 scalajs-library]({{ BASE_PATH }}/api/scalajs-library/0.4.4/)
* [0.4.4 scalajs-tools]({{ BASE_PATH }}/api/scalajs-tools/0.4.4/)
* [0.4.4 scalajs-jasmine-test-framework]({{ BASE_PATH }}/api/scalajs-jasmine-test-framework/0.4.4/)

## FAQ

[Frequently Asked Questions](./faq.html) about Scala.js
Expand Down