From 89c4041700ce1953b86b9e7571b57384165ed831 Mon Sep 17 00:00:00 2001 From: armanbilge Date: Thu, 5 Sep 2024 17:36:41 +0000 Subject: [PATCH] deploy: b48f58e7a8b44639af8a27a7ad139672deb591d3 --- customization.html | 3 ++- site.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/customization.html b/customization.html index 2f3e475e..40f3557d 100644 --- a/customization.html +++ b/customization.html @@ -226,7 +226,8 @@

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-34-4674a76-SNAPSHOT.

+

For example, the sbt-typelevel VERSION is 0.7.2 and SNAPSHOT_VERSION is 0.7.2-38-b48f58e-SNAPSHOT.

How can I publish "unidoc" API docs?

If you generate your API documentation with sbt-unidoc,