From 6e25a2506f8dd29a9aad8343c55d432af0aeff9a Mon Sep 17 00:00:00 2001 From: josh-wong Date: Wed, 13 Nov 2024 05:56:22 +0000 Subject: [PATCH 1/2] AUTO: Sync ScalarDB docs in English to docs site repo --- .../index.mdx | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/scalardb-cluster-dotnet-client-sdk/index.mdx diff --git a/docs/scalardb-cluster-dotnet-client-sdk/index.mdx b/docs/scalardb-cluster-dotnet-client-sdk/index.mdx new file mode 100644 index 00000000..bb2cd41a --- /dev/null +++ b/docs/scalardb-cluster-dotnet-client-sdk/index.mdx @@ -0,0 +1,21 @@ +--- +tags: + - Enterprise Standard + - Enterprise Premium +--- + +# ScalarDB Cluster .NET Client SDK Overview + +The ScalarDB Cluster .NET Client SDK enables applications to connect to ScalarDB Cluster by using gRPC. + +To use the ScalarDB Cluster .NET Client SDK, see the following getting started guides: + +* [Getting Started with Distributed Transactions](getting-started-with-distributed-transactions.mdx) +* [Getting Started with Distributed SQL Transactions](getting-started-with-distributed-sql-transactions.mdx) +* [Getting Started with the Administrative API](getting-started-with-admin-api.mdx) +* [Getting Started with ScalarDB Tables as C# Classes](getting-started-with-scalardb-tables-as-csharp-classes.mdx) +* [Getting Started with ASP.NET Core and Dependency Injection](getting-started-with-aspnet-and-di.mdx) +* [Getting Started with LINQ](getting-started-with-linq.mdx) +* [Getting Started with Distributed Transactions with a Two-Phase Commit Interface](getting-started-with-two-phase-commit-transactions.mdx) +* [Getting Started with Authentication and Authorization](getting-started-with-auth.mdx) +* [Exception Handling](exception-handling.mdx) From 4010fb22b6fb6e7a6b1d975c298db3e4139c67f1 Mon Sep 17 00:00:00 2001 From: Josh Wong <23216828+josh-wong@users.noreply.github.com> Date: Wed, 13 Nov 2024 15:17:48 +0900 Subject: [PATCH 2/2] Delete overview.mdx --- .../overview.mdx | 21 ------------------- 1 file changed, 21 deletions(-) delete mode 100644 docs/scalardb-cluster-dotnet-client-sdk/overview.mdx diff --git a/docs/scalardb-cluster-dotnet-client-sdk/overview.mdx b/docs/scalardb-cluster-dotnet-client-sdk/overview.mdx deleted file mode 100644 index 3f4b4a7b..00000000 --- a/docs/scalardb-cluster-dotnet-client-sdk/overview.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -tags: - - Enterprise Standard - - Enterprise Premium ---- - -# ScalarDB Cluster .NET Client SDK Overview - -The ScalarDB Cluster .NET Client SDK enables applications to connect to ScalarDB Cluster by using gRPC. - -To use the ScalarDB Cluster .NET Client SDK, see the following getting started guides: - -* [Getting Started with Distributed Transactions](getting-started-with-distributed-transactions.mdx) -* [Getting Started with Distributed SQL Transactions](getting-started-with-distributed-sql-transactions.mdx) -* [Getting Started with the Administrative API](getting-started-with-admin-api.mdx) -* [Getting Started with ScalarDB Tables as C# Classes](getting-started-with-scalardb-tables-as-csharp-classes.mdx) -* [Getting Started with ASP.NET Core and Dependency Injection](getting-started-with-aspnet-and-di.mdx) -* [Getting Started with LINQ](getting-started-with-linq.mdx) -* [Getting Started with Distributed Transactions with a Two-Phase Commit Interface](getting-started-with-two-phase-commit-transactions.mdx) -* [Getting Started with Authentication and Authorization](getting-started-with-auth.mdx) -* [Exception handling](exception-handling.mdx)