Skip to content

v1.3.1

Compare
Choose a tag to compare
@47erbot 47erbot released this 28 Jan 23:35
a526739

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 your build.sbt.
  • Add Document Search (#534) @sloshy
    • Search is enabled by default only for the light theme. To disable it, set micrositeSearchEnabled := false in your build.sbt.

🐛 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

Contributors to this release

@47erbot, @juanpedromoreno and @sloshy