From afbc240fc113d8f03a6b37bec91a11f6e78eed1d Mon Sep 17 00:00:00 2001 From: josh-wong Date: Wed, 21 May 2025 08:11:17 +0000 Subject: [PATCH] AUTO: Sync ScalarDB docs in English to docs site repo --- ...nsactional-storage-operations-through-scalardb-cluster.mdx | 2 +- ...transactional-storage-operations-through-sql-interface.mdx | 2 +- .../run-transactions-through-scalardb-cluster-sql.mdx | 2 +- .../run-transactions-through-scalardb-cluster.mdx | 2 +- ...tup-scalardb-cluster-on-kubernetes-by-using-helm-chart.mdx | 2 +- .../version-3.12/scalardb-cluster/standalone-mode.mdx | 2 +- .../spring-data-microservice-transaction-sample/README.mdx | 4 ++-- .../spring-data-multi-storage-transaction-sample/README.mdx | 4 ++-- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/versioned_docs/version-3.12/scalardb-cluster/run-non-transactional-storage-operations-through-scalardb-cluster.mdx b/versioned_docs/version-3.12/scalardb-cluster/run-non-transactional-storage-operations-through-scalardb-cluster.mdx index 2aa66795..b4f6f689 100644 --- a/versioned_docs/version-3.12/scalardb-cluster/run-non-transactional-storage-operations-through-scalardb-cluster.mdx +++ b/versioned_docs/version-3.12/scalardb-cluster/run-non-transactional-storage-operations-through-scalardb-cluster.mdx @@ -231,7 +231,7 @@ scalar.db.transaction_manager=single-crud-operation ### Set the license key -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). +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). ### Start ScalarDB Cluster in standalone mode diff --git a/versioned_docs/version-3.12/scalardb-cluster/run-non-transactional-storage-operations-through-sql-interface.mdx b/versioned_docs/version-3.12/scalardb-cluster/run-non-transactional-storage-operations-through-sql-interface.mdx index ff5ba9ec..c65dedb7 100644 --- a/versioned_docs/version-3.12/scalardb-cluster/run-non-transactional-storage-operations-through-sql-interface.mdx +++ b/versioned_docs/version-3.12/scalardb-cluster/run-non-transactional-storage-operations-through-sql-interface.mdx @@ -230,7 +230,7 @@ scalar.db.transaction_manager=single-crud-operation ### Set the license key -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). +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). ### Start ScalarDB Cluster in standalone mode diff --git a/versioned_docs/version-3.12/scalardb-cluster/run-transactions-through-scalardb-cluster-sql.mdx b/versioned_docs/version-3.12/scalardb-cluster/run-transactions-through-scalardb-cluster-sql.mdx index 5359e157..fb11d548 100644 --- a/versioned_docs/version-3.12/scalardb-cluster/run-transactions-through-scalardb-cluster-sql.mdx +++ b/versioned_docs/version-3.12/scalardb-cluster/run-transactions-through-scalardb-cluster-sql.mdx @@ -222,7 +222,7 @@ To set up ScalarDB Cluster in standalone mode, you'll need to set a license key ### Set the license key -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). +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). ### Start ScalarDB Cluster in standalone mode diff --git a/versioned_docs/version-3.12/scalardb-cluster/run-transactions-through-scalardb-cluster.mdx b/versioned_docs/version-3.12/scalardb-cluster/run-transactions-through-scalardb-cluster.mdx index 8401623a..0ab94872 100644 --- a/versioned_docs/version-3.12/scalardb-cluster/run-transactions-through-scalardb-cluster.mdx +++ b/versioned_docs/version-3.12/scalardb-cluster/run-transactions-through-scalardb-cluster.mdx @@ -223,7 +223,7 @@ To set up ScalarDB Cluster in standalone mode, you'll need to set a license key ### Set the license key -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). +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). ### Start ScalarDB Cluster in standalone mode diff --git a/versioned_docs/version-3.12/scalardb-cluster/setup-scalardb-cluster-on-kubernetes-by-using-helm-chart.mdx b/versioned_docs/version-3.12/scalardb-cluster/setup-scalardb-cluster-on-kubernetes-by-using-helm-chart.mdx index 8eff8d1c..78289222 100644 --- a/versioned_docs/version-3.12/scalardb-cluster/setup-scalardb-cluster-on-kubernetes-by-using-helm-chart.mdx +++ b/versioned_docs/version-3.12/scalardb-cluster/setup-scalardb-cluster-on-kubernetes-by-using-helm-chart.mdx @@ -96,7 +96,7 @@ You can deploy PostgreSQL on the Kubernetes cluster as follows. helm repo add scalar-labs https://scalar-labs.github.io/helm-charts ``` -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 ``, see [How to Configure a Product License Key](../scalar-licensing/README.mdx). +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 ``, see [How to Configure a Product License Key](../scalar-licensing/index.mdx). ```console SCALAR_DB_CLUSTER_LICENSE_KEY='' diff --git a/versioned_docs/version-3.12/scalardb-cluster/standalone-mode.mdx b/versioned_docs/version-3.12/scalardb-cluster/standalone-mode.mdx index 3287aacc..5850891e 100644 --- a/versioned_docs/version-3.12/scalardb-cluster/standalone-mode.mdx +++ b/versioned_docs/version-3.12/scalardb-cluster/standalone-mode.mdx @@ -214,7 +214,7 @@ You can use the primary key or the secondary key in your Azure Cosmos DB account ### Set the license key -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). +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). ### Start ScalarDB Cluster in standalone mode diff --git a/versioned_docs/version-3.12/scalardb-samples/spring-data-microservice-transaction-sample/README.mdx b/versioned_docs/version-3.12/scalardb-samples/spring-data-microservice-transaction-sample/README.mdx index 86ebc347..43877f96 100644 --- a/versioned_docs/version-3.12/scalardb-samples/spring-data-microservice-transaction-sample/README.mdx +++ b/versioned_docs/version-3.12/scalardb-samples/spring-data-microservice-transaction-sample/README.mdx @@ -152,7 +152,7 @@ scalar.db.cluster.node.licensing.license_check_cert_pem= In this sample application, the ScalarDB Clusters are running in standalone mode (`scalar.db.cluster.node.standalone_mode.enabled=true`). -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). +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). ## Setup @@ -172,7 +172,7 @@ cd scalardb-samples/spring-data-microservice-transaction-sample ### Set the license key -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). +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). ### Start Cassandra, MySQL, and ScalarDB Clusters diff --git a/versioned_docs/version-3.12/scalardb-samples/spring-data-multi-storage-transaction-sample/README.mdx b/versioned_docs/version-3.12/scalardb-samples/spring-data-multi-storage-transaction-sample/README.mdx index ca4c7bbd..ce6f45d8 100644 --- a/versioned_docs/version-3.12/scalardb-samples/spring-data-multi-storage-transaction-sample/README.mdx +++ b/versioned_docs/version-3.12/scalardb-samples/spring-data-multi-storage-transaction-sample/README.mdx @@ -141,7 +141,7 @@ For details, see [Multi-Storage Transactions](../../multi-storage-transactions.m In this sample application, ScalarDB Cluster is running in standalone mode (`scalar.db.cluster.node.standalone_mode.enabled=true`). -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). +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). ## Client Configuration @@ -170,7 +170,7 @@ cd scalardb-samples/spring-data-multi-storage-transaction-sample ### Set the license key -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). +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). ### Start Cassandra, MySQL, and ScalarDB Cluster