Skip to content

Commit

Permalink
update quick links for new ui
Browse files Browse the repository at this point in the history
  • Loading branch information
bishabosha committed Aug 30, 2022
1 parent f0be00d commit a323568
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1498,7 +1498,7 @@ object Build {
.add(OutputDir("scaladoc/output/reference"))
.add(SiteRoot(s"${temp.getAbsolutePath}/docs"))
.add(ProjectName("Scala 3 Reference"))
.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)
.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)
.remove[VersionsDictionaryUrl]
.add(SourceLinks(List(
s"${temp.getAbsolutePath}=github://lampepfl/dotty/language-reference-stable"
Expand Down Expand Up @@ -1901,12 +1901,12 @@ object ScaladocConfigs {
Groups(true),
QuickLinks(
List(
"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/",
"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/",
"Community::https://www.scala-lang.org/community/"
)
)
)
Expand Down
2 changes: 1 addition & 1 deletion project/scripts/cmdScaladocTests
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ dist/target/pack/bin/scaladoc \
-project-footer "Copyright (c) 2002-2022, LAMP/EPFL" \
-default-template static-site-main \
-author -groups -revision main -project-version "${DOTTY_BOOTSTRAPPED_VERSION}" \
"-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/" \
"-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/" \
out/bootstrap/scaladoc-testcases/scala-"${DOTTY_NONBOOTSTRAPPED_VERSION}"/classes > "$tmp" 2>&1 || echo "generated testcases project with scripts"
diff -rq "$OUT1" "scaladoc/output/testcases"

0 comments on commit a323568

Please sign in to comment.