From 1046d331ac215866469407059944ab209a8b3873 Mon Sep 17 00:00:00 2001 From: josh-wong Date: Wed, 21 May 2025 07:58:18 +0000 Subject: [PATCH] AUTO: Sync ScalarDB docs in English to docs site repo --- docs/scalardb-cluster/encrypt-data-at-rest.mdx | 2 +- docs/scalardb-cluster/getting-started-with-vector-search.mdx | 2 +- ...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 +- docs/scalardb-cluster/scalardb-auth-with-sql.mdx | 2 +- ...tup-scalardb-cluster-on-kubernetes-by-using-helm-chart.mdx | 2 +- docs/scalardb-cluster/standalone-mode.mdx | 2 +- .../spring-data-microservice-transaction-sample/README.mdx | 4 ++-- .../spring-data-multi-storage-transaction-sample/README.mdx | 4 ++-- 11 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/scalardb-cluster/encrypt-data-at-rest.mdx b/docs/scalardb-cluster/encrypt-data-at-rest.mdx index 5fc29405..ef4dfef1 100644 --- a/docs/scalardb-cluster/encrypt-data-at-rest.mdx +++ b/docs/scalardb-cluster/encrypt-data-at-rest.mdx @@ -128,7 +128,7 @@ Install HashiCorp Vault by referring to the official HashiCorp documentation, [I ### Step 2. Create the ScalarDB Cluster configuration file -Create the following configuration file as `scalardb-cluster-node.properties`, replacing `` and `` with your ScalarDB license key and license check certificate values. For more information about the license key and certificate, see [How to Configure a Product License Key](../scalar-licensing/README.mdx). +Create the following configuration file as `scalardb-cluster-node.properties`, replacing `` and `` with your ScalarDB license key and license check certificate values. For more information about the license key and certificate, see [How to Configure a Product License Key](../scalar-licensing/index.mdx). ```properties scalar.db.storage=jdbc diff --git a/docs/scalardb-cluster/getting-started-with-vector-search.mdx b/docs/scalardb-cluster/getting-started-with-vector-search.mdx index 268e26ee..21278eed 100644 --- a/docs/scalardb-cluster/getting-started-with-vector-search.mdx +++ b/docs/scalardb-cluster/getting-started-with-vector-search.mdx @@ -58,7 +58,7 @@ This tutorial has been tested with OpenJDK from Eclipse Temurin. ScalarDB itself ### 1. Create the ScalarDB Cluster configuration file -Create the following configuration file as `scalardb-cluster-node.properties`, replacing `` and `` with your ScalarDB license key and license check certificate values. For more information about the license key and certificate, see [How to Configure a Product License Key](../scalar-licensing/README.mdx). +Create the following configuration file as `scalardb-cluster-node.properties`, replacing `` and `` with your ScalarDB license key and license check certificate values. For more information about the license key and certificate, see [How to Configure a Product License Key](../scalar-licensing/index.mdx). ```yaml scalar.db.transaction.enabled=false diff --git a/docs/scalardb-cluster/run-non-transactional-storage-operations-through-scalardb-cluster.mdx b/docs/scalardb-cluster/run-non-transactional-storage-operations-through-scalardb-cluster.mdx index 2d810d83..302621bb 100644 --- a/docs/scalardb-cluster/run-non-transactional-storage-operations-through-scalardb-cluster.mdx +++ b/docs/scalardb-cluster/run-non-transactional-storage-operations-through-scalardb-cluster.mdx @@ -232,7 +232,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/docs/scalardb-cluster/run-non-transactional-storage-operations-through-sql-interface.mdx b/docs/scalardb-cluster/run-non-transactional-storage-operations-through-sql-interface.mdx index 09225b5d..b415d572 100644 --- a/docs/scalardb-cluster/run-non-transactional-storage-operations-through-sql-interface.mdx +++ b/docs/scalardb-cluster/run-non-transactional-storage-operations-through-sql-interface.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/docs/scalardb-cluster/run-transactions-through-scalardb-cluster-sql.mdx b/docs/scalardb-cluster/run-transactions-through-scalardb-cluster-sql.mdx index 8d30e2af..f3677a25 100644 --- a/docs/scalardb-cluster/run-transactions-through-scalardb-cluster-sql.mdx +++ b/docs/scalardb-cluster/run-transactions-through-scalardb-cluster-sql.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/docs/scalardb-cluster/run-transactions-through-scalardb-cluster.mdx b/docs/scalardb-cluster/run-transactions-through-scalardb-cluster.mdx index 5166dc10..1d9ed0c1 100644 --- a/docs/scalardb-cluster/run-transactions-through-scalardb-cluster.mdx +++ b/docs/scalardb-cluster/run-transactions-through-scalardb-cluster.mdx @@ -224,7 +224,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/docs/scalardb-cluster/scalardb-auth-with-sql.mdx b/docs/scalardb-cluster/scalardb-auth-with-sql.mdx index 09949d2a..9ce7c442 100644 --- a/docs/scalardb-cluster/scalardb-auth-with-sql.mdx +++ b/docs/scalardb-cluster/scalardb-auth-with-sql.mdx @@ -167,7 +167,7 @@ This tutorial has been tested with OpenJDK from Eclipse Temurin. ScalarDB itself ### 1. Create the ScalarDB Cluster configuration file -Create the following configuration file as `scalardb-cluster-node.properties`, replacing `` and `` with your ScalarDB license key and license check certificate values. For more information about the license key and certificate, see [How to Configure a Product License Key](../scalar-licensing/README.mdx). +Create the following configuration file as `scalardb-cluster-node.properties`, replacing `` and `` with your ScalarDB license key and license check certificate values. For more information about the license key and certificate, see [How to Configure a Product License Key](../scalar-licensing/index.mdx). ```properties scalar.db.storage=jdbc diff --git a/docs/scalardb-cluster/setup-scalardb-cluster-on-kubernetes-by-using-helm-chart.mdx b/docs/scalardb-cluster/setup-scalardb-cluster-on-kubernetes-by-using-helm-chart.mdx index 12bd2ad5..53d3e451 100644 --- a/docs/scalardb-cluster/setup-scalardb-cluster-on-kubernetes-by-using-helm-chart.mdx +++ b/docs/scalardb-cluster/setup-scalardb-cluster-on-kubernetes-by-using-helm-chart.mdx @@ -97,7 +97,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/docs/scalardb-cluster/standalone-mode.mdx b/docs/scalardb-cluster/standalone-mode.mdx index 4108869f..fdfb7be4 100644 --- a/docs/scalardb-cluster/standalone-mode.mdx +++ b/docs/scalardb-cluster/standalone-mode.mdx @@ -215,7 +215,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/docs/scalardb-samples/spring-data-microservice-transaction-sample/README.mdx b/docs/scalardb-samples/spring-data-microservice-transaction-sample/README.mdx index 59474e42..08a602db 100644 --- a/docs/scalardb-samples/spring-data-microservice-transaction-sample/README.mdx +++ b/docs/scalardb-samples/spring-data-microservice-transaction-sample/README.mdx @@ -153,7 +153,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 @@ -173,7 +173,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/docs/scalardb-samples/spring-data-multi-storage-transaction-sample/README.mdx b/docs/scalardb-samples/spring-data-multi-storage-transaction-sample/README.mdx index 195ae6ab..f5f29cac 100644 --- a/docs/scalardb-samples/spring-data-multi-storage-transaction-sample/README.mdx +++ b/docs/scalardb-samples/spring-data-multi-storage-transaction-sample/README.mdx @@ -142,7 +142,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 @@ -171,7 +171,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