From f108c601b67c86134f8364ba9614ffd8a952681c Mon Sep 17 00:00:00 2001 From: Peter Csajtai Date: Fri, 6 Sep 2024 14:35:05 +0200 Subject: [PATCH 1/4] Fix Android SDK name and order --- website/sidebars.ts | 2 +- website/src/pages/index.js | 4 ++-- website/versioned_sidebars/version-V1-sidebars.json | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/website/sidebars.ts b/website/sidebars.ts index cf620fef..38bc8bf3 100644 --- a/website/sidebars.ts +++ b/website/sidebars.ts @@ -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)' }, diff --git a/website/src/pages/index.js b/website/src/pages/index.js index 16cfa0b8..7d09976b 100644 --- a/website/src/pages/index.js +++ b/website/src/pages/index.js @@ -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)' }, diff --git a/website/versioned_sidebars/version-V1-sidebars.json b/website/versioned_sidebars/version-V1-sidebars.json index 4531d4db..05318a3c 100644 --- a/website/versioned_sidebars/version-V1-sidebars.json +++ b/website/versioned_sidebars/version-V1-sidebars.json @@ -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", @@ -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", From 0ccff006c7e52a1137cc01fdb7ea33f694592699 Mon Sep 17 00:00:00 2001 From: Peter Csajtai Date: Fri, 6 Sep 2024 14:38:06 +0200 Subject: [PATCH 2/4] SDK overview --- .github/CODEOWNERS | 2 +- website/docs/sdk-reference/overview.mdx | 12 ++++++------ .../version-V1/sdk-reference/overview.mdx | 12 ++++++------ 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index cb6d796b..cc8f3664 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @configcat/developers @sigewuzhere \ No newline at end of file +* @configcat/developers \ No newline at end of file diff --git a/website/docs/sdk-reference/overview.mdx b/website/docs/sdk-reference/overview.mdx index 06ca45b2..c57c95d7 100644 --- a/website/docs/sdk-reference/overview.mdx +++ b/website/docs/sdk-reference/overview.mdx @@ -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 Getting Started Guide on how to connect your applications. -## .NET, .NET Core, Xamarin +## .NET - [Documentation](./dotnet.mdx) on how to connect your application. - GitHub repository of the ConfigCat .NET SDK. +## Android (Java) + +- [Documentation](./android.mdx) on how to connect your application. +- GitHub repository of the ConfigCat Android (Java) SDK. + ## C++ - [Documentation](./cpp.mdx) on how to connect your application. @@ -38,11 +43,6 @@ Check out our language specificGitHub repository of the ConfigCat Java SDK. -## Java (Android) - -- [Documentation](./android.mdx) on how to connect your application. -- GitHub repository of the ConfigCat Android (Java) SDK. - ## JavaScript - [Documentation](./js.mdx) on how to connect your application. diff --git a/website/versioned_docs/version-V1/sdk-reference/overview.mdx b/website/versioned_docs/version-V1/sdk-reference/overview.mdx index 06ca45b2..c57c95d7 100644 --- a/website/versioned_docs/version-V1/sdk-reference/overview.mdx +++ b/website/versioned_docs/version-V1/sdk-reference/overview.mdx @@ -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 Getting Started Guide on how to connect your applications. -## .NET, .NET Core, Xamarin +## .NET - [Documentation](./dotnet.mdx) on how to connect your application. - GitHub repository of the ConfigCat .NET SDK. +## Android (Java) + +- [Documentation](./android.mdx) on how to connect your application. +- GitHub repository of the ConfigCat Android (Java) SDK. + ## C++ - [Documentation](./cpp.mdx) on how to connect your application. @@ -38,11 +43,6 @@ Check out our language specificGitHub repository of the ConfigCat Java SDK. -## Java (Android) - -- [Documentation](./android.mdx) on how to connect your application. -- GitHub repository of the ConfigCat Android (Java) SDK. - ## JavaScript - [Documentation](./js.mdx) on how to connect your application. From 6803e96bd74365a7e217256233f73326e41c5788 Mon Sep 17 00:00:00 2001 From: Peter Csajtai Date: Fri, 6 Sep 2024 14:45:36 +0200 Subject: [PATCH 3/4] Fixup code scanner integration titles --- website/docs/integrations/bitbucket.mdx | 2 +- website/docs/integrations/circleci.mdx | 2 +- website/docs/integrations/github.mdx | 2 +- website/versioned_docs/version-V1/integrations/bitbucket.mdx | 2 +- website/versioned_docs/version-V1/integrations/bitrise.mdx | 2 +- website/versioned_docs/version-V1/integrations/circleci.mdx | 2 +- website/versioned_docs/version-V1/integrations/github.mdx | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/website/docs/integrations/bitbucket.mdx b/website/docs/integrations/bitbucket.mdx index ebfc35b3..b59e2b66 100644 --- a/website/docs/integrations/bitbucket.mdx +++ b/website/docs/integrations/bitbucket.mdx @@ -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. --- diff --git a/website/docs/integrations/circleci.mdx b/website/docs/integrations/circleci.mdx index 7dd81956..8be3e0b5 100644 --- a/website/docs/integrations/circleci.mdx +++ b/website/docs/integrations/circleci.mdx @@ -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. --- diff --git a/website/docs/integrations/github.mdx b/website/docs/integrations/github.mdx index 0cb49f41..72ac9654 100644 --- a/website/docs/integrations/github.mdx +++ b/website/docs/integrations/github.mdx @@ -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. --- diff --git a/website/versioned_docs/version-V1/integrations/bitbucket.mdx b/website/versioned_docs/version-V1/integrations/bitbucket.mdx index ebfc35b3..b59e2b66 100644 --- a/website/versioned_docs/version-V1/integrations/bitbucket.mdx +++ b/website/versioned_docs/version-V1/integrations/bitbucket.mdx @@ -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. --- diff --git a/website/versioned_docs/version-V1/integrations/bitrise.mdx b/website/versioned_docs/version-V1/integrations/bitrise.mdx index 4d56b2a3..6010fab6 100644 --- a/website/versioned_docs/version-V1/integrations/bitrise.mdx +++ b/website/versioned_docs/version-V1/integrations/bitrise.mdx @@ -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. --- diff --git a/website/versioned_docs/version-V1/integrations/circleci.mdx b/website/versioned_docs/version-V1/integrations/circleci.mdx index 7dd81956..8be3e0b5 100644 --- a/website/versioned_docs/version-V1/integrations/circleci.mdx +++ b/website/versioned_docs/version-V1/integrations/circleci.mdx @@ -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. --- diff --git a/website/versioned_docs/version-V1/integrations/github.mdx b/website/versioned_docs/version-V1/integrations/github.mdx index 0cb49f41..72ac9654 100644 --- a/website/versioned_docs/version-V1/integrations/github.mdx +++ b/website/versioned_docs/version-V1/integrations/github.mdx @@ -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. --- From cf4023e0abb13c475a8bfb731ebc485f99a0b7e1 Mon Sep 17 00:00:00 2001 From: Peter Csajtai Date: Fri, 6 Sep 2024 14:47:49 +0200 Subject: [PATCH 4/4] Update bitrise.mdx --- website/docs/integrations/bitrise.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/integrations/bitrise.mdx b/website/docs/integrations/bitrise.mdx index 4d56b2a3..6010fab6 100644 --- a/website/docs/integrations/bitrise.mdx +++ b/website/docs/integrations/bitrise.mdx @@ -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. ---