Skip to content

Releases: 47degrees/sbt-microsites

v0.3.3

15 Nov 14:23
Compare
Choose a tag to compare
  • Adds feature to allow users to include custom layouts and partial layouts to their microsites, by specifying their location with the micrositeExternalLayoutsDirectory and micrositeExternalIncludesDirectory settings of the plugin.
  • Fixes images loading for retina displays

v0.3.2

09 Nov 11:23
Compare
Choose a tag to compare

v0.3.1

07 Nov 09:44
Compare
Choose a tag to compare
  • Fixes #84: Allow custom javascript in generated microsite
  • Fixes #70: Scala Code is not properly Highlighted
  • Fixes #76: Improve table style. Thanks @jvican !

v0.3.0

25 Oct 22:29
Compare
Choose a tag to compare
  • 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

23 Oct 07:01
Compare
Choose a tag to compare

Updates Tut to 0.4.5 for Scala 2.12.0-RC2 support

0.2.5 version

27 Sep 16:31
Compare
Choose a tag to compare
  • 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

23 Sep 15:17
Compare
Choose a tag to compare
Merge pull request #40 from 47deg/jp-bumsp-new-release-0,2,4

Releases new plugin 0.2.4 version

0.2.0 version

21 Sep 14:20
Compare
Choose a tag to compare
Merge pull request #36 from 47deg/bumps-new-release-version

Releases new Plugin Version

0.1.0 version

12 Sep 16:19
Compare
Choose a tag to compare
Merge pull request #17 from 47deg/bumps-initial-release-version

Bumps initial release version