1
0
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:
Thomas Heartman 2022-01-11 10:04:14 +01:00 committed by GitHub
commit ec2d6b6c5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View File

@ -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:

View File

@ -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',
], ],
}, },
{ {

View File

@ -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',