From 6523be6a105126fece24060b749b14eaaf8b7def Mon Sep 17 00:00:00 2001 From: josh-wong Date: Wed, 13 Nov 2024 06:14:56 +0000 Subject: [PATCH 1/2] AUTO: Sync ScalarDB docs in English to docs site repo --- .../index.mdx | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 versioned_docs/version-3.12/scalardb-cluster-dotnet-client-sdk/index.mdx diff --git a/versioned_docs/version-3.12/scalardb-cluster-dotnet-client-sdk/index.mdx b/versioned_docs/version-3.12/scalardb-cluster-dotnet-client-sdk/index.mdx new file mode 100644 index 00000000..9714543b --- /dev/null +++ b/versioned_docs/version-3.12/scalardb-cluster-dotnet-client-sdk/index.mdx @@ -0,0 +1,20 @@ +--- +tags: + - Enterprise Standard + - Enterprise Premium +--- + +# ScalarDB Cluster .NET Client SDK Overview + +The ScalarDB Cluster .NET Client SDK is a .NET Standard 2.0 library that can be used with various .NET versions. For details about .NET Standard and its versions, see [.NET Standard](https://dotnet.microsoft.com/en-us/platform/dotnet-standard). + +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) From 388cad8e6b861d8bdb40de3659acecd1b29824c5 Mon Sep 17 00:00:00 2001 From: Josh Wong <23216828+josh-wong@users.noreply.github.com> Date: Wed, 13 Nov 2024 15:17:34 +0900 Subject: [PATCH 2/2] Delete overview.mdx --- .../overview.mdx | 20 ------------------- 1 file changed, 20 deletions(-) delete mode 100644 versioned_docs/version-3.12/scalardb-cluster-dotnet-client-sdk/overview.mdx diff --git a/versioned_docs/version-3.12/scalardb-cluster-dotnet-client-sdk/overview.mdx b/versioned_docs/version-3.12/scalardb-cluster-dotnet-client-sdk/overview.mdx deleted file mode 100644 index 9714543b..00000000 --- a/versioned_docs/version-3.12/scalardb-cluster-dotnet-client-sdk/overview.mdx +++ /dev/null @@ -1,20 +0,0 @@ ---- -tags: - - Enterprise Standard - - Enterprise Premium ---- - -# ScalarDB Cluster .NET Client SDK Overview - -The ScalarDB Cluster .NET Client SDK is a .NET Standard 2.0 library that can be used with various .NET versions. For details about .NET Standard and its versions, see [.NET Standard](https://dotnet.microsoft.com/en-us/platform/dotnet-standard). - -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)