Skip to content

Commit 35eb6d7

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

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

versioned_docs/version-3.11/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.11/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.11/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.11/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.11/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.11/scalardb-cluster/standalone-mode.mdx

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

99
import Tabs from '@theme/Tabs';
1010
import TabItem from '@theme/TabItem';
11-
import WarningLicenseKeyContact from '/src/components/_warning-license-key-contact.mdx';
11+
import WarningLicenseKeyContact from '/src/components/en-us/_warning-license-key-contact.mdx';
1212

1313
Instead of setting up a Kubernetes cluster and deploying ScalarDB Cluster on top of it by using a Helm Chart, you can run ScalarDB Cluster in standalone mode, which simplifies development and testing processes. A primary use case for this would be when you want to start ScalarDB Cluster in standalone mode via Docker on your local machine and use it for development and testing.
1414

versioned_docs/version-3.11/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.11/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)