Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,10 +260,6 @@ const config = {
to: '/docs/3.12/scalardb-cluster-dotnet-client-sdk',
from: '/docs/3.12/scalardb-cluster-dotnet-client-sdk/overview',
},
{
to: '/docs/3.11/scalardb-cluster-dotnet-client-sdk',
from: '/docs/3.11/scalardb-cluster-dotnet-client-sdk/overview',
},
],
createRedirects(existingPath) {
if (existingPath.includes('/ja-jp/docs')) {
Expand Down
4 changes: 0 additions & 4 deletions versioned_docs/version-3.11/requirements.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ The following Java Development Kits (JDKs) are verified and supported.
- **[Oracle JDK](https://www.oracle.com/java/):** 8, 11, 17 or 21 (LTS versions)
- **[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)

### .NET

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.

### Other languages

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

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading