diff --git a/customization.html b/customization.html index 894c3ae8..df81fa28 100644 --- a/customization.html +++ b/customization.html @@ -171,7 +171,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.6.0 and SNAPSHOT_VERSION is 0.6.0-6-5f2998e-SNAPSHOT.

+

For example, the sbt-typelevel VERSION is 0.6.0 and SNAPSHOT_VERSION is 0.6.0-10-d2c50f7-SNAPSHOT.

How can I publish "unidoc" API docs?

If you generate your API documentation with sbt-unidoc,