Skip to content

Commit db04e01

Browse files
committed
AUTO: Sync ScalarDB docs in English to docs site repo
1 parent 6782046 commit db04e01

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

versioned_docs/version-3.10/scalardb-cluster/getting-started-with-using-go-for-scalardb-cluster.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tags:
66

77
# Getting Started with Using Go for ScalarDB Cluster
88

9-
import WarningLicenseKeyContact from '/src/components/_warning-license-key-contact.mdx';
9+
import WarningLicenseKeyContact from '/src/components/en-us/_warning-license-key-contact.mdx';
1010

1111
This document explains how to write gRPC client code for ScalarDB Cluster by using Go.
1212

versioned_docs/version-3.10/scalardb-cluster/getting-started-with-using-python-for-scalardb-cluster.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tags:
66

77
# Getting Started with Using Python for ScalarDB Cluster
88

9-
import WarningLicenseKeyContact from '/src/components/_warning-license-key-contact.mdx';
9+
import WarningLicenseKeyContact from '/src/components/en-us/_warning-license-key-contact.mdx';
1010

1111
This document explains how to write gRPC client code for ScalarDB Cluster by using Python.
1212

versioned_docs/version-3.10/scalardb-cluster/scalardb-cluster-grpc-api-guide.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tags:
66

77
# ScalarDB Cluster gRPC API Guide
88

9-
import WarningLicenseKeyContact from '/src/components/_warning-license-key-contact.mdx';
9+
import WarningLicenseKeyContact from '/src/components/en-us/_warning-license-key-contact.mdx';
1010

1111
This document describes the ScalarDB Cluster gRPC API.
1212

versioned_docs/version-3.10/scalardb-cluster/scalardb-cluster-sql-grpc-api-guide.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ tags:
55

66
# ScalarDB Cluster SQL gRPC API Guide
77

8-
import WarningLicenseKeyContact from '/src/components/_warning-license-key-contact.mdx';
8+
import WarningLicenseKeyContact from '/src/components/en-us/_warning-license-key-contact.mdx';
99

1010
This document describes the ScalarDB Cluster SQL gRPC API.
1111

versioned_docs/version-3.10/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
@@ -6,7 +6,7 @@ tags:
66

77
# Set Up ScalarDB Cluster on Kubernetes by Using a Helm Chart
88

9-
import WarningLicenseKeyContact from '/src/components/_warning-license-key-contact.mdx';
9+
import WarningLicenseKeyContact from '/src/components/en-us/_warning-license-key-contact.mdx';
1010

1111
This document provides instructions on how to set up a ScalarDB Cluster by using a Helm Chart on a Kubernetes cluster, specifically designed for a test environment.
1212

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ tags:
55

66
# Sample application of Spring Data JDBC for ScalarDB with Microservice Transactions
77

8-
import WarningLicenseKeyContact from '/src/components/_warning-license-key-contact.mdx';
8+
import WarningLicenseKeyContact from '/src/components/en-us/_warning-license-key-contact.mdx';
99

1010
This tutorial describes how to create a sample Spring Boot application for microservice transactions by using Spring Data JDBC for ScalarDB.
1111

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ tags:
55

66
# Sample application of Spring Data JDBC for ScalarDB with Multi-storage Transactions
77

8-
import WarningLicenseKeyContact from '/src/components/_warning-license-key-contact.mdx';
8+
import WarningLicenseKeyContact from '/src/components/en-us/_warning-license-key-contact.mdx';
99

1010
This tutorial describes how to create a sample Spring Boot application by using Spring Data JDBC for ScalarDB with Multi-storage Transactions.
1111

0 commit comments

Comments
 (0)