Skip to content

Commit cc5553d

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

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

versioned_docs/version-3.12/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
@@ -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.12/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
@@ -230,7 +230,7 @@ scalar.db.transaction_manager=single-crud-operation
230230

231231
### Set the license key
232232

233-
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).
233+
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).
234234

235235
### Start ScalarDB Cluster in standalone mode
236236

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

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

223223
### Set the license key
224224

225-
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).
225+
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).
226226

227227
### Start ScalarDB Cluster in standalone mode
228228

versioned_docs/version-3.12/scalardb-cluster/run-transactions-through-scalardb-cluster.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.12/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
@@ -96,7 +96,7 @@ You can deploy PostgreSQL on the Kubernetes cluster as follows.
9696
helm repo add scalar-labs https://scalar-labs.github.io/helm-charts
9797
```
9898

99-
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).
99+
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).
100100

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

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

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

215215
### Set the license key
216216

217-
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).
217+
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).
218218

219219
### Start ScalarDB Cluster in standalone mode
220220

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

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

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

155-
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).
155+
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).
156156

157157
## Setup
158158

@@ -172,7 +172,7 @@ cd scalardb-samples/spring-data-microservice-transaction-sample
172172

173173
### Set the license key
174174

175-
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).
175+
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).
176176

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

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

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

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

144-
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).
144+
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).
145145

146146
## Client Configuration
147147

@@ -170,7 +170,7 @@ cd scalardb-samples/spring-data-multi-storage-transaction-sample
170170

171171
### Set the license key
172172

173-
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).
173+
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).
174174

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

0 commit comments

Comments
 (0)