Skip to content

Commit

Permalink
docs: add server-ai badges to README (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaldren-ld authored Nov 12, 2024
1 parent 81fe6d5 commit 9c9dc7c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ This includes the SDKs, shared libraries, and other tools.

## Packages

| SDK Packages | NuGet | API Docs | Issues | Tests |
|-------------------------------------------|---------------------------------------------------------|-------------------------------------------------------------|-------------------------------|------------------------------------------------------------|
| [LaunchDarkly.ServerSdk](pkgs/sdk/server) | [![NuGet][server-nuget-badge]][server-nuget-link] | [![Documentation][api-docs-badge]][server-api-docs-link] | [Server SDK][server-issues] | [![Actions Status][server-ci-badge]][server-ci-link] |
| [LaunchDarkly.ClientSdk](pkgs/sdk/client) | [![NuGet][client-nuget-badge]][client-nuget-link] | [![Documentation][api-docs-badge]][client-api-docs-link] | [Client SDK][client-issues] | [![Actions Status][client-ci-badge]][client-ci-link] |
| SDK Packages | NuGet | API Docs | Issues | Tests |
|-------------------------------------------------|---------------------------------------------------------|-------------------------------------------------------------|-----------------------------------|------------------------------------------------------------|
| [LaunchDarkly.ServerSdk](pkgs/sdk/server) | [![NuGet][server-nuget-badge]][server-nuget-link] | [![Documentation][api-docs-badge]][server-api-docs-link] | [Server SDK][server-issues] | [![Actions Status][server-ci-badge]][server-ci-link] |
| [LaunchDarkly.ServerSdk.Ai](pkgs/sdk/server-ai) | [![NuGet][server-ai-nuget-badge]][server-ai-nuget-link] | [![Documentation][api-docs-badge]][server-ai-api-docs-link] | [AI Server SDK][server-ai-issues] | [![Actions Status][server-ai-ci-badge]][server-ai-ci-link] |
| [LaunchDarkly.ClientSdk](pkgs/sdk/client) | [![NuGet][client-nuget-badge]][client-nuget-link] | [![Documentation][api-docs-badge]][client-api-docs-link] | [Client SDK][client-issues] | [![Actions Status][client-ci-badge]][client-ci-link] |

| Telemetry Packages | NuGet | API Docs | Issues | Tests |
|----------------------------------------------------|---------------------------------------------------------|-------------------------------------------------------------|-------------------------------|------------------------------------------------------------|
Expand Down Expand Up @@ -62,6 +63,13 @@ We encourage pull requests and other contributions from the community. Check out
[server-issues]: https://github.com/launchdarkly/dotnet-core/issues?q=is%3Aissue+is%3Aopen+label%3A%22package%3A+sdk%2Fserver%22+
[server-api-docs-link]: https://launchdarkly.github.io/dotnet-core/pkgs/sdk/server/

[server-ai-nuget-badge]: https://img.shields.io/nuget/v/LaunchDarkly.ServerSdk.Ai.svg?style=flat-square
[server-ai-nuget-link]: https://www.nuget.org/packages/LaunchDarkly.ServerSdk.Ai/
[server-ai-ci-badge]: https://github.com/launchdarkly/dotnet-core/actions/workflows/sdk-server-ai-ci.yml/badge.svg
[server-ai-ci-link]: https://github.com/launchdarkly/dotnet-core/actions/workflows/sdk-server-ai-ci.yml
[server-ai-issues]: https://github.com/launchdarkly/dotnet-core/issues?q=is%3Aopen+is%3Aissue+label%3A%22package%3A+sdk%2Fserver-ai%22
[server-ai-api-docs-link]: https://launchdarkly.github.io/dotnet-core/pkgs/sdk/server-ai/

[client-nuget-badge]: https://img.shields.io/nuget/v/LaunchDarkly.ClientSdk.svg?style=flat-square
[client-nuget-link]: https://www.nuget.org/packages/LaunchDarkly.ClientSdk/
[client-ci-badge]: https://github.com/launchdarkly/dotnet-core/actions/workflows/sdk-client-ci.yml/badge.svg
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
The main namespace for the LaunchDarkly AI server-side .NET SDK.

You will most often use <xref:LaunchDarkly.Sdk.Server.Ai.LdAiClient> (the AI client) as well as
the <xref:LaunchDarkly.Sdk.Context> type from <xref:LaunchDarkly.Sdk>.
2 changes: 1 addition & 1 deletion pkgs/sdk/server-ai/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ to other repositories used in the SDK.

## Namespaces

**[LaunchDarkly.Sdk.Ai](docs-src/namespaces/LaunchDarkly.Sdk.Ai.md):** The base namespace for all LaunchDarkly .NET-based SDKs, containing common types.
**[LaunchDarkly.Server.Sdk.Ai](docs-src/namespaces/LaunchDarkly.Sdk.Server.Ai.md):** The base namespace for all LaunchDarkly .NET-based SDKs, containing common types.

0 comments on commit 9c9dc7c

Please sign in to comment.