diff --git a/build.sbt b/build.sbt index 9f51e97..aec77c1 100644 --- a/build.sbt +++ b/build.sbt @@ -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( @@ -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 diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 0000000..4557046 --- /dev/null +++ b/docs/README.md @@ -0,0 +1,3 @@ +# Home + +hmmmmm