Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
h1romas4 committed Sep 28, 2023
1 parent b83e2ee commit 01cc68f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1396,7 +1396,7 @@ <h3 id="_サンプル文書の変換を試す">2.1. サンプル文書の変換
</td>
<td class="content">
<div class="paragraph">
<p><code>gradlew</code> コマンドは <code>gradlew [タスク名]</code> として実行したい機能を呼び分けることができます。本手順では文書の変換をする場合のタスク名を <code>docs</code> と定義しています。タスク名称や操作の内容は、リポジトリ中の <code>build.gradle</code> ファイル中に含まれます。</p>
<p><code>gradlew</code> コマンドは <code>gradlew [タスク名]</code> として実行したい機能を呼び分けられます。<code>docs</code> 部分はこの機能を用い、ビルドスクリプト内で文書ビルドのタスクと定義しています。タスク名称や操作の内容は、リポジトリ中の <code>build.gradle</code> ファイル中に含まれます。</p>
</div>
</td>
</tr>
Expand Down Expand Up @@ -1734,7 +1734,7 @@ <h4 id="_visual_studio_code_の導入wsl2_ubuntu_環境">2.3.2. Visual Studio Co
</table>
</div>
<div class="paragraph">
<p>なお、VS Code WSL2 拡張の詳細は次のドキュメントから得ることができます</p>
<p>なお、VS Code WSL2 拡張の詳細は次のドキュメントから得られます</p>
</div>
<div class="quoteblock">
<blockquote>
Expand Down Expand Up @@ -3954,7 +3954,7 @@ <h2 id="_ダイアグラム記法">4. ダイアグラム記法</h2>
<p>次項から PlantUML や ditta 記法を使って描いた実際のダイアグラム図表とソースコードを紹介します。コピーアンドペーストして使いやすいよう各ダイアグラム内で頻出する記法をなるべくピックアップする形で描いています。作成したい図表と似たようなものからアレンジして使うと良いでしょう。</p>
</div>
<div class="paragraph">
<p>PlantUML と ditta 記法の詳細な仕様については、次のドキュメントから得ることができます</p>
<p>PlantUML と ditta 記法の詳細な仕様については、次のドキュメントから得られます</p>
</div>
<div class="quoteblock">
<blockquote>
Expand Down
Binary file modified docs/index.pdf
Binary file not shown.

0 comments on commit 01cc68f

Please sign in to comment.