From d897c1e95e703e15b8bfcf692c2ce0be929371aa Mon Sep 17 00:00:00 2001 From: Andrew Valencik Date: Wed, 31 Jan 2024 09:55:59 -0500 Subject: [PATCH] Fix Laika ThemeNavigationSection in build.sbt --- build.sbt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/build.sbt b/build.sbt index e2616c9..c31b836 100644 --- a/build.sbt +++ b/build.sbt @@ -74,11 +74,9 @@ lazy val docs = project appendLinks = Seq( ThemeNavigationSection( "Related Projects", - NonEmptyList.of( - TextLink.external("https://lucene.apache.org/", "lucene"), - TextLink.external("https://typelevel.org/cats-effect/", "cats-effect"), - TextLink.external("https://fs2.io/", "fs2"), - ), + TextLink.external("https://lucene.apache.org/", "lucene"), + TextLink.external("https://typelevel.org/cats-effect/", "cats-effect"), + TextLink.external("https://fs2.io/", "fs2"), ) ) )