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)