Skip to content

Commit

Permalink
Merge pull request #1258 from Unleash/docs/move-community-sdks
Browse files Browse the repository at this point in the history
docs: redirect old community SDKs url to new /sdks
  • Loading branch information
thomasheartman committed Jan 11, 2022
2 parents cc66cc4 + e1ba5f2 commit ec2d6b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/sdks/index.md
Expand Up @@ -99,7 +99,7 @@ If you see an item marked with a ❌ that you would find useful, feel free to re
| Bootstrap from file |||||||||
| 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!

Expand All @@ -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)
- _...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:

Expand Down
1 change: 1 addition & 0 deletions website/docusaurus.config.js
Expand Up @@ -132,6 +132,7 @@ module.exports = {
'/user_guide/client-sdk',
'/client-sdk',
'/user_guide/connect_sdk',
'/sdks/community',
],
},
{
Expand Down
1 change: 1 addition & 0 deletions website/sidebars.js
Expand Up @@ -41,6 +41,7 @@ module.exports = {
'sdks/proxy-javascript',
'sdks/proxy-react',
'sdks/proxy-ios',
{ type: 'link', label: 'Community SDKs', href: '/sdks#community-sdks'}
],
Addons: [
'addons/index',
Expand Down

1 comment on commit ec2d6b6

@vercel
Copy link

@vercel vercel bot commented on ec2d6b6 Jan 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.