File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ <h3 class="underline">app ディレクトリ</h3>
214214
215215 < h3 class ="underline "> commands ディレクトリ</ h3 >
216216 REST-APIサーバー構築に必要となるカスタムスキャフォールディングコマンド群の定義が格納されています。< br />
217- カスタムコマンドの作成方法については< font > < a href ="../custom-command.html " target ="_blank "> ▶ カスタムコマンド作成機能</ a > </ font > のページを参照してください。< br /> < br />
217+ カスタムコマンドの作成方法については < a class =" embedded-link " href ="../custom-command.html " target ="_blank " rel =" noopener " > >> カスタムコマンド作成機能</ a > のページを参照してください。< br /> < br />
218218
219219 < h3 class ="underline "> locale ディレクトリ</ h3 >
220220 多言語対応のメッセージ定義を配置するディレクトリです。< br />
@@ -276,7 +276,7 @@ <h3 class="underline">設定ファイルの読み込みルール(重要)</h3
276276 そのため、これら 3 つの設定ファイルは、< strong > 基本的な設定項目を含んだ状態で必ず setting ディレクトリに配置しておく必要があります</ strong > 。< br />
277277 (削除したり、空ファイルにするとサーバー動作に影響が出る可能性があります。)< br /> < br />
278278
279- メイン処理クラス内での詳細な仕様は < font > < a href ="./main.html "> ▶ メイン処理クラス実装</ a > </ font > で解説しています。< br />
279+ メイン処理クラス内での詳細な仕様は < a class =" embedded-link " href ="./main.html "> >> メイン処理クラス実装</ a > で解説しています。< br />
280280 </ div > < br />
281281
282282 < a id ="startup "> </ a >
@@ -310,7 +310,7 @@ <h2 class="subtitle">開発フローの全体像</h2>
310310
311311 < br />
312312 < h3 class ="underline "> 1. ルーティングを定義する</ h3 >
313- < font > < a href ="./setting-routing.html "> ▶ ルーティング設定</ a > </ font > 、または < font > < a href ="./routing.html "> ▶ ルーティングの概要</ a > </ font > ページの内容に従って、
313+ < a class =" embedded-link " href ="./setting-routing.html "> >> ルーティング設定</ a > 、または < a class =" embedded-link " href ="./routing.html "> >> ルーティングの概要</ a > ページの内容に従って、
314314 URL とイベント処理の対応を設定します。< br /> < br />
315315
316316 < h3 class ="underline "> 2. イベント処理を実装する</ h3 >
You can’t perform that action at this time.
0 commit comments