Skip to content

Commit ea0a74b

Browse files
committed
Move links to Cheatsheet and Glossary into the Reference submenu
Also tweak the wording of the API entry in the Scala 3 landing page.
1 parent a7b051b commit ea0a74b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

_data/doc-nav-header.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,20 @@
3131
url: "/books.html"
3232
- title: Scala FAQ
3333
url: "/tutorials/FAQ/index.html"
34-
- title: Language Spec
34+
- title: Language Specification
3535
url: http://scala-lang.org/files/archive/spec/2.13/
3636
- title: Style Guide
3737
url: "/style/index.html"
38+
- title: Cheatsheet
39+
url: "/cheatsheets/index.html"
40+
- title: Glossary
41+
url: "/glossary/index.html"
3842
- title: API
3943
url: "#"
4044
submenu:
4145
- title: Current
4246
url: https://www.scala-lang.org/api/current/
4347
- title: All Versions
4448
url: "/api/all.html"
45-
- title: Cheatsheet
46-
url: "/cheatsheets/index.html"
47-
- title: Glossary
48-
url: "/glossary/index.html"
4949
- title: SIPs
5050
url: "/sips/index.html"

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ scala3-sections:
3232
description: "Detailed guides about particular aspects of the language."
3333
icon: "fa fa-map"
3434
link: /scala3/guides.html
35-
- title: "API"
36-
description: "API documentation for every version of Scala 3."
35+
- title: "Scala Library API"
36+
description: "API documentation for every version of the Scala 3 standard library."
3737
icon: "fa fa-file-alt"
3838
link: https://scala-lang.org/api/3.x/
3939
- title: "Language Reference"

0 commit comments

Comments
 (0)