Skip to content

Commit

Permalink
deploy: cdfd45a
Browse files Browse the repository at this point in the history
  • Loading branch information
dalance committed Apr 16, 2024
1 parent 75510c0 commit 12b6a2e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,9 @@ <h3 id="the-target-field"><a class="header" href="#the-target-field"><code>targe
<ul>
<li><code>source</code> – ソースコードと同じディレクトリ</li>
<li><code>directory</code> – 特定のディレクトリ</li>
<li><code>bundle</code> – 特定のファイル</li>
</ul>
<p><code>directory</code> を指定する場合は、ターゲットディレクトリを <code>path</code> キーで指定します。</p>
<p><code>directory</code> あるいは <code>bundle</code> を指定する場合は、ターゲットパスを <code>path</code> キーで指定します。</p>
<pre><code class="language-toml">[build]
target = {type = "directory", path = "[dst dir]"}
</code></pre>
Expand Down
3 changes: 2 additions & 1 deletion book/ja/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -1785,8 +1785,9 @@ <h3 id="the-target-field"><a class="header" href="#the-target-field"><code>targe
<ul>
<li><code>source</code> – ソースコードと同じディレクトリ</li>
<li><code>directory</code> – 特定のディレクトリ</li>
<li><code>bundle</code> – 特定のファイル</li>
</ul>
<p><code>directory</code> を指定する場合は、ターゲットディレクトリを <code>path</code> キーで指定します。</p>
<p><code>directory</code> あるいは <code>bundle</code> を指定する場合は、ターゲットパスを <code>path</code> キーで指定します。</p>
<pre><code class="language-toml">[build]
target = {type = "directory", path = "[dst dir]"}
</code></pre>
Expand Down
2 changes: 1 addition & 1 deletion book/ja/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion book/ja/searchindex.json

Large diffs are not rendered by default.

0 comments on commit 12b6a2e

Please sign in to comment.