diff --git a/helium/site/laika-helium.css b/helium/site/laika-helium.css index 606ea40a..a331beed 100644 --- a/helium/site/laika-helium.css +++ b/helium/site/laika-helium.css @@ -873,6 +873,13 @@ code .type-name, code .tag-name, code .xml-dtd-tag-name, code .markup-fence { color: var(--syntax-wheel5); } +code .diff-added { + background-color: rgb(0 175 0 / 40%); +} +code .diff-removed { + background-color: rgb(250 0 0 / 40%); +} + ul.toc, .toc ul { diff --git a/site.html b/site.html index c4f81e4f..fecf055f 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.7 and SNAPSHOT_VERSION is 0.6.7-9-39ec40b-SNAPSHOT.

+

For example, the sbt-typelevel VERSION is 0.6.7 and SNAPSHOT_VERSION is 0.6.7-11-53ad8a4-SNAPSHOT.

How can I publish "unidoc" API docs?

If you generate your API documentation with sbt-unidoc,