Skip to content

Commit

Permalink
Fix Android SDK name and order (#485)
Browse files Browse the repository at this point in the history
* Fix Android SDK name and order

* SDK overview

* Fixup code scanner integration titles

* Update bitrise.mdx
  • Loading branch information
z4kn4fein authored Sep 6, 2024
1 parent 5b459dd commit 94d5a1b
Show file tree
Hide file tree
Showing 14 changed files with 29 additions and 29 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
2 changes: 1 addition & 1 deletion website/docs/integrations/bitbucket.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: bitbucket
title: Bitbucket Pipe - Scan your code for unused feature flags
title: Bitbucket - Scan your code for feature flag usages
description: ConfigCat Bitbucket Pipe integration. This is a step-by-step guide on how to use the ConfigCat Bitbucket integration to eliminate tech debt in your project.
---

Expand Down
2 changes: 1 addition & 1 deletion website/docs/integrations/bitrise.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: bitrise
title: Bitrise Step
title: Bitrise - Scan your code for feature flag usages
description: ConfigCat Bitrise Step integration. This is a step-by-step guide on how to use the ConfigCat Bitrise integration to eliminate tech debt in your project.
---

Expand Down
2 changes: 1 addition & 1 deletion website/docs/integrations/circleci.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: circleci
title: CircleCI - Scan your code for unused feature flags
title: CircleCI - Scan your code for feature flag usages
description: ConfigCat CircleCI Orb. This is a step-by-step guide on how to use the ConfigCat CircleCI Orb to eliminate tech debt in your project.
---

Expand Down
2 changes: 1 addition & 1 deletion website/docs/integrations/github.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: github
title: GitHub Action - Scan your code for unused feature flags
title: GitHub Action - Scan your code for feature flag usages
description: ConfigCat GitHub Action. This is a step-by-step guide on how to use the ConfigCat GitHub Action to eliminate tech debt in your project.
---

Expand Down
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: bitbucket
title: Bitbucket Pipe - Scan your code for unused feature flags
title: Bitbucket - Scan your code for feature flag usages
description: ConfigCat Bitbucket Pipe integration. This is a step-by-step guide on how to use the ConfigCat Bitbucket integration to eliminate tech debt in your project.
---

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-V1/integrations/bitrise.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: bitrise
title: Bitrise Step
title: Bitrise - Scan your code for feature flag usages
description: ConfigCat Bitrise Step integration. This is a step-by-step guide on how to use the ConfigCat Bitrise integration to eliminate tech debt in your project.
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: circleci
title: CircleCI - Scan your code for unused feature flags
title: CircleCI - Scan your code for feature flag usages
description: ConfigCat CircleCI Orb. This is a step-by-step guide on how to use the ConfigCat CircleCI Orb to eliminate tech debt in your project.
---

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-V1/integrations/github.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: github
title: GitHub Action - Scan your code for unused feature flags
title: GitHub Action - Scan your code for feature flag usages
description: ConfigCat GitHub Action. This is a step-by-step guide on how to use the ConfigCat GitHub Action to eliminate tech debt in your project.
---

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

0 comments on commit 94d5a1b

Please sign in to comment.