Skip to content

Commit

Permalink
deploy: 53ad8a4
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Apr 7, 2024
1 parent 14a398e commit 90b34ed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions helium/site/laika-helium.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion site.html
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ <h2 id="faq" class="section"><a class="anchor-link left" href="#faq"><i class="i
<h3 id="how-can-i-include-my-project-version-on-the-website" class="section"><a class="anchor-link left" href="#how-can-i-include-my-project-version-on-the-website"><i class="icofont-laika link">&#xef71;</i></a>How can I include my project version on the website?</h3>
<p><strong>sbt-typelevel-site</strong> automatically adds <code>VERSION</code> and <code>SNAPSHOT_VERSION</code> to the <code>mdocVariables</code> setting
which can be used with <a href="https://scalameta.org/mdoc/docs/why.html#variable-injection">variable injection</a>.</p>
<p>For example, the sbt-typelevel <code>VERSION</code> is <code>0.6.7</code> and <code>SNAPSHOT_VERSION</code> is <code>0.6.7-9-39ec40b-SNAPSHOT</code>.</p>
<p>For example, the sbt-typelevel <code>VERSION</code> is <code>0.6.7</code> and <code>SNAPSHOT_VERSION</code> is <code>0.6.7-11-53ad8a4-SNAPSHOT</code>.</p>

<h3 id="how-can-i-publish-unidoc-api-docs" class="section"><a class="anchor-link left" href="#how-can-i-publish-unidoc-api-docs"><i class="icofont-laika link">&#xef71;</i></a>How can I publish &quot;unidoc&quot; API docs?</h3>
<p>If you generate your API documentation with <a href="https://github.com/sbt/sbt-unidoc">sbt-unidoc</a>,
Expand Down

0 comments on commit 90b34ed

Please sign in to comment.