Skip to content

Commit

Permalink
Fix Laika ThemeNavigationSection in build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
valencik committed Jan 31, 2024
1 parent acae410 commit d897c1e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
)
)
)
Expand Down

0 comments on commit d897c1e

Please sign in to comment.