From d22c3792a0c47c432081b40f226db9a9cd577ce7 Mon Sep 17 00:00:00 2001 From: armanbilge Date: Wed, 20 Dec 2023 02:56:21 +0000 Subject: [PATCH] deploy: 5a1100180003053ec5dba82bef004cb90a4faeba --- site.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site.html b/site.html index 1bd20525..5b677339 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.6.4 and SNAPSHOT_VERSION is 0.6.4-1-92a9965-SNAPSHOT.

+

For example, the sbt-typelevel VERSION is 0.6.4 and SNAPSHOT_VERSION is 0.6.4-3-5a11001-SNAPSHOT.

How can I publish "unidoc" API docs?

If you generate your API documentation with sbt-unidoc,