Skip to content

Commit d5585ae

Browse files
AUTO: Docs repo sync - ScalarDB (#1278)
* AUTO: Sync ScalarDB docs in English to docs site repo * Delete docs * Remove .NET client SDK docs * Remove .NET client SDK redirect --------- Co-authored-by: josh-wong <[email protected]> Co-authored-by: Josh Wong <[email protected]>
1 parent 45a2024 commit d5585ae

13 files changed

+10
-1201
lines changed

docusaurus.config.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -260,10 +260,6 @@ const config = {
260260
to: '/docs/3.12/scalardb-cluster-dotnet-client-sdk',
261261
from: '/docs/3.12/scalardb-cluster-dotnet-client-sdk/overview',
262262
},
263-
{
264-
to: '/docs/3.11/scalardb-cluster-dotnet-client-sdk',
265-
from: '/docs/3.11/scalardb-cluster-dotnet-client-sdk/overview',
266-
},
267263
],
268264
createRedirects(existingPath) {
269265
if (existingPath.includes('/ja-jp/docs')) {

versioned_docs/version-3.11/requirements.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ The following Java Development Kits (JDKs) are verified and supported.
2626
- **[Oracle JDK](https://www.oracle.com/java/):** 8, 11, 17 or 21 (LTS versions)
2727
- **[OpenJDK](https://openjdk.org/) ([Eclipse Temurin](https://adoptium.net/temurin/), [Amazon Corretto](https://aws.amazon.com/corretto/), or [Microsoft Build of OpenJDK](https://learn.microsoft.com/en-us/java/openjdk/)):** 8, 11, 17, or 21 (LTS versions)
2828

29-
### .NET
30-
31-
ScalarDB is provided as a gRPC server called ScalarDB Cluster, which also has a [.NET client SDK](scalardb-cluster-dotnet-client-sdk/index.mdx) that wraps the .NET client generated from the proto file. The SDK is a .NET Standard 2.0 library, so it should work with every implementation and its version that is supported by .NET Standard 2.0. However, the detailed supported implementations and their versions are to be decided.
32-
3329
### Other languages
3430

3531
ScalarDB Cluster uses gRPC version 1.65.0, so you can create your own client by using the generated clients of your preferred languages.

versioned_docs/version-3.11/scalardb-cluster-dotnet-client-sdk/getting-started-with-admin-api.mdx

Lines changed: 0 additions & 108 deletions
This file was deleted.

versioned_docs/version-3.11/scalardb-cluster-dotnet-client-sdk/getting-started-with-aspnet-and-di.mdx

Lines changed: 0 additions & 55 deletions
This file was deleted.

versioned_docs/version-3.11/scalardb-cluster-dotnet-client-sdk/getting-started-with-auth.mdx

Lines changed: 0 additions & 33 deletions
This file was deleted.

versioned_docs/version-3.11/scalardb-cluster-dotnet-client-sdk/getting-started-with-distributed-sql-transactions.mdx

Lines changed: 0 additions & 113 deletions
This file was deleted.

0 commit comments

Comments
 (0)