Skip to content

Commit a323568

Browse files
committed
update quick links for new ui
1 parent f0be00d commit a323568

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

project/Build.scala

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1498,7 +1498,7 @@ object Build {
14981498
.add(OutputDir("scaladoc/output/reference"))
14991499
.add(SiteRoot(s"${temp.getAbsolutePath}/docs"))
15001500
.add(ProjectName("Scala 3 Reference"))
1501-
.add(ProjectVersion("3.1.2")) // TODO: Change that later to the current version tag. (This must happen on first forward this branch to stable release tag)
1501+
.add(ProjectVersion("3.1.3")) // TODO: Change that later to the current version tag. (This must happen on first forward this branch to stable release tag)
15021502
.remove[VersionsDictionaryUrl]
15031503
.add(SourceLinks(List(
15041504
s"${temp.getAbsolutePath}=github://lampepfl/dotty/language-reference-stable"
@@ -1901,12 +1901,12 @@ object ScaladocConfigs {
19011901
Groups(true),
19021902
QuickLinks(
19031903
List(
1904-
"Download::https://www.scala-lang.org/download/",
1905-
"Documentation::https://docs.scala-lang.org/",
1906-
"Libraries::https://index.scala-lang.org",
1907-
"Contribute::https://www.scala-lang.org/contribute/",
1904+
"Learn::https://docs.scala-lang.org/",
1905+
"Install::https://www.scala-lang.org/download/",
1906+
"Playground::https://scastie.scala-lang.org",
1907+
"Find\u00A0A\u00A0Library::https://index.scala-lang.org",
1908+
"Community::https://www.scala-lang.org/community/",
19081909
"Blog::https://www.scala-lang.org/blog/",
1909-
"Community::https://www.scala-lang.org/community/"
19101910
)
19111911
)
19121912
)

project/scripts/cmdScaladocTests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ dist/target/pack/bin/scaladoc \
4040
-project-footer "Copyright (c) 2002-2022, LAMP/EPFL" \
4141
-default-template static-site-main \
4242
-author -groups -revision main -project-version "${DOTTY_BOOTSTRAPPED_VERSION}" \
43-
"-quick-links:Download::https://www.scala-lang.org/download/,Documentation::https://docs.scala-lang.org/,Libraries::https://index.scala-lang.org,Contribute::https://www.scala-lang.org/contribute/,Blog::https://www.scala-lang.org/blog/,Community::https://www.scala-lang.org/community/" \
43+
"-quick-links:Learn::https://docs.scala-lang.org/,Install::https://www.scala-lang.org/download/,Playground::https://scastie.scala-lang.org,Find\u00A0A\u00A0Library::https://index.scala-lang.org,Community::https://www.scala-lang.org/community/,Blog::https://www.scala-lang.org/blog/" \
4444
out/bootstrap/scaladoc-testcases/scala-"${DOTTY_NONBOOTSTRAPPED_VERSION}"/classes > "$tmp" 2>&1 || echo "generated testcases project with scripts"
4545
diff -rq "$OUT1" "scaladoc/output/testcases"

0 commit comments

Comments
 (0)