v1.3.1
What's changed
🚀 Features
- Allow config to specify if home-page button goes to repo or docs (#540) @sloshy
- To change the large button on your microsite home page to go to the project docs instead of the project repo, set
micrositeHomeButtonTarget := "docs"
in yourbuild.sbt
.
- To change the large button on your microsite home page to go to the project docs instead of the project repo, set
- Add Document Search (#534) @sloshy
- Search is enabled by default only for the
light
theme. To disable it, setmicrositeSearchEnabled := false
in yourbuild.sbt
.
- Search is enabled by default only for the
🐛 Bug Fixes
- Search styling tweaks (#541) @sloshy
- Update scrimage to 4.x from 2.x & fix copying resources (#529) @sloshy
- Fix Gitter links in README and microsite (#530) @sloshy
📈 Dependency updates
- Update github4s to v0.28.0, add http4s dependency (#539) @sloshy
- Update sbt-mdoc: 2.2.16, Scala: 2.12.12 (#537) @sloshy
- Update ScalaCheck to 1.15, scalatestplus scalacheck to 3.2.3.0 (#536) @sloshy
- Update scrimage-scala to 4.0.15 (#538) @47erbot
- Update scrimage to 4.x from 2.x & fix copying resources (#529) @sloshy
- Update scalatags to 0.9.3 (#533) @47erbot
- Update sbt to 1.4.6 (#528) @47erbot