Skip to content

Commit bc456dc

Browse files
committed
AUTO: Sync ScalarDL docs in English to docs site repo
1 parent ef93bd5 commit bc456dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/how-to-run-applications-with-auditor.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ scalardl-hashstore bootstrap --properties <CLIENT_PROPERTIES_FILE>
317317

318318
<h3>Bootstrap TableStore clients</h3>
319319

320-
When creating `TableStoreClientService` in your application, the client certificate or secret key and the necessary contracts for using HashStore are automatically registered based on the configuration in `ClientConfig`. Thus, you don't have to manually bootstrap TableStore. If you would like to do it manually, for example, for testing purposes, download the TableStore Client SDK by following [Download the Client SDK](getting-started-tablestore.mdx#download-the-client-sdk) and run the following command.
320+
When creating `TableStoreClientService` in your application, the client certificate or secret key and the necessary contracts for using TableStore are automatically registered based on the configuration in `ClientConfig`. Thus, you don't have to manually bootstrap TableStore. If you would like to do it manually, for example, for testing purposes, download the TableStore Client SDK by following [Download the Client SDK](getting-started-tablestore.mdx#download-the-client-sdk) and run the following command.
321321

322322
```console
323323
scalardl-tablestore bootstrap --properties <CLIENT_PROPERTIES_FILE>

docs/how-to-run-applications.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ scalardl-hashstore bootstrap --properties <CLIENT_PROPERTIES_FILE>
123123

124124
<h3>Bootstrap TableStore clients</h3>
125125

126-
When creating `TableStoreClientService` in your application, the client certificate or secret key and the necessary contracts for using HashStore are automatically registered based on the configuration in `ClientConfig`. Thus, you don't have to manually bootstrap TableStore clients. If you would like to do it manually, for example, for testing purposes, download the TableStore Client SDK by following [Download the Client SDK](getting-started-tablestore.mdx#download-the-client-sdk) and run the following command.
126+
When creating `TableStoreClientService` in your application, the client certificate or secret key and the necessary contracts for using TableStore are automatically registered based on the configuration in `ClientConfig`. Thus, you don't have to manually bootstrap TableStore clients. If you would like to do it manually, for example, for testing purposes, download the TableStore Client SDK by following [Download the Client SDK](getting-started-tablestore.mdx#download-the-client-sdk) and run the following command.
127127

128128
```console
129129
scalardl-tablestore bootstrap --properties <CLIENT_PROPERTIES_FILE>

0 commit comments

Comments
 (0)