Skip to content

Commit

Permalink
SDK overview
Browse files Browse the repository at this point in the history
  • Loading branch information
z4kn4fein committed Sep 6, 2024
1 parent f108c60 commit 0ccff00
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @configcat/developers @sigewuzhere
* @configcat/developers
12 changes: 6 additions & 6 deletions website/docs/sdk-reference/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,16 @@ The purpose of the SDKs is to download and cache feature flag values and to eval

Check out our language specific<a href="https://app.configcat.com/sdkkey" target="_blank"> Getting Started Guide</a> on how to connect your applications.

## .NET, .NET Core, Xamarin
## .NET

- [Documentation](./dotnet.mdx) on how to connect your application.
- <a href="https://github.com/configcat/.net-sdk" target="_blank">GitHub repository of the ConfigCat .NET SDK.</a>

## Android (Java)

- [Documentation](./android.mdx) on how to connect your application.
- <a href="https://github.com/configcat/android-sdk" target="_blank">GitHub repository of the ConfigCat Android (Java) SDK.</a>

## C++

- [Documentation](./cpp.mdx) on how to connect your application.
Expand All @@ -38,11 +43,6 @@ Check out our language specific<a href="https://app.configcat.com/sdkkey" target
- [Documentation](./java.mdx) on how to connect your application.
- <a href="https://github.com/configcat/java-sdk" target="_blank">GitHub repository of the ConfigCat Java SDK.</a>

## Java (Android)

- [Documentation](./android.mdx) on how to connect your application.
- <a href="https://github.com/configcat/android-sdk" target="_blank">GitHub repository of the ConfigCat Android (Java) SDK.</a>

## JavaScript

- [Documentation](./js.mdx) on how to connect your application.
Expand Down
12 changes: 6 additions & 6 deletions website/versioned_docs/version-V1/sdk-reference/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,16 @@ The purpose of the SDKs is to download and cache feature flag values and to eval

Check out our language specific<a href="https://app.configcat.com/sdkkey" target="_blank"> Getting Started Guide</a> on how to connect your applications.

## .NET, .NET Core, Xamarin
## .NET

- [Documentation](./dotnet.mdx) on how to connect your application.
- <a href="https://github.com/configcat/.net-sdk" target="_blank">GitHub repository of the ConfigCat .NET SDK.</a>

## Android (Java)

- [Documentation](./android.mdx) on how to connect your application.
- <a href="https://github.com/configcat/android-sdk" target="_blank">GitHub repository of the ConfigCat Android (Java) SDK.</a>

## C++

- [Documentation](./cpp.mdx) on how to connect your application.
Expand All @@ -38,11 +43,6 @@ Check out our language specific<a href="https://app.configcat.com/sdkkey" target
- [Documentation](./java.mdx) on how to connect your application.
- <a href="https://github.com/configcat/java-sdk" target="_blank">GitHub repository of the ConfigCat Java SDK.</a>

## Java (Android)

- [Documentation](./android.mdx) on how to connect your application.
- <a href="https://github.com/configcat/android-sdk" target="_blank">GitHub repository of the ConfigCat Android (Java) SDK.</a>

## JavaScript

- [Documentation](./js.mdx) on how to connect your application.
Expand Down

0 comments on commit 0ccff00

Please sign in to comment.