Skip to content

Commit

Permalink
Fix site?
Browse files Browse the repository at this point in the history
  • Loading branch information
Quafadas committed Sep 27, 2023
1 parent 68231e5 commit d35710e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ lazy val core = crossProject(
lazy val docs = project
.in(file("site"))
.enablePlugins(TypelevelSitePlugin)
.dependsOn(core.jvm)
.settings(
laikaConfig ~= { _.withRawContent },
laikaExtensions := Seq(
Expand All @@ -64,7 +65,7 @@ lazy val docs = project
)
.site
.topNavigationBar(
homeLink = IconLink.internal(Root / "index.md", HeliumIcon.home),
homeLink = IconLink.internal(laika.ast.Path(List("index.md")), HeliumIcon.home),
navLinks = Seq(IconLink.external("https://github.com/Quafadas/vecxt", HeliumIcon.github))
)
Helium.defaults.site
Expand Down
3 changes: 3 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Home

hmmmmm

0 comments on commit d35710e

Please sign in to comment.