-
Notifications
You must be signed in to change notification settings - Fork 347
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update sbt-microsites to v1.4.2 (#1106)
Co-authored-by: Scala Steward <[email protected]>
- Loading branch information
1 parent
53246ee
commit 53d7d1c
Showing
2 changed files
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -333,6 +333,7 @@ lazy val docSettings = Seq( | |
"gray-lighter" -> "#F4F3F4", | ||
"white-color" -> "#FFFFFF" | ||
), | ||
micrositePushSiteWith := GHPagesPlugin, | ||
autoAPIMappings := true, | ||
docsMappingsAPIDir := "api", | ||
addMappingsToSiteDir(ScalaUnidoc / packageDoc / mappings, docsMappingsAPIDir), | ||
|
@@ -345,14 +346,13 @@ lazy val docSettings = Seq( | |
(LocalRootProject / baseDirectory).value.getAbsolutePath, | ||
"-diagrams" | ||
), | ||
git.remoteRepo := "[email protected]:twitter/algebird.git", | ||
makeSite / includeFilter := "*.html" | "*.css" | "*.png" | "*.jpg" | "*.gif" | "*.js" | "*.swf" | "*.yml" | "*.md" | ||
) | ||
|
||
// Documentation is generated for projects defined in | ||
// `docsSourcesAndProjects`. | ||
lazy val docs = project | ||
.enablePlugins(MicrositesPlugin, MdocPlugin, ScalaUnidocPlugin, GhpagesPlugin) | ||
.enablePlugins(MicrositesPlugin, MdocPlugin, ScalaUnidocPlugin) | ||
.settings(moduleName := "algebird-docs") | ||
.settings(sharedSettings) | ||
.settings(noPublishSettings) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters