Skip to content

Commit

Permalink
deploy: bf87b6e
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Feb 28, 2024
1 parent 718d002 commit 9be0173
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 3 deletions.
2 changes: 1 addition & 1 deletion feed_rss_created.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion feed_rss_updated.xml

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions page/lsp-zig/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3080,6 +3080,13 @@
lsp-zig-warn-style
</a>

</li>

<li class="md-nav__item">
<a href="#lsp-zig-zig-exe-path" class="md-nav__link">
lsp-zig-zig-exe-path
</a>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -3797,6 +3804,13 @@
lsp-zig-warn-style
</a>

</li>

<li class="md-nav__item">
<a href="#lsp-zig-zig-exe-path" class="md-nav__link">
lsp-zig-zig-exe-path
</a>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -4040,6 +4054,16 @@ <h3 id="lsp-zig-warn-style"><code>lsp-zig-warn-style</code><a class="headerlink"
<p><em>Default:</em> <code>nil</code></p>
<p>Enables warnings for style guideline mismatches.</p>
<hr />
<h3 id="lsp-zig-zig-exe-path"><code>lsp-zig-zig-exe-path</code><a class="headerlink" href="#lsp-zig-zig-exe-path" title="Permanent link">#</a></h3>
<p><em>Type:</em> <code>string</code></p>
<p><em>Default:</em> ``</p>
<div class="codehilite"><pre><span></span><code>Zig executable path.
</code></pre></div>

<p>e.g. /path/to/zig/zig, used to run the custom build runner. If null, zig is
looked up in PATH. Will be used to infer the zig standard library path if none
is provided.</p>
<hr />
<h3 id="lsp-zig-zig-lib-path"><code>lsp-zig-zig-lib-path</code><a class="headerlink" href="#lsp-zig-zig-lib-path" title="Permanent link">#</a></h3>
<p><em>Type:</em> <code>string</code></p>
<p><em>Default:</em> ``</p>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 9be0173

Please sign in to comment.