From d8248d7a9bd78e5aa67cf1efdca5be972ac53bbd Mon Sep 17 00:00:00 2001 From: josh-wong Date: Mon, 10 Feb 2025 03:40:24 +0000 Subject: [PATCH] AUTO: Sync ScalarDB docs in English to docs site repo --- .../getting-started-with-using-go-for-scalardb-cluster.mdx | 2 +- .../getting-started-with-using-python-for-scalardb-cluster.mdx | 2 +- .../scalardb-cluster/scalardb-cluster-grpc-api-guide.mdx | 2 +- .../scalardb-cluster/scalardb-cluster-sql-grpc-api-guide.mdx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/versioned_docs/version-3.12/scalardb-cluster/getting-started-with-using-go-for-scalardb-cluster.mdx b/versioned_docs/version-3.12/scalardb-cluster/getting-started-with-using-go-for-scalardb-cluster.mdx index 0ccba2bc..92a13750 100644 --- a/versioned_docs/version-3.12/scalardb-cluster/getting-started-with-using-go-for-scalardb-cluster.mdx +++ b/versioned_docs/version-3.12/scalardb-cluster/getting-started-with-using-go-for-scalardb-cluster.mdx @@ -96,7 +96,7 @@ First, in a new working directory, create a directory named `scalardb-cluster`, mkdir scalardb-cluster ``` -Then, download the `scalardb-cluster.proto` file and save it in the directory that you created. For ScalarDB Cluster users who have a commercial license, please [contact us](https://www.scalar-labs.com/contact) if you need the `scalardb-cluster.proto` file. +Then, download the `scalardb-cluster.proto` file and save it in the directory that you created. For ScalarDB Cluster users who have a commercial license, please [contact support](https://www.scalar-labs.com/support) if you need the `scalardb-cluster.proto` file. Generate the gRPC code by running the following command: diff --git a/versioned_docs/version-3.12/scalardb-cluster/getting-started-with-using-python-for-scalardb-cluster.mdx b/versioned_docs/version-3.12/scalardb-cluster/getting-started-with-using-python-for-scalardb-cluster.mdx index 63fb84c7..a2a94c5f 100644 --- a/versioned_docs/version-3.12/scalardb-cluster/getting-started-with-using-python-for-scalardb-cluster.mdx +++ b/versioned_docs/version-3.12/scalardb-cluster/getting-started-with-using-python-for-scalardb-cluster.mdx @@ -99,7 +99,7 @@ pip install grpcio grpcio-tools To communicate with the gRPC server for ScalarDB Cluster, you will need to generate the stub code from the proto file. -First, download the `scalardb-cluster.proto` file, then save it in the working directory. For ScalarDB Cluster users who have a commercial license, please [contact us](https://www.scalar-labs.com/contact) if you need the `scalardb-cluster.proto` file. +First, download the `scalardb-cluster.proto` file, then save it in the working directory. For ScalarDB Cluster users who have a commercial license, please [contact support](https://www.scalar-labs.com/support) if you need the `scalardb-cluster.proto` file. You can generate the stub code by running the following command: diff --git a/versioned_docs/version-3.12/scalardb-cluster/scalardb-cluster-grpc-api-guide.mdx b/versioned_docs/version-3.12/scalardb-cluster/scalardb-cluster-grpc-api-guide.mdx index 79242607..1a733d55 100644 --- a/versioned_docs/version-3.12/scalardb-cluster/scalardb-cluster-grpc-api-guide.mdx +++ b/versioned_docs/version-3.12/scalardb-cluster/scalardb-cluster-grpc-api-guide.mdx @@ -16,7 +16,7 @@ ScalarDB Cluster provides a Java API that uses the gRPC API internally. If you use Java or a JVM language, you can use the Java API instead of the ScalarDB Cluster gRPC API directly. For details about the Java API, see [Developer Guide for ScalarDB Cluster with the Java API](developer-guide-for-scalardb-cluster-with-java-api.mdx). -For details about the services and messages for the ScalarDB Cluster gRPC API, see the definitions in the `scalardb-cluster.proto` file. For ScalarDB Cluster users who have a commercial license, please [contact us](https://www.scalar-labs.com/contact) if you need the `scalardb-cluster.proto` file. +For details about the services and messages for the ScalarDB Cluster gRPC API, see the definitions in the `scalardb-cluster.proto` file. For ScalarDB Cluster users who have a commercial license, please [contact support](https://www.scalar-labs.com/support) if you need the `scalardb-cluster.proto` file. ScalarDB Cluster gRPC API is composed of the following services: diff --git a/versioned_docs/version-3.12/scalardb-cluster/scalardb-cluster-sql-grpc-api-guide.mdx b/versioned_docs/version-3.12/scalardb-cluster/scalardb-cluster-sql-grpc-api-guide.mdx index 18321051..0f443952 100644 --- a/versioned_docs/version-3.12/scalardb-cluster/scalardb-cluster-sql-grpc-api-guide.mdx +++ b/versioned_docs/version-3.12/scalardb-cluster/scalardb-cluster-sql-grpc-api-guide.mdx @@ -15,7 +15,7 @@ ScalarDB Cluster SQL provides a Java API that uses the gRPC API internally. If you use Java or a JVM language, you can use the Java API instead of the ScalarDB Cluster SQL gRPC API directly. For details about the Java API, see [Developer Guide for ScalarDB Cluster with the Java API](developer-guide-for-scalardb-cluster-with-java-api.mdx). -For details about the services and messages for the ScalarDB Cluster SQL gRPC API, see the definitions in the `scalardb-cluster-sql.proto` file. For ScalarDB Cluster users who have a commercial license, please [contact us](https://www.scalar-labs.com/contact) if you need the `scalardb-cluster-sql.proto` file. +For details about the services and messages for the ScalarDB Cluster SQL gRPC API, see the definitions in the `scalardb-cluster-sql.proto` file. For ScalarDB Cluster users who have a commercial license, please [contact support](https://www.scalar-labs.com/support) if you need the `scalardb-cluster-sql.proto` file. ScalarDB Cluster SQL gRPC API is composed of the following services: