Skip to content

Commit 1bddfc6

Browse files
AUTO: Sync ScalarDB docs in English to docs site repo (#1219)
Co-authored-by: josh-wong <[email protected]>
1 parent 4f72ed5 commit 1bddfc6

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

versioned_docs/version-3.13/scalardb-cluster/run-non-transactional-storage-operations-through-scalardb-cluster.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ scalar.db.transaction_manager=single-crud-operation
232232

233233
### Set the license key
234234

235-
Set the license key (trial license or commercial license) for the ScalarDB Clusters in the properties file. For details, see [How to Configure a Product License Key](../scalar-licensing/README.mdx).
235+
Set the license key (trial license or commercial license) for the ScalarDB Clusters in the properties file. For details, see [How to Configure a Product License Key](../scalar-licensing/index.mdx).
236236

237237
### Start ScalarDB Cluster in standalone mode
238238

versioned_docs/version-3.13/scalardb-cluster/run-non-transactional-storage-operations-through-sql-interface.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ scalar.db.transaction_manager=single-crud-operation
231231

232232
### Set the license key
233233

234-
Set the license key (trial license or commercial license) for the ScalarDB Clusters in the properties file. For details, see [How to Configure a Product License Key](../scalar-licensing/README.mdx).
234+
Set the license key (trial license or commercial license) for the ScalarDB Clusters in the properties file. For details, see [How to Configure a Product License Key](../scalar-licensing/index.mdx).
235235

236236
### Start ScalarDB Cluster in standalone mode
237237

versioned_docs/version-3.13/scalardb-cluster/run-transactions-through-scalardb-cluster-sql.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ To set up ScalarDB Cluster in standalone mode, you'll need to set a license key
223223

224224
### Set the license key
225225

226-
Set the license key (trial license or commercial license) for the ScalarDB Clusters in the properties file. For details, see [How to Configure a Product License Key](../scalar-licensing/README.mdx).
226+
Set the license key (trial license or commercial license) for the ScalarDB Clusters in the properties file. For details, see [How to Configure a Product License Key](../scalar-licensing/index.mdx).
227227

228228
### Start ScalarDB Cluster in standalone mode
229229

versioned_docs/version-3.13/scalardb-cluster/run-transactions-through-scalardb-cluster.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ To set up ScalarDB Cluster in standalone mode, you'll need to set a license key
224224

225225
### Set the license key
226226

227-
Set the license key (trial license or commercial license) for the ScalarDB Clusters in the properties file. For details, see [How to Configure a Product License Key](../scalar-licensing/README.mdx).
227+
Set the license key (trial license or commercial license) for the ScalarDB Clusters in the properties file. For details, see [How to Configure a Product License Key](../scalar-licensing/index.mdx).
228228

229229
### Start ScalarDB Cluster in standalone mode
230230

versioned_docs/version-3.13/scalardb-cluster/setup-scalardb-cluster-on-kubernetes-by-using-helm-chart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ You can deploy PostgreSQL on the Kubernetes cluster as follows.
9797
helm repo add scalar-labs https://scalar-labs.github.io/helm-charts
9898
```
9999

100-
2. Set your license key and certificate as environment variables. If you don't have a license key, please [contact us](https://www.scalar-labs.com/contact). For details about the value for `<CERT_PEM_FOR_YOUR_LICENSE_KEY>`, see [How to Configure a Product License Key](../scalar-licensing/README.mdx).
100+
2. Set your license key and certificate as environment variables. If you don't have a license key, please [contact us](https://www.scalar-labs.com/contact). For details about the value for `<CERT_PEM_FOR_YOUR_LICENSE_KEY>`, see [How to Configure a Product License Key](../scalar-licensing/index.mdx).
101101

102102
```console
103103
SCALAR_DB_CLUSTER_LICENSE_KEY='<YOUR_LICENSE_KEY>'

versioned_docs/version-3.13/scalardb-cluster/standalone-mode.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ You can use the primary key or the secondary key in your Azure Cosmos DB account
215215

216216
### Set the license key
217217

218-
Set the license key (trial license or commercial license) for the ScalarDB Clusters in the configuration file `scalardb-cluster-node.properties`. For details, see [How to Configure a Product License Key](../scalar-licensing/README.mdx).
218+
Set the license key (trial license or commercial license) for the ScalarDB Clusters in the configuration file `scalardb-cluster-node.properties`. For details, see [How to Configure a Product License Key](../scalar-licensing/index.mdx).
219219

220220
### Start ScalarDB Cluster in standalone mode
221221

versioned_docs/version-3.13/scalardb-samples/spring-data-microservice-transaction-sample/README.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ scalar.db.cluster.node.licensing.license_check_cert_pem=
153153

154154
In this sample application, the ScalarDB Clusters are running in standalone mode (`scalar.db.cluster.node.standalone_mode.enabled=true`).
155155

156-
Also, you need to set the license key (trial license or commercial license) for the ScalarDB Clusters in the configuration file. For details, see [How to Configure a Product License Key](../../scalar-licensing/README.mdx).
156+
Also, you need to set the license key (trial license or commercial license) for the ScalarDB Clusters in the configuration file. For details, see [How to Configure a Product License Key](../../scalar-licensing/index.mdx).
157157

158158
## Setup
159159

@@ -173,7 +173,7 @@ cd scalardb-samples/spring-data-microservice-transaction-sample
173173

174174
### Set the license key
175175

176-
Set the license key (trial license or commercial license) for the ScalarDB Clusters in the configuration files [`scalardb-cluster-node-for-customer-service.properties`](https://github.com/scalar-labs/scalardb-samples/blob/main/spring-data-microservice-transaction-sample/scalardb-cluster-node-for-customer-service.properties) and [`scalardb-cluster-node-for-order-service.properties`](https://github.com/scalar-labs/scalardb-samples/blob/main/spring-data-microservice-transaction-sample/scalardb-cluster-node-for-order-service.properties). For details, see [How to Configure a Product License Key](../../scalar-licensing/README.mdx).
176+
Set the license key (trial license or commercial license) for the ScalarDB Clusters in the configuration files [`scalardb-cluster-node-for-customer-service.properties`](https://github.com/scalar-labs/scalardb-samples/blob/main/spring-data-microservice-transaction-sample/scalardb-cluster-node-for-customer-service.properties) and [`scalardb-cluster-node-for-order-service.properties`](https://github.com/scalar-labs/scalardb-samples/blob/main/spring-data-microservice-transaction-sample/scalardb-cluster-node-for-order-service.properties). For details, see [How to Configure a Product License Key](../../scalar-licensing/index.mdx).
177177

178178
### Start Cassandra, MySQL, and ScalarDB Clusters
179179

versioned_docs/version-3.13/scalardb-samples/spring-data-multi-storage-transaction-sample/README.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ For details, see [Multi-Storage Transactions](../../multi-storage-transactions.m
142142

143143
In this sample application, ScalarDB Cluster is running in standalone mode (`scalar.db.cluster.node.standalone_mode.enabled=true`).
144144

145-
Also, you need to set the license key (trial license or commercial license) for ScalarDB Cluster in the configuration file. For details, see [How to Configure a Product License Key](../../scalar-licensing/README.mdx).
145+
Also, you need to set the license key (trial license or commercial license) for ScalarDB Cluster in the configuration file. For details, see [How to Configure a Product License Key](../../scalar-licensing/index.mdx).
146146

147147
## Client Configuration
148148

@@ -171,7 +171,7 @@ cd scalardb-samples/spring-data-multi-storage-transaction-sample
171171

172172
### Set the license key
173173

174-
Set the license key (trial license or commercial license) for the ScalarDB Clusters in the configuration file [`scalardb-cluster-node.properties`](https://github.com/scalar-labs/scalardb-samples/blob/main/spring-data-multi-storage-transaction-sample/scalardb-cluster-node.properties). For details, see [How to Configure a Product License Key](../../scalar-licensing/README.mdx).
174+
Set the license key (trial license or commercial license) for the ScalarDB Clusters in the configuration file [`scalardb-cluster-node.properties`](https://github.com/scalar-labs/scalardb-samples/blob/main/spring-data-multi-storage-transaction-sample/scalardb-cluster-node.properties). For details, see [How to Configure a Product License Key](../../scalar-licensing/index.mdx).
175175

176176
### Start Cassandra, MySQL, and ScalarDB Cluster
177177

0 commit comments

Comments
 (0)