From 20e02d33af599d42553e8dbc76dca3ccf9c9c557 Mon Sep 17 00:00:00 2001 From: 47 Degrees Dev Date: Wed, 25 Sep 2019 13:36:35 +0200 Subject: [PATCH] Updates policy files from SBT [ci skip] --- README.md | 6 +++--- docs/src/main/tut/docs/index.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7232655e..2679576a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [comment]: # (Start Badges) -[![Build Status](https://travis-ci.org/47deg/sbt-microsites.svg?branch=master)](https://travis-ci.org/47deg/sbt-microsites) [![Maven Central](https://img.shields.io/badge/maven%20central-0.9.4-green.svg)](https://repo1.maven.org/maven2/com/47deg/sbt-microsites_2.12_1.0) [![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/47deg/sbt-microsites/master/LICENSE) [![Join the chat at https://gitter.im/47deg/sbt-microsites](https://badges.gitter.im/47deg/sbt-microsites.svg)](https://gitter.im/47deg/sbt-microsites?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![GitHub Issues](https://img.shields.io/github/issues/47deg/sbt-microsites.svg)](https://github.com/47deg/sbt-microsites/issues) +[![Build Status](https://travis-ci.org/47deg/sbt-microsites.svg?branch=master)](https://travis-ci.org/47deg/sbt-microsites) [![Maven Central](https://img.shields.io/badge/maven%20central-0.9.5-green.svg)](https://repo1.maven.org/maven2/com/47deg/sbt-microsites_2.12_1.0) [![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/47deg/sbt-microsites/master/LICENSE) [![Join the chat at https://gitter.im/47deg/sbt-microsites](https://badges.gitter.im/47deg/sbt-microsites.svg)](https://gitter.im/47deg/sbt-microsites?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![GitHub Issues](https://img.shields.io/github/issues/47deg/sbt-microsites.svg)](https://github.com/47deg/sbt-microsites/issues) [comment]: # (End Badges) @@ -24,7 +24,7 @@ To begin, add the following lines to the `project/plugins.sbt` file within your [comment]: # (Start Replace) ``` -addSbtPlugin("com.47deg" % "sbt-microsites" % "0.9.4") +addSbtPlugin("com.47deg" % "sbt-microsites" % "0.9.5") ``` [comment]: # (End Replace) @@ -78,4 +78,4 @@ sbt-microsites is designed and developed by 47 Degrees Copyright (C) 2016-2019 47 Degrees. -[comment]: # (End Copyright) +[comment]: # (End Copyright) \ No newline at end of file diff --git a/docs/src/main/tut/docs/index.md b/docs/src/main/tut/docs/index.md index f4707fd9..269a4476 100644 --- a/docs/src/main/tut/docs/index.md +++ b/docs/src/main/tut/docs/index.md @@ -54,7 +54,7 @@ Latest release: [comment]: # (Start Replace) ```bash -addSbtPlugin("com.47deg" % "sbt-microsites" % "0.9.4") +addSbtPlugin("com.47deg" % "sbt-microsites" % "0.9.5") ``` [comment]: # (End Replace) @@ -69,4 +69,4 @@ enablePlugins(MicrositesPlugin) Your docs can be placed wherever you want in your project since there are sbt settings to point to the sources of your microsite, however the plugin expects to find the sources where both [**tut**](https://github.com/tpolecat/tut) and [**mdoc**](https://github.com/scalameta/mdoc) have defined by default. They are: - Tut: `src/main/tut/` -- mdoc: `docs/` +- mdoc: `docs/` \ No newline at end of file