Skip to content

Commit

Permalink
docs: delete /sdks/community page
Browse files Browse the repository at this point in the history
This page was more or less a duplicate of the final section of the
SDK overview. I've moved the section on implementing your own SDK into
the SDK overview instead.
  • Loading branch information
thomasheartman committed Jan 10, 2022
1 parent 145a587 commit c3d78bc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 29 deletions.
28 changes: 0 additions & 28 deletions website/docs/sdks/community.md

This file was deleted.

7 changes: 7 additions & 0 deletions website/docs/sdks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,10 @@ Here's some of the fantastic work our community has done to make Unleash work in
- [AppsFlyer/clojure-unleash](https://github.com/AppsFlyer/unleash-client-clojure) (Clojure)
- [pmb0/nestjs-unleash](https://github.com/pmb0/nestjs-unleash) (NestJS - Node.js)
- _...your implementation for your favorite language._

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

- [Unleash Client Specifications](https://github.com/Unleash/client-specification) - Used by all official SDKs to make sure they behave correctly across different language implementations. This lets us verify that a gradual rollout to 10% of the users would affect the same users regardless of which SDK you're using.
- [Client SDK overview](../client-specification) - A brief, overall guide of the _Unleash Architecture_ and important aspects of the SDK role in it all.
1 change: 0 additions & 1 deletion website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ module.exports = {
'sdks/proxy-javascript',
'sdks/proxy-react',
'sdks/proxy-ios',
'sdks/community',
],
Addons: [
'addons/index',
Expand Down

1 comment on commit c3d78bc

@vercel
Copy link

@vercel vercel bot commented on c3d78bc Jan 10, 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.