Skip to content

Commit

Permalink
Minor improvements to Config V2 docs (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
adams85 authored Jan 18, 2024
1 parent eac1fc1 commit 750c5e9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions website/docs/advanced/config-v2-sdk-compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
| Ruby | WIP | https://github.com/configcat/ruby-sdk/releases |
| Swift (iOS) | WIP | https://github.com/configcat/swift-sdk/releases |
2 changes: 1 addition & 1 deletion website/docs/advanced/config-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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%".

Expand Down

0 comments on commit 750c5e9

Please sign in to comment.