Skip to content

Commit

Permalink
deploy: 340ab32
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Oct 30, 2024
1 parent c1c1d9d commit 3729ddc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions guide/configuration/schema.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,10 @@ <h1 id="configuration-schema"><a class="header" href="#configuration-schema">Con
</code></pre>
<h2 id="obtaining-the-schema"><a class="header" href="#obtaining-the-schema">Obtaining the schema</a></h2>
<p>You can generate the schema by running:</p>
<pre><code class="language-bash">trunk config schema
<pre><code class="language-bash">trunk config generate-schema
</code></pre>
<p>Or directly write it to a file:</p>
<pre><code class="language-bash">trunk config schema path/to/file
<pre><code class="language-bash">trunk config generate-schema path/to/file
</code></pre>
<h2 id="editoride-support"><a class="header" href="#editoride-support">Editor/IDE support</a></h2>
<p>Your editor/IDE needs to support this functionality. Trunk only provides the schema. The following sections provide
Expand Down
4 changes: 2 additions & 2 deletions guide/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -464,10 +464,10 @@ <h2 id="required-version"><a class="header" href="#required-version">Required ve
</code></pre>
<h2 id="obtaining-the-schema"><a class="header" href="#obtaining-the-schema">Obtaining the schema</a></h2>
<p>You can generate the schema by running:</p>
<pre><code class="language-bash">trunk config schema
<pre><code class="language-bash">trunk config generate-schema
</code></pre>
<p>Or directly write it to a file:</p>
<pre><code class="language-bash">trunk config schema path/to/file
<pre><code class="language-bash">trunk config generate-schema path/to/file
</code></pre>
<h2 id="editoride-support"><a class="header" href="#editoride-support">Editor/IDE support</a></h2>
<p>Your editor/IDE needs to support this functionality. Trunk only provides the schema. The following sections provide
Expand Down
2 changes: 1 addition & 1 deletion guide/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion guide/searchindex.json

Large diffs are not rendered by default.

0 comments on commit 3729ddc

Please sign in to comment.