Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Android SDK name and order #485

Merged
merged 4 commits into from
Sep 6, 2024
Merged
Show file tree
Hide file tree
Changes from 2 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
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
2 changes: 1 addition & 1 deletion website/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,12 +199,12 @@ const sidebars: SidebarsConfig = {
link: { type: 'doc', id: 'sdk-reference/overview' },
items: [
{ type: 'doc', id: 'sdk-reference/dotnet', label: '.NET' },
{ type: 'doc', id: 'sdk-reference/android', label: 'Android (Java)' },
{ type: 'doc', id: 'sdk-reference/cpp', label: 'C++' },
{ type: 'doc', id: 'sdk-reference/dart', label: 'Dart (Flutter)' },
{ type: 'doc', id: 'sdk-reference/elixir', label: 'Elixir' },
{ type: 'doc', id: 'sdk-reference/go', label: 'Go' },
{ type: 'doc', id: 'sdk-reference/java', label: 'Java' },
{ type: 'doc', id: 'sdk-reference/android', label: 'Java (Android)' },
{ type: 'doc', id: 'sdk-reference/js', label: 'JavaScript' },
{ type: 'doc', id: 'sdk-reference/react', label: 'JavaScript (React)' },
{ type: 'doc', id: 'sdk-reference/js-ssr', label: 'JavaScript (SSR)' },
Expand Down
4 changes: 2 additions & 2 deletions website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ const features = [
title: 'SDK references', // This list should be in alphabetical order
description: <>Let's do some coding.</>,
links: [
{ url: 'sdk-reference/dotnet', title: '.NET, .NET Core, Xamarin' },
{ url: 'sdk-reference/dotnet', title: '.NET' },
{ url: 'sdk-reference/android', title: 'Android (Java)' },
{ url: 'sdk-reference/cpp', title: 'C++' },
{ url: 'sdk-reference/dart', title: 'Dart (Flutter)' },
{ url: 'sdk-reference/elixir', title: 'Elixir' },
{ url: 'sdk-reference/go', title: 'Go' },
{ url: 'sdk-reference/java', title: 'Java' },
{ url: 'sdk-reference/android', title: 'Java (Android)' },
{ url: 'sdk-reference/js', title: 'JavaScript' },
{ url: 'sdk-reference/community/deno', title: 'JavaScript (Deno)' },
{ url: 'sdk-reference/community/vue', title: 'JavaScript (Vue.js)' },
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
10 changes: 5 additions & 5 deletions website/versioned_sidebars/version-V1-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,11 @@
"id": "sdk-reference/dotnet",
"label": ".NET"
},
{
"type": "doc",
"id": "sdk-reference/android",
"label": "Android (Java)"
},
{
"type": "doc",
"id": "sdk-reference/cpp",
Expand All @@ -310,11 +315,6 @@
"id": "sdk-reference/java",
"label": "Java"
},
{
"type": "doc",
"id": "sdk-reference/android",
"label": "Java (Android)"
},
{
"type": "doc",
"id": "sdk-reference/js",
Expand Down
Loading