We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa74e9d commit 1b0537bCopy full SHA for 1b0537b
build.sbt
@@ -55,6 +55,8 @@ lazy val example = project
55
.enablePlugins(NoPublishPlugin)
56
.dependsOn(lucene)
57
58
+import laika.ast.Path.Root
59
+import laika.helium.config.{IconLink, HeliumIcon}
60
lazy val docs = project
61
.in(file("site"))
62
.enablePlugins(TypelevelSitePlugin)
@@ -67,7 +69,9 @@ lazy val docs = project
67
69
TypelevelProject.Fs2,
68
70
),
71
tlSiteHelium := {
- tlSiteHelium.value.site.darkMode.disabled
72
+ tlSiteHelium.value.site.darkMode.disabled.site.topNavigationBar(
73
+ homeLink = IconLink.external("https://github.com/valencik/textmogrify", HeliumIcon.home)
74
+ )
75
},
76
)
77
0 commit comments