1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

docs: update strategy variants sdks and add sidebar link (#4436)

This commit is contained in:
Mateusz Kwasniewski 2023-08-07 14:53:13 +02:00 committed by GitHub
parent 1fe32e0b96
commit f889eba6e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -111,6 +111,8 @@ To make use of strategy variants, you need to use a compatible client. Client SD
- [unleash-client-node](https://github.com/Unleash/unleash-client-node) (from v4.1.0)
- [unleash-client-java](https://github.com/Unleash/unleash-client-java) (from v8.3.0)
- [unleash-client-go](https://github.com/Unleash/unleash-client-go) (from v3.8.0)
- [unleash-client-python](https://github.com/Unleash/unleash-client-python) (from v5.8.0)
- Client SDKs talking to [unleash-proxy](https://github.com/Unleash/unleash-proxy) (from v0.17.0)
- Client SDKs talking to Frontend API in [unleash-server](https://github.com/Unleash/unleash) (from v5.4.0)
- Unleash Playground in [unleash-server](https://github.com/Unleash/unleash) (from v5.4.0)

View File

@ -330,6 +330,7 @@ module.exports = {
'reference/impression-data',
'reference/custom-activation-strategies',
'reference/environments',
'reference/feature-strategy-variants',
'reference/feature-toggles',
'reference/feature-toggle-types',
'reference/feature-toggle-variants',