Skip to content

Commit f348070

Browse files
AUTO: Sync ScalarDB docs in English to docs site repo (#1144)
Co-authored-by: josh-wong <[email protected]>
1 parent 3681e39 commit f348070

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

docs/scalardb-cluster/getting-started-with-scalardb-cluster-sql-dotnet.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ displayed_sidebar: docsEnglish
66

77
# Getting Started with ScalarDB Cluster SQL via .NET
88

9-
This tutorial describes how to create a sample application that uses [ScalarDB Cluster](index.mdx) SQL through the .NET API.
9+
This tutorial describes how to create a sample application that uses [ScalarDB Cluster](./index.mdx) SQL through the .NET API.
1010

1111
## Overview
1212

@@ -22,7 +22,7 @@ The following diagram shows the system architecture of the sample application:
2222

2323
```mermaid
2424
stateDiagram-v2
25-
state "Sample application using the .NET API<br/>(indirect client mode)" as SA
25+
state "Sample application using the .NET API" as SA
2626
state "Kubernetes Cluster" as KC
2727
state "Service (Envoy)" as SE
2828
state "Pod" as P1
@@ -83,11 +83,11 @@ The sample application supports the following types of transactions:
8383

8484
- [.NET SDK 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)
8585
- ScalarDB Cluster running on a Kubernetes cluster
86-
- We assume that you have a ScalarDB Cluster running on a Kubernetes cluster that you deployed by following the instructions in [Set Up ScalarDB Cluster on Kubernetes by Using a Helm Chart](setup-scalardb-cluster-on-kubernetes-by-using-helm-chart.mdx).
86+
- We assume that you have a ScalarDB Cluster running on a Kubernetes cluster that you deployed by following the instructions in [How to Deploy ScalarDB Cluster Locally](setup-scalardb-cluster-on-kubernetes-by-using-helm-chart.mdx).
8787

8888
:::note
8989

90-
.NET SDK 8.0 is the version used to create the sample application. For information about all supported versions, see [Requirements](../requirements#net)
90+
.NET SDK 8.0 is the version used to create the sample application. For information about all supported versions, see [Requirements](../requirements.mdx#net)
9191

9292
:::
9393

docs/scalardb-cluster/getting-started-with-scalardb-cluster-sql-linq.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ displayed_sidebar: docsEnglish
66

77
# Getting Started with ScalarDB Cluster SQL via .NET and LINQ
88

9-
This tutorial describes how to create a sample application that uses [ScalarDB Cluster](index.mdx) SQL through the LINQ.
9+
This tutorial describes how to create a sample application that uses [ScalarDB Cluster](./index.mdx) SQL through LINQ.
1010

1111
## Overview
1212

@@ -22,7 +22,7 @@ The following diagram shows the system architecture of the sample application:
2222

2323
```mermaid
2424
stateDiagram-v2
25-
state "Sample application using the .NET API<br/>(indirect client mode)" as SA
25+
state "Sample application using the .NET API" as SA
2626
state "Kubernetes Cluster" as KC
2727
state "Service (Envoy)" as SE
2828
state "Pod" as P1
@@ -83,11 +83,11 @@ The sample application supports the following types of transactions:
8383

8484
- [.NET SDK 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)
8585
- ScalarDB Cluster running on a Kubernetes cluster
86-
- We assume that you have a ScalarDB Cluster running on a Kubernetes cluster that you deployed by following the instructions in [Set Up ScalarDB Cluster on Kubernetes by Using a Helm Chart](setup-scalardb-cluster-on-kubernetes-by-using-helm-chart.mdx).
86+
- We assume that you have a ScalarDB Cluster running on a Kubernetes cluster that you deployed by following the instructions in [How to Deploy ScalarDB Cluster Locally](setup-scalardb-cluster-on-kubernetes-by-using-helm-chart.mdx).
8787

8888
:::note
8989

90-
.NET SDK 8.0 is the version used to create the sample application. For information about all supported versions, see [Requirements](../requirements#net)
90+
.NET SDK 8.0 is the version used to create the sample application. For information about all supported versions, see [Requirements](../requirements.mdx#net)
9191

9292
:::
9393

docs/scalardb-cluster/index.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ For tutorials on getting started with ScalarDB Cluster, see the following:
4545
* [Getting Started with ScalarDB Cluster GraphQL](getting-started-with-scalardb-cluster-graphql.mdx)
4646
* [Getting Started with ScalarDB Cluster SQL via JDBC](getting-started-with-scalardb-cluster-sql-jdbc.mdx)
4747
* [Getting Started with ScalarDB Cluster SQL via Spring Data JDBC for ScalarDB](getting-started-with-scalardb-cluster-sql-spring-data-jdbc.mdx)
48-
* [Getting Started with ScalarDB Cluster SQL via .NET](getting-started-with-scalardb-cluster-sql-dotnet.mdx)
4948
* [Getting Started with ScalarDB Cluster via .NET](getting-started-with-scalardb-cluster-dotnet.mdx)
5049
* [Getting Started with ScalarDB Cluster SQL via .NET](getting-started-with-scalardb-cluster-sql-dotnet.mdx)
5150
* [Getting Started with ScalarDB Cluster SQL via .NET and LINQ](getting-started-with-scalardb-cluster-sql-linq.mdx)

0 commit comments

Comments
 (0)