Skip to content

Commit d92abd1

Browse files
committed
AUTO: Sync ScalarDL docs in English to docs site repo
1 parent 7e17883 commit d92abd1

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

docs/develop-write-an-application-overview.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ In this sub-category, you can learn how to write a ScalarDL application.
1111

1212
For details on how to write an application, see the following guides:
1313

14-
- [Write a ScalarDL Application in Java](how-to-write-applications.mdx)
15-
- [Write a ScalarDL Application with Generic Contracts](how-to-write-applications-with-generic-contracts.mdx)
14+
- [Write a ScalarDL Application with the HashStore Abstraction](./how-to-write-applications-with-hashstore.mdx)
15+
- [Write a ScalarDL Application with the TableStore Abstraction](./how-to-write-applications-with-tablestore.mdx)
16+
- [Write a ScalarDL Application with the Ledger Abstraction](./how-to-write-applications.mdx)

docs/how-to-write-applications-with-hashstore.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ tags:
55
displayed_sidebar: docsEnglish
66
---
77

8-
# Write a ScalarDL Application with HashStore
8+
# Write a ScalarDL Application with the HashStore Abstraction
99

1010
import JavadocLink from "/src/theme/JavadocLink.js";
1111

12-
This document explains how to write ScalarDL applications with HashStore. You will learn how to interact with ScalarDL HashStore in your applications, handle errors, and validate your data.
12+
This document explains how to write ScalarDL applications with the HashStore abstraction. You will learn how to use ScalarDL HashStore in your applications, handle errors, and validate your data.
1313

1414
## Use the ScalarDL HashStore Client SDK
1515

16-
You have two options to interact with ScalarDL HashStore:
16+
You have two options to use ScalarDL HashStore:
1717

1818
- Using [commands](scalardl-hashstore-command-reference.mdx), as shown in [Get Started with ScalarDL HashStore](getting-started-hashstore.mdx)
1919
- Using the [HashStore Java Client SDK](https://javadoc.io/doc/com.scalar-labs/scalardl-hashstore-java-client-sdk/)

docs/how-to-write-applications-with-tablestore.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ tags:
55
displayed_sidebar: docsEnglish
66
---
77

8-
# Write a ScalarDL Application with TableStore
8+
# Write a ScalarDL Application with the TableStore Abstraction
99

1010
import JavadocLink from "/src/theme/JavadocLink.js";
1111

12-
This document explains how to write ScalarDL applications with TableStore. You will learn how to interact with ScalarDL TableStore in your applications, handle errors, and validate your data.
12+
This document explains how to write ScalarDL applications with the TableStore abstraction. You will learn how to use ScalarDL TableStore in your applications, handle errors, and validate your data.
1313

1414
## Use the ScalarDL TableStore Client SDK
1515

16-
You have two options to interact with ScalarDL TableStore:
16+
You have two options to use ScalarDL TableStore:
1717

1818
- Using [commands](scalardl-tablestore-command-reference.mdx), as shown in [Get Started with ScalarDL TableStore](getting-started-tablestore.mdx)
1919
- Using the [TableStore Java Client SDK](https://javadoc.io/doc/com.scalar-labs/scalardl-tablestore-java-client-sdk/)

docs/how-to-write-applications.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ tags:
55
displayed_sidebar: docsEnglish
66
---
77

8-
# Write a ScalarDL Application in Java
8+
# Write a ScalarDL Application with the Ledger Abstraction
99

1010
import JavadocLink from "/src/theme/JavadocLink.js";
1111

12-
This document explains how to write ScalarDL applications. You will learn how to integrate ScalarDL into your applications, handle errors, and validate your data.
12+
This document explains how to write ScalarDL applications with the Ledger abstraction. You will learn how to integrate ScalarDL into your applications, handle errors, and validate your data.
1313

1414
## Use the ScalarDL Client SDK
1515

0 commit comments

Comments
 (0)