diff --git a/i18n/versioned_docs/ja-jp/docusaurus-plugin-content-docs/current/develop-run-an-application-overview.mdx b/i18n/versioned_docs/ja-jp/docusaurus-plugin-content-docs/current/develop-run-an-application-overview.mdx index 45000b12..4d5d7ba5 100644 --- a/i18n/versioned_docs/ja-jp/docusaurus-plugin-content-docs/current/develop-run-an-application-overview.mdx +++ b/i18n/versioned_docs/ja-jp/docusaurus-plugin-content-docs/current/develop-run-an-application-overview.mdx @@ -15,4 +15,5 @@ import TranslationBanner from '/src/components/_translation-ja-jp.mdx'; アプリケーションの実行方法の詳細については、以下のガイドをご覧ください: +- [ScalarDL Ledger を介して ScalarDL アプリケーションを実行する](how-to-run-applications.mdx) - [ScalarDL Auditor の使用を開始する](getting-started-auditor.mdx) diff --git a/i18n/versioned_docs/ja-jp/docusaurus-plugin-content-docs/current/develop-write-business-logic-overview.mdx b/i18n/versioned_docs/ja-jp/docusaurus-plugin-content-docs/current/develop-write-business-logic-overview.mdx index ee6f3bed..30e056b1 100644 --- a/i18n/versioned_docs/ja-jp/docusaurus-plugin-content-docs/current/develop-write-business-logic-overview.mdx +++ b/i18n/versioned_docs/ja-jp/docusaurus-plugin-content-docs/current/develop-write-business-logic-overview.mdx @@ -19,3 +19,4 @@ import TranslationBanner from '/src/components/_translation-ja-jp.mdx'; - [ScalarDL の適切なコントラクトを作成する方法に関するガイド](how-to-write-contract.mdx) - [ScalarDL のファンクションの書き方に関するガイド](how-to-write-function.mdx) - [汎用コントラクトおよびファンクションの使用](use-generic-contracts.mdx) +- [テーブル指向汎用コントラクトの使用](use-table-oriented-generic-contracts.mdx)