Skip to content

Commit

Permalink
manual for 0.19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshalm committed Sep 10, 2023
1 parent c089daf commit 5b80155
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions project/ManualSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ object ManualSettings {
val docsURL = "https://typelevel.org/Laika/"
val srcURL = "https://github.com/typelevel/Laika"
val docsSrcURL = "https://github.com/typelevel/Laika/tree/main/docs/src"
val demoURL = "http://planet42.org"
val chatURL = "https://discord.gg/XF3CXcMzqD"
}

private object text {
Expand Down Expand Up @@ -155,7 +155,7 @@ object ManualSettings {
IconLink.external(paths.srcURL, HeliumIcon.github),
IconLink.internal(paths.api, HeliumIcon.api),
IconLink.internal(paths.downloads, HeliumIcon.download),
IconLink.external(paths.demoURL, HeliumIcon.demo)
IconLink.external(paths.chatURL, HeliumIcon.chat)
),
versionMenu = VersionMenu.create(
"Version",
Expand Down Expand Up @@ -191,7 +191,7 @@ object ManualSettings {
),
projectLinks = Seq(
TextLink.external(paths.srcURL, "Source on GitHub"),
TextLink.external(paths.demoURL, "Demo Application")
TextLink.external(paths.chatURL, "Typelevel Chat")
),
teasers = text.teasers
)
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.2")

addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")

addSbtPlugin("org.planet42" % "laika-sbt" % "0.19.3")
addSbtPlugin("org.planet42" % "laika-sbt" % "0.19.4")

0 comments on commit 5b80155

Please sign in to comment.