|
2 | 2 |
|
3 | 3 | [![NPM][sdk-cloudflare-npm-badge]][sdk-cloudflare-npm-link] |
4 | 4 | [![Actions Status][sdk-cloudflare-ci-badge]][sdk-cloudflare-ci] |
5 | | -[](https://launchdarkly.github.io/js-core/packages/sdk/cloudflare/docs/) |
| 5 | +[![Documentation][sdk-cloudflare-ghp-badge]][sdk-cloudflare-ghp-link] |
| 6 | +[![NPM][sdk-cloudflare-dm-badge]][sdk-cloudflare-npm-link] |
| 7 | +[![NPM][sdk-cloudflare-dt-badge]][sdk-cloudflare-npm-link] |
6 | 8 |
|
7 | | -This library supports using Cloudflare [Workers KV](https://developers.cloudflare.com/workers/learning/how-kv-works) to replace the default in-memory feature store of the [LaunchDarkly Node.js SDK](https://github.com/launchdarkly/cloudflare-server-sdk). |
| 9 | +The LaunchDarkly Cloudflare SDK is designed primarily for use in multi-user Cloudflare workers. It follows the server-side LaunchDarkly model for multi-user contexts. It is not intended for use in desktop and embedded systems applications. |
8 | 10 |
|
9 | | -For more information, see the [SDK features guide](https://docs.launchdarkly.com/sdk/features/storing-data). |
| 11 | +For more information, see the [complete reference guide for this SDK](https://docs.launchdarkly.com/sdk/server-side/cloudflare). |
| 12 | + |
| 13 | +This SDK is a beta version and should not be considered ready for production use while this message is visible. |
10 | 14 |
|
11 | 15 | ## Install |
12 | 16 |
|
@@ -75,3 +79,7 @@ yarn test |
75 | 79 | [sdk-cloudflare-ci]: https://github.com/launchdarkly/js-core/actions/workflows/cloudflare.yml |
76 | 80 | [sdk-cloudflare-npm-badge]: https://img.shields.io/npm/v/@launchdarkly/cloudflare-server-sdk.svg?style=flat-square |
77 | 81 | [sdk-cloudflare-npm-link]: https://www.npmjs.com/package/@launchdarkly/cloudflare-server-sdk |
| 82 | +[sdk-cloudflare-ghp-badge]: https://img.shields.io/static/v1?label=GitHub+Pages&message=API+reference&color=00add8 |
| 83 | +[sdk-cloudflare-ghp-link]: https://launchdarkly.github.io/js-core/packages/sdk/cloudflare/docs/ |
| 84 | +[sdk-cloudflare-dm-badge]: https://img.shields.io/npm/dm/@launchdarkly/cloudflare-server-sdk.svg?style=flat-square |
| 85 | +[sdk-cloudflare-dt-badge]: https://img.shields.io/npm/dt/@launchdarkly/cloudflare-server-sdk.svg?style=flat-square |
0 commit comments