From d8217d970b91655f102d64f80f8ade9701d88672 Mon Sep 17 00:00:00 2001 From: Juan Pedro Moreno Date: Tue, 25 Apr 2017 08:28:42 +0200 Subject: [PATCH] Auto-update versions in doc files --- README.md | 4 ++++ docs/src/main/tut/docs/index.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 7e749381..922c618c 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,14 @@ A microsite is an instance of Jekyll, ready to publish a static web page for you To Begin, add the following lines to the `project/plugins.sbt` file within your project or sbt module where you want to use the `sbt-microsites` plugin. +[comment]: # (Start Replace) + ``` addSbtPlugin("com.47deg" % "sbt-microsites" % "0.5.3") ``` +[comment]: # (End Replace) + Finally, to enable the plugin, add this to your `build.sbt` file: ``` enablePlugins(MicrositesPlugin) diff --git a/docs/src/main/tut/docs/index.md b/docs/src/main/tut/docs/index.md index e3aa89ff..9db4a1ae 100644 --- a/docs/src/main/tut/docs/index.md +++ b/docs/src/main/tut/docs/index.md @@ -49,10 +49,14 @@ To begin, add the following lines to the `project/plugins.sbt` file within your Latest release: +[comment]: # (Start Replace) + ```bash addSbtPlugin("com.47deg" % "sbt-microsites" % "0.5.3") ``` +[comment]: # (End Replace) + Latest snapshot built from the `master` branch code: ```tut:evaluated