From 8be91f1d963abfea862cd9f47686bd5515b3cc7b Mon Sep 17 00:00:00 2001 From: armanbilge Date: Tue, 31 Oct 2023 15:07:35 +0000 Subject: [PATCH] deploy: 6a44e1f2f956b1568382ed033a3ccf2732bcf64b --- site.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site.html b/site.html index 403e59b5..a2c0d7dc 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.0 and SNAPSHOT_VERSION is 0.6.0-10-d2c50f7-SNAPSHOT.

+

For example, the sbt-typelevel VERSION is 0.6.0 and SNAPSHOT_VERSION is 0.6.0-13-6a44e1f-SNAPSHOT.

How can I publish "unidoc" API docs?

If you generate your API documentation with sbt-unidoc,