From 95a63d0b80da934c6eb0d2f293e5de130247420f Mon Sep 17 00:00:00 2001 From: Adam Simon Date: Thu, 18 Jan 2024 14:36:48 +0100 Subject: [PATCH] Minor improvements to Config V2 docs --- .../advanced/config-v2-sdk-compatibility.md | 18 +++++++++--------- website/docs/advanced/config-v2.md | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/website/docs/advanced/config-v2-sdk-compatibility.md b/website/docs/advanced/config-v2-sdk-compatibility.md index e797971d..3b4807d1 100644 --- a/website/docs/advanced/config-v2-sdk-compatibility.md +++ b/website/docs/advanced/config-v2-sdk-compatibility.md @@ -9,19 +9,19 @@ This table shows which SDK versions support Config V2. Read more about [Config V | SDK | Version | Release Notes | | ------------------------------- |---------| --------------------------------------------------------------- | | .NET | v9.0.1 | https://github.com/configcat/.net-sdk/releases | -| C++ | - | https://github.com/configcat/cpp-sdk/releases | -| Dart (Flutter) | - | https://github.com/configcat/dart-sdk/releases | -| Elixir | - | https://github.com/configcat/elixir-sdk/releases | -| Go | - | https://github.com/configcat/go-sdk/releases | +| C++ | WIP | https://github.com/configcat/cpp-sdk/releases | +| Dart (Flutter) | WIP | https://github.com/configcat/dart-sdk/releases | +| Elixir | WIP | https://github.com/configcat/elixir-sdk/releases | +| Go | WIP | https://github.com/configcat/go-sdk/releases | | Java | v9.0.0 | https://github.com/configcat/java-sdk/releases | -| Java (Android) | - | https://github.com/configcat/android-sdk/releases | +| Java (Android) | WIP | https://github.com/configcat/android-sdk/releases | | JavaScript | v9.4.0 | https://github.com/configcat/js-sdk/releases | | JavaScript (Chromium Extension) | v2.3.0 | https://github.com/configcat/js-chromium-extension-sdk/releases | | JavaScript (React) | v4.3.0 | https://github.com/configcat/react-sdk/releases | | JavaScript (SSR) | v8.3.0 | https://github.com/configcat/js-ssr-sdk/releases | -| Kotlin Multiplatform | - | https://github.com/configcat/kotlin-sdk/releases | +| Kotlin Multiplatform | WIP | https://github.com/configcat/kotlin-sdk/releases | | Node.js | v11.2.0 | https://github.com/configcat/node-sdk/releases | -| PHP | - | https://github.com/configcat/php-sdk/releases | +| PHP | WIP | https://github.com/configcat/php-sdk/releases | | Python | v9.0.1 | https://github.com/configcat/python-sdk/releases | -| Ruby | - | https://github.com/configcat/ruby-sdk/releases | -| Swift (iOS) | - | https://github.com/configcat/swift-sdk/releases | \ No newline at end of file +| Ruby | WIP | https://github.com/configcat/ruby-sdk/releases | +| Swift (iOS) | WIP | https://github.com/configcat/swift-sdk/releases | \ No newline at end of file diff --git a/website/docs/advanced/config-v2.md b/website/docs/advanced/config-v2.md index 1b32fb11..820e5115 100644 --- a/website/docs/advanced/config-v2.md +++ b/website/docs/advanced/config-v2.md @@ -42,7 +42,7 @@ With prerequisite flags, you can create feature flags that depend on other featu With comparison value hints, you can associate arbitrary text with your comparison values. This way you can add a description to your comparison value list items that helps you remember what they are for. -### Percentage options for targeting rules +### Percentage options within targeting rules You can add percentage options to your targeting rules. This is useful if you want to create more complex targeting rules, such as "turn on the feature for 20% of the users who are on iOS, and off for 80%".