From b8e69ae39ccfb33e82a0be6f75232ff8668721b8 Mon Sep 17 00:00:00 2001 From: armanbilge Date: Thu, 5 Sep 2024 16:49:28 +0000 Subject: [PATCH] deploy: 4674a76747b57ab109b207f3a8969deefd7e34cd --- site.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site.html b/site.html index 6ac386a3..c3645b2a 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-32-7850a9b-SNAPSHOT.

+

For example, the sbt-typelevel VERSION is 0.7.2 and SNAPSHOT_VERSION is 0.7.2-34-4674a76-SNAPSHOT.

How can I publish "unidoc" API docs?

If you generate your API documentation with sbt-unidoc,