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 25, 2022
1 parent f0be00d commit 36fb12b
Showing 1 changed file with 6 additions and 6 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

0 comments on commit 36fb12b

Please sign in to comment.