- Notifications
You must be signed in to change notification settings - Fork 324
/
Copy pathtutorials.yml
10 lines (10 loc) · 809 Bytes
/
tutorials.yml
1
2
3
4
5
6
7
8
9
10
- title: "Getting Started with Scala in IntelliJ"
url: "/documentation/getting-started-intellij-track/getting-started-with-scala-in-intellij.html"
- title: "Getting Started with Scala and sbt on the Command Line"
url: "/documentation/getting-started-sbt-track/getting-started-with-scala-and-sbt-on-the-command-line.html"
- title: "Building a Scala Project with IntelliJ and sbt"
url: "/documentation/getting-started-intellij-track/building-a-scala-project-with-intellij-and-sbt.html"
- title: "Testing Scala with sbt and ScalaTest on the Command Line"
url: "/documentation/getting-started-sbt-track/testing-scala-with-sbt-on-the-command-line.html"
- title: "Testing Scala in IntelliJ with ScalaTest"
url: "/documentation/getting-started-intellij-track/testing-scala-in-intellij-with-scalatest.html"