diff --git a/site.html b/site.html index ec6c3588..07ff514f 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.6 and SNAPSHOT_VERSION is 0.7.6-2-995fb58-SNAPSHOT.

+

For example, the sbt-typelevel VERSION is 0.7.6 and SNAPSHOT_VERSION is 0.7.6-4-852993e-SNAPSHOT.

How can I publish "unidoc" API docs?

If you generate your API documentation with sbt-unidoc,