From b23c7fbc117856910fa43de205457d8637eef8c6 Mon Sep 17 00:00:00 2001 From: Obarros Date: Wed, 20 Jun 2018 11:24:55 +0100 Subject: [PATCH] Change scaladoc link title to "API Documentation" (#2303) * update sbt-microsites plugin * add micrositeDocumentationLabelDescription on the docSettings --- build.sbt | 1 + project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a79901709e..25e08a3772 100644 --- a/build.sbt +++ b/build.sbt @@ -160,6 +160,7 @@ lazy val docSettings = Seq( micrositeHomepage := "http://typelevel.org/cats/", micrositeBaseUrl := "cats", micrositeDocumentationUrl := "/cats/api/cats/index.html", + micrositeDocumentationLabelDescription := "API Documentation", micrositeGithubOwner := "typelevel", micrositeExtraMdFiles := Map( file("CONTRIBUTING.md") -> ExtraMdFileConfig( diff --git a/project/plugins.sbt b/project/plugins.sbt index 67e87e21a7..69c3b2f477 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -10,7 +10,7 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.9.3") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.22") addSbtPlugin("com.github.tkawachi" % "sbt-doctest" % "0.8.0") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.0") -addSbtPlugin("com.47deg" % "sbt-microsites" % "0.7.17") +addSbtPlugin("com.47deg" % "sbt-microsites" % "0.7.20") addSbtPlugin("com.dwijnand" % "sbt-travisci" % "1.1.1") addSbtPlugin("org.lyranthe.sbt" % "partial-unification" % "1.1.1") addSbtPlugin("org.tpolecat" % "tut-plugin" % "0.6.4")