Skip to content

Commit

Permalink
deploy: b48f58e
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Sep 5, 2024
1 parent b8e69ae commit 89c4041
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion customization.html
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,8 @@ <h3 id="sbt-typelevel-ci" class="section"><a class="anchor-link left" href="#sbt
<li><code>tlCiScalafixCheck</code> (setting): Whether to do scalafix check in CI (default: <code>false</code>).</li>
<li><code>tlCiMimaBinaryIssueCheck</code> (setting): Whether to do MiMa binary issues check in CI (default: <code>false</code>).</li>
<li><code>tlCiDocCheck</code> (setting): Whether to build API docs in CI (default: <code>false</code>).</li>
<li><code>tlCiDependencyGraphJob</code> (setting): Whether to add a job to submit dependencies to GH (default: <code>true</code>)</li>
<li><code>tlCiDependencyGraphJob</code> (setting): Whether to add a job to submit dependencies to GH (default: <code>true</code>).</li>
<li><code>tlCiForkCondition</code> (setting): Condition for checking on CI whether this project is a fork of another (default: <code>github.event.repository.fork == false</code>).</li>
<li><code>tlCiStewardValidateConfig</code> (setting): The location of the Scala Steward config to validate (default: <code>.scala-steward.conf</code>, if exists).</li>
<li><code>tlCrossRootProject</code> (method): helper to create a <code>root</code> project that can aggregate both <code>Project</code>s and <code>CrossProject</code>s. Automatically creates separate jobs in the CI matrix for each platform (JVM, JS, etc.).</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.7.2</code> and <code>SNAPSHOT_VERSION</code> is <code>0.7.2-34-4674a76-SNAPSHOT</code>.</p>
<p>For example, the sbt-typelevel <code>VERSION</code> is <code>0.7.2</code> and <code>SNAPSHOT_VERSION</code> is <code>0.7.2-38-b48f58e-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 89c4041

Please sign in to comment.