diff --git a/site.html b/site.html index 0236fc66..a2dcf21d 100644 --- a/site.html +++ b/site.html @@ -254,7 +254,7 @@

How can I include my project version on the website?

sbt-typelevel-site automatically adds VERSION and SNAPSHOT_VERSION to the mdocVariables setting which can be used with variable injection.

-

For example, the sbt-typelevel VERSION is 0.7.2 and SNAPSHOT_VERSION is 0.7.2-17-47bb656-SNAPSHOT.

+

For example, the sbt-typelevel VERSION is 0.7.2 and SNAPSHOT_VERSION is 0.7.2-19-56c0129-SNAPSHOT.

How can I publish "unidoc" API docs?

If you generate your API documentation with sbt-unidoc,