File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ This repository contains beta software and should not be considered ready for pr
7
7
8
8
## Packages
9
9
10
- | SDK packages | issues | tests |
11
- | -------------------------------------------------------| ---------------------------------------------| ---------------------------------------------------------|
12
- | [ libs/client-sdk] ( libs/client-sdk/README.md ) | [ C++ Client SDK] [ package-cpp-client-issues ] | [ ![ Actions Status] [ cpp-client-ci-badge ]] [ cpp-client-ci ] |
10
+ | SDK packages | issues | tests | docs |
11
+ | -------------------------------------------------------| ---------------------------------------------| ---------------------------------------------------------- | -------------------------- |
12
+ | [ libs/client-sdk] ( libs/client-sdk/README.md ) | [ C++ Client SDK] [ package-cpp-client-issues ] | [ ![ Actions Status] [ cpp-client-ci-badge ]] [ cpp-client-ci ] | [ ![ Documentation ] ( https://img.shields.io/static/v1?label=GitHub+Pages&message=API+reference&color=00add8 )] ( https://launchdarkly.github.io/cpp-sdks/libs/client-sdk/docs/html/ )
13
13
14
14
| Shared packages | issues | tests |
15
15
| --------------------------------------------------------------| ---------------------------------------------------| -----------------------------------------------------------------------|
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ This SDK is a beta version and should not be considered ready for production use
5
5
visible.
6
6
7
7
[ ![ Actions Status] ( https://github.com/launchdarkly/cpp-sdks/actions/workflows/client.yml/badge.svg )] ( https://github.com/launchdarkly/cpp-sdks/actions/workflows/client.yml )
8
+ [ ![ Documentation] ( https://img.shields.io/static/v1?label=GitHub+Pages&message=API+reference&color=00add8 )] ( https://launchdarkly.github.io/cpp-sdks/libs/client-sdk/docs/html/ )
8
9
9
10
The LaunchDarkly Client-Side SDK for C/C++ is designed primarily for use in desktop and embedded systems applications. It follows the client-side LaunchDarkly model for single-user contexts (much like our mobile or JavaScript SDKs). It is not intended for use in multi-user systems such as web servers and applications.
10
11
You can’t perform that action at this time.
0 commit comments