Skip to content

Commit

Permalink
Set micrositeDocumentationUrl as root-relative (#2140)
Browse files Browse the repository at this point in the history
Info related to this can be found on 47degrees/sbt-microsites#251
  • Loading branch information
calvellido authored and Luka Jacobowitz committed Jan 19, 2018
1 parent 1d1b17c commit 8db3501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,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(
Expand Down

0 comments on commit 8db3501

Please sign in to comment.