Skip to content

Commit 5ba2ad6

Browse files
committed
AUTO: Sync ScalarDL docs in English to docs site repo
1 parent 86144cb commit 5ba2ad6

6 files changed

+113
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
tags:
3+
- Community
4+
- Enterprise
5+
displayed_sidebar: docsEnglish
6+
---
7+
8+
# Advanced Configurations and Operations Overview
9+
10+
In this sub-category, you can learn how to set advanced configurations and perform advanced operations for ScalarDL.
11+
12+
For details on advanced configurations and operations, see the following:
13+
14+
- [ScalarDL Authentication Guide](authentication.mdx)
15+
- [ScalarDL Benchmarking Tools](scalardl-benchmarks/README.mdx)
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
tags:
3+
- Community
4+
- Enterprise
5+
displayed_sidebar: docsEnglish
6+
---
7+
8+
# Develop Overview
9+
10+
In this category, you can follow guides to help you become more familiar with ScalarDL, specifically with how to write and run ScalarDL applications.
11+
12+
## Write Business Logic
13+
14+
In this sub-category, you can learn how to write business logic for a ScalarDL application.
15+
16+
For an overview of this sub-category, see [Write Business Logic Overview](develop-write-business-logic-overview.mdx).
17+
18+
## Write an Application
19+
20+
In this sub-category, you can learn how to write a ScalarDL application.
21+
22+
For an overview of this sub-category, see [Write an Application Overview](develop-write-an-application-overview.mdx).
23+
24+
## Run an Application
25+
26+
In this sub-category, you can learn how to run an application through ScalarDL.
27+
28+
For an overview of this sub-category, see [Run an Application Overview](develop-run-an-application-overview.mdx).
29+
30+
## Run Sample Applications
31+
32+
In this sub-category, you can learn how to run sample applications that take advantage of ScalarDL.
33+
34+
For an overview of this sub-category, see [Run Sample Applications Overview](develop-samples-overview.mdx).
35+
36+
## Advanced Configurations and Operations
37+
38+
In this sub-category, you can learn how to set advanced configurations and perform advanced operations for ScalarDL.
39+
40+
For an overview of this sub-category, see [Advanced Configurations and Operations Overview](develop-advanced-configurations-overview.mdx).
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
tags:
3+
- Community
4+
- Enterprise
5+
displayed_sidebar: docsEnglish
6+
---
7+
8+
# Run an Application Overview
9+
10+
In this sub-category, you can learn how to run an application through ScalarDL.
11+
12+
For details on how to run an application, see the following guides:
13+
14+
- [Run an Application Through ScalarDL Ledger and ScalarDL Auditor](getting-started-auditor.mdx)
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
tags:
3+
- Community
4+
- Enterprise
5+
displayed_sidebar: docsEnglish
6+
---
7+
8+
# Run Sample Applications Overview
9+
10+
In this sub-category, you can learn how to run sample applications that take advantage of ScalarDL.
11+
12+
To set up and run a sample application, see the following guide:
13+
14+
- [Run a Simple Bank Account Application](applications/simple-bank-account/README.mdx)
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
tags:
3+
- Community
4+
- Enterprise
5+
displayed_sidebar: docsEnglish
6+
---
7+
8+
# Write an Application Overview
9+
10+
In this sub-category, you can learn how to write a ScalarDL application.
11+
12+
For details on how to write an application, see the following guide:
13+
14+
- [Write a ScalarDL Application in Java](how-to-write-applications.mdx)
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
tags:
3+
- Community
4+
- Enterprise
5+
displayed_sidebar: docsEnglish
6+
---
7+
8+
# Write Business Logic Overview
9+
10+
In this sub-category, you can learn how to write business logic for a ScalarDL application.
11+
12+
For details on how to write business logic, see the following guides:
13+
14+
- [Model Your Data](data-modeling.mdx)
15+
- [Write a Contract](how-to-write-contract.mdx)
16+
- [Write a Function](how-to-write-function.mdx)

0 commit comments

Comments
 (0)