diff --git a/customization.html b/customization.html index b3c4a659..109394b2 100644 --- a/customization.html +++ b/customization.html @@ -222,6 +222,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.1 and SNAPSHOT_VERSION is 0.7.1-6-d01bac4-SNAPSHOT.

+

For example, the sbt-typelevel VERSION is 0.7.1 and SNAPSHOT_VERSION is 0.7.1-9-bdc0e9a-SNAPSHOT.

How can I publish "unidoc" API docs?

If you generate your API documentation with sbt-unidoc,