Skip to content

Commit

Permalink
deploy: d2c50f7
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Oct 24, 2023
1 parent d2d755c commit d7860f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion customization.html
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ <h3 id="sbt-typelevel-kernel" class="section"><a class="anchor-link left" href="
<p><code>TypelevelKernelPlugin</code></p>
<ul>
<li><code>tlIsScala3</code> (setting): <code>true</code>, if <code>scalaVersion</code> is 3.x.</li>
<li><code>tlReplaceCommandAlias</code> (method): Replace a <code>addCommandAlias</code> definition.</li>
<li><code>tlCommandAliases</code> (setting): Command aliases defined for this build.</li>
<li><code>tlReleaseLocal</code> (command): Alias for <code>+publishLocal</code>.</li>
</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.0</code> and <code>SNAPSHOT_VERSION</code> is <code>0.6.0-6-5f2998e-SNAPSHOT</code>.</p>
<p>For example, the sbt-typelevel <code>VERSION</code> is <code>0.6.0</code> and <code>SNAPSHOT_VERSION</code> is <code>0.6.0-10-d2c50f7-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 d7860f7

Please sign in to comment.