From 5b80155f45c5f35325c2f1ae1a316e6ad0209459 Mon Sep 17 00:00:00 2001 From: Jens Halm <3116929+jenshalm@users.noreply.github.com> Date: Sun, 10 Sep 2023 18:21:29 +0100 Subject: [PATCH] manual for 0.19.4 --- project/ManualSettings.scala | 6 +++--- project/plugins.sbt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/project/ManualSettings.scala b/project/ManualSettings.scala index d81ab97d5..01f45fecc 100644 --- a/project/ManualSettings.scala +++ b/project/ManualSettings.scala @@ -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 { @@ -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", @@ -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 ) diff --git a/project/plugins.sbt b/project/plugins.sbt index e358086b9..b927dd214 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -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")