mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-28 00:06:53 +01:00
Merge pull request #1258 from Unleash/docs/move-community-sdks
docs: redirect old community SDKs url to new /sdks
This commit is contained in:
commit
ec2d6b6c5d
@ -99,7 +99,7 @@ If you see an item marked with a ❌ that you would find useful, feel free to re
|
|||||||
| Bootstrap from file | ✅ | ⭕ | ⭕ | ⭕ | ⭕ | ⭕ | ⭕ | ⭕ |
|
| Bootstrap from file | ✅ | ⭕ | ⭕ | ⭕ | ⭕ | ⭕ | ⭕ | ⭕ |
|
||||||
| Custom Bootstrap implementation | ✅ | ⭕ | ⭕ | ⭕ | ⭕ | ⭕ | ⭕ | ⭕ |
|
| Custom Bootstrap implementation | ✅ | ⭕ | ⭕ | ⭕ | ⭕ | ⭕ | ⭕ | ⭕ |
|
||||||
|
|
||||||
## Clients written by awesome enthusiasts {#clients-written-by-awesome-enthusiasts}
|
## Community SDKs ❤️ {#community-sdks}
|
||||||
|
|
||||||
Here's some of the fantastic work our community has done to make Unleash work in even more contexts. If you still can't find your favorite language, let us know and we'd love to help you create the client for it!
|
Here's some of the fantastic work our community has done to make Unleash work in even more contexts. If you still can't find your favorite language, let us know and we'd love to help you create the client for it!
|
||||||
|
|
||||||
@ -113,7 +113,7 @@ Here's some of the fantastic work our community has done to make Unleash work in
|
|||||||
- [uekoetter.dev/unleash-client-dart](https://pub.dev/packages/unleash) (Dart)
|
- [uekoetter.dev/unleash-client-dart](https://pub.dev/packages/unleash) (Dart)
|
||||||
- _...your implementation for your favorite language._
|
- _...your implementation for your favorite language._
|
||||||
|
|
||||||
### Implement your own SDK {#implement-your-own-sdk}
|
## Implement your own SDK {#implement-your-own-sdk}
|
||||||
|
|
||||||
If you can't find an SDK that fits your need, you can also develop your own SDK. To make implementation easier, check out these resources:
|
If you can't find an SDK that fits your need, you can also develop your own SDK. To make implementation easier, check out these resources:
|
||||||
|
|
||||||
|
@ -132,6 +132,7 @@ module.exports = {
|
|||||||
'/user_guide/client-sdk',
|
'/user_guide/client-sdk',
|
||||||
'/client-sdk',
|
'/client-sdk',
|
||||||
'/user_guide/connect_sdk',
|
'/user_guide/connect_sdk',
|
||||||
|
'/sdks/community',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -41,6 +41,7 @@ module.exports = {
|
|||||||
'sdks/proxy-javascript',
|
'sdks/proxy-javascript',
|
||||||
'sdks/proxy-react',
|
'sdks/proxy-react',
|
||||||
'sdks/proxy-ios',
|
'sdks/proxy-ios',
|
||||||
|
{ type: 'link', label: 'Community SDKs', href: '/sdks#community-sdks'}
|
||||||
],
|
],
|
||||||
Addons: [
|
Addons: [
|
||||||
'addons/index',
|
'addons/index',
|
||||||
|
Loading…
Reference in New Issue
Block a user