From 7f66b79ed05af980b9af5f7311aa96a6c6ba22ff Mon Sep 17 00:00:00 2001 From: josh-wong Date: Fri, 8 Aug 2025 03:40:25 +0000 Subject: [PATCH] AUTO: Sync ScalarDL docs in English to docs site repo --- docs/develop-run-an-application-overview.mdx | 1 + docs/develop-write-business-logic-overview.mdx | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/develop-run-an-application-overview.mdx b/docs/develop-run-an-application-overview.mdx index 96b0474f..a00bbcb5 100644 --- a/docs/develop-run-an-application-overview.mdx +++ b/docs/develop-run-an-application-overview.mdx @@ -11,4 +11,5 @@ In this sub-category, you can learn how to run an application through ScalarDL. For details on how to run an application, see the following guides: +- [Run a ScalarDL Application Through ScalarDL Ledger](how-to-run-applications.mdx) - [Getting Started with ScalarDL Auditor](getting-started-auditor.mdx) diff --git a/docs/develop-write-business-logic-overview.mdx b/docs/develop-write-business-logic-overview.mdx index fa48cbcf..2c33ccb7 100644 --- a/docs/develop-write-business-logic-overview.mdx +++ b/docs/develop-write-business-logic-overview.mdx @@ -15,3 +15,4 @@ For details on how to write business logic, see the following guides: - [A Guide on How to Write a Good Contract for ScalarDL](how-to-write-contract.mdx) - [A Guide on How to Write Function for ScalarDL](how-to-write-function.mdx) - [Use Generic Contracts and Functions](use-generic-contracts.mdx) +- [Use Table-Oriented Generic Contracts](use-table-oriented-generic-contracts.mdx)