From 8fd7267593ac20948c0ab839ad80bd8886cc0913 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fede=20Fern=C3=A1ndez?= <720923+fedefernandez@users.noreply.github.com> Date: Fri, 23 Dec 2022 11:37:00 +0100 Subject: [PATCH] Update docs --- AUTHORS.md | 17 +++++++++++++++++ README.md | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/AUTHORS.md b/AUTHORS.md index 00dbde9e..f57d83a4 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -8,9 +8,25 @@ The maintainers of the project are: +- [![47erbot](https://avatars.githubusercontent.com/u/24799081?v=4&s=20) **47erbot**](https://github.com/47erbot) +- [![AdrianRaFo](https://avatars.githubusercontent.com/u/15971742?v=4&s=20) **Adrian Ramirez Fornell (AdrianRaFo)**](https://github.com/AdrianRaFo) +- [![anamariamv](https://avatars.githubusercontent.com/u/2183589?v=4&s=20) **Ana Mª Marquez (anamariamv)**](https://github.com/anamariamv) +- [![AntonioMateoGomez](https://avatars.githubusercontent.com/u/25897490?v=4&s=20) **Antonio Mateo (AntonioMateoGomez)**](https://github.com/AntonioMateoGomez) - [![cb372](https://avatars.githubusercontent.com/u/106760?v=4&s=20) **Chris Birchall (cb372)**](https://github.com/cb372) +- [![diesalbla](https://avatars.githubusercontent.com/u/1764610?v=4&s=20) **Diego E. Alonso Blas (diesalbla)**](https://github.com/diesalbla) +- [![dominv](https://avatars.githubusercontent.com/u/3943031?v=4&s=20) **Domingo Valera (dominv)**](https://github.com/dominv) +- [![fedefernandez](https://avatars.githubusercontent.com/u/720923?v=4&s=20) **Fede Fernández (fedefernandez)**](https://github.com/fedefernandez) - [![franciscodr](https://avatars.githubusercontent.com/u/1200151?v=4&s=20) **Francisco Diaz (franciscodr)**](https://github.com/franciscodr) +- [![israelpzglez](https://avatars.githubusercontent.com/u/646886?v=4&s=20) **Israel Pérez (israelpzglez)**](https://github.com/israelpzglez) +- [![jkmcclellan](https://avatars.githubusercontent.com/u/52432856?v=4&s=20) **Jason McClellan (jkmcclellan)**](https://github.com/jkmcclellan) +- [![jdesiloniz](https://avatars.githubusercontent.com/u/2835739?v=4&s=20) **Javier de Silóniz Sandino (jdesiloniz)**](https://github.com/jdesiloniz) - [![juanpedromoreno](https://avatars.githubusercontent.com/u/4879373?v=4&s=20) **Juan Pedro Moreno (juanpedromoreno)**](https://github.com/juanpedromoreno) +- [![calvellido](https://avatars.githubusercontent.com/u/7753447?v=4&s=20) **Juan Valencia (calvellido)**](https://github.com/calvellido) +- [![MaureenElsberry](https://avatars.githubusercontent.com/u/17556002?v=4&s=20) **Maureen Elsberry (MaureenElsberry)**](https://github.com/MaureenElsberry) +- [![noelmarkham](https://avatars.githubusercontent.com/u/1492487?v=4&s=20) **Noel Markham (noelmarkham)**](https://github.com/noelmarkham) +- [![rafaparadela](https://avatars.githubusercontent.com/u/315070?v=4&s=20) **Rafa Paradela (rafaparadela)**](https://github.com/rafaparadela) +- [![raulraja](https://avatars.githubusercontent.com/u/456796?v=4&s=20) **Raúl Raja Martínez (raulraja)**](https://github.com/raulraja) +- [![sloshy](https://avatars.githubusercontent.com/u/427237?v=4&s=20) **Ryan Peters (sloshy)**](https://github.com/sloshy) ## Contributors @@ -71,6 +87,7 @@ These are the people that have contributed to the _sbt-microsites_ project: - [![NeQuissimus](https://avatars.githubusercontent.com/u/628342?v=4&s=20) **NeQuissimus**](https://github.com/NeQuissimus) - [![valydia](https://avatars.githubusercontent.com/u/2129101?v=4&s=20) **valydia**](https://github.com/valydia) - [![vaslabs](https://avatars.githubusercontent.com/u/3875429?v=4&s=20) **vaslabs**](https://github.com/vaslabs) +- [![davesmith00047](https://avatars.githubusercontent.com/u/119872582?v=4&s=20) **davesmith00047**](https://github.com/davesmith00047) - [![jvican](https://avatars.githubusercontent.com/u/2462974?v=4&s=20) **jvican**](https://github.com/jvican) - [![kczulko](https://avatars.githubusercontent.com/u/19495571?v=4&s=20) **kczulko**](https://github.com/kczulko) - [![kencyke](https://avatars.githubusercontent.com/u/26133249?v=4&s=20) **kencyke**](https://github.com/kencyke) diff --git a/README.md b/README.md index ee7ab16f..abf3dcfc 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ 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. ``` -addSbtPlugin("com.47deg" % "sbt-microsites" % "0.0.0") +addSbtPlugin("com.47deg" % "sbt-microsites" % "1.4.0") ``` Finally, to enable the plugin, add this to your `build.sbt` file: