forked from scala/docs.scala-lang
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdoc-nav-header.yml
68 lines (68 loc) · 2.2 KB
/
doc-nav-header.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
- title: Getting Started
url: "/getting-started/index.html"
- title: Scala 3
url: "#"
submenu:
- title: What's New?
url: "/scala3/new-in-scala3.html"
- title: Migrating From Scala 2
url: "/scala3/guides/migration/compatibility-intro.html"
- title: New Features for Scaladoc
url: "/scala3/scaladoc.html"
- title: Videos and Talks
url: "/scala3/talks.html"
- title: Learn
url: "#"
submenu:
- title: Tour of Scala
url: "/tour/tour-of-scala.html"
- title: Scala 3 Book
url: "/scala3/book/introduction.html"
- title: Scala 2 Book
url: "/overviews/scala-book/introduction.html"
- title: Online Courses
url: "/online-courses.html"
- title: Online Resources
url: "/learn.html"
- title: Tutorials
url: "#"
submenu:
- title: Getting Started with Scala in IntelliJ
url: "/getting-started/intellij-track/getting-started-with-scala-in-intellij.html"
- title: Getting Started with Scala and sbt
url: "/getting-started/sbt-track/getting-started-with-scala-and-sbt-on-the-command-line.html"
- title: Scala for Java Programmers
url: "/tutorials/scala-for-java-programmers.html"
- title: Scala on Android
url: "/tutorials/scala-on-android.html"
- title: Scala with Maven
url: "/tutorials/scala-with-maven.html"
- title: Using the Scala Toolkit
url: "/toolkit/introduction.html"
- title: Reference
url: "#"
submenu:
- title: "Guides & Overviews"
url: "/overviews/index.html"
- title: Books
url: "/books.html"
- title: Scala FAQ
url: "/tutorials/FAQ/index.html"
- title: Scala 2 Language Specification
url: http://scala-lang.org/files/archive/spec/2.13/
- title: Scala 3 Language Specification
url: http://scala-lang.org/files/archive/spec/3.4/
- title: Scala 3 Language Reference
url: "https://docs.scala-lang.org/scala3/reference"
- title: Scala Contribution Guide
url: "/contribute/"
- title: Style Guide
url: "/style/index.html"
- title: Cheatsheet
url: "/cheatsheets/index.html"
- title: Glossary
url: "/glossary/index.html"
- title: API
url: "/api/all.html"
- title: SIPs
url: "/sips/index.html"