Releases: 47degrees/sbt-microsites
v0.3.3
- Adds feature to allow users to include custom layouts and partial layouts to their microsites, by specifying their location with the
micrositeExternalLayoutsDirectory
andmicrositeExternalIncludesDirectory
settings of the plugin. - Fixes images loading for retina displays
v0.3.2
- Fixes #82: Scala 2.12 supported. Thanks @julien-truffaut!
v0.3.1
v0.3.0
- Menu Configuration:
The docs Layout menu (https://47deg.github.io/sbt-microsites/docs/layouts.html) configuration, now it's slightly different respect to version 0.2.x
. In the previous version, it wasn't necessary to specify the docs folder where the different documents were placed.
For instance:
options:
- title: Getting Started
url: index.html
section: intro
- title: Configuring the Microsite
url: settings.html
Internally the plugin considered that the links above were relative to the micrositeDocumentationUrl
setting.
However, in the new version: 0.3.0
, you have to specify the inner folder in every case. For example:
options:
- title: Getting Started
url: docs/index.html
section: intro
- title: Configuring the Microsite
url: docs/settings.html
In summary, now all the links are relative to the site base URL.
- Ability to create complex menus like this:
- title: Type Classes
url: typeclasses.html
menu_type: typeclasses
menu_section: typeclasses
section
has been replaced by menu_section
.
In addition, a new field menu_type
property has been included in order to define different menus inside the menu.yml
file.
v0.2.7
Updates Tut to 0.4.5 for Scala 2.12.0-RC2 support
0.2.5 version
- sbt-native-packager plugin has been removed since it's not being used for now
- Optionally, the Documentation Layout provides the ability to create submenus.
0.2.4 version
Merge pull request #40 from 47deg/jp-bumsp-new-release-0,2,4 Releases new plugin 0.2.4 version
0.2.0 version
Merge pull request #36 from 47deg/bumps-new-release-version Releases new Plugin Version
0.1.0 version
Merge pull request #17 from 47deg/bumps-initial-release-version Bumps initial release version