From 3eadb31d11ffba0fd07386e6fe0de7f0f0c33a33 Mon Sep 17 00:00:00 2001 From: Juan Valencia Date: Mon, 8 Jan 2018 17:19:02 +0100 Subject: [PATCH] Set micrositeDocumentationUrl as root-relative Info related to this can be found on https://github.com/47deg/sbt-microsites/issues/251 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d055b1fdeb..9aa9f85d07 100644 --- a/build.sbt +++ b/build.sbt @@ -144,7 +144,7 @@ lazy val docSettings = Seq( micrositeHighlightTheme := "atom-one-light", micrositeHomepage := "http://typelevel.org/cats/", micrositeBaseUrl := "cats", - micrositeDocumentationUrl := "api/cats/index.html", + micrositeDocumentationUrl := "/cats/api/cats/index.html", micrositeGithubOwner := "typelevel", micrositeExtraMdFiles := Map( file("CONTRIBUTING.md") -> ExtraMdFileConfig(