Skip to content

Commit 549260d

Browse files
authored
chore: Documentation links. (#112)
1 parent 3de405a commit 549260d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ This repository contains beta software and should not be considered ready for pr
77

88
## Packages
99

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/)
1313

1414
| Shared packages | issues | tests |
1515
|--------------------------------------------------------------|---------------------------------------------------|-----------------------------------------------------------------------|

libs/client-sdk/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ This SDK is a beta version and should not be considered ready for production use
55
visible.
66

77
[![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/)
89

910
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.
1011

0 commit comments

Comments
 (0)