Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto-update sbt-microsite version in doc files #174

Merged
merged 1 commit into from
Apr 25, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 4 additions & 0 deletions docs/src/main/tut/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down