You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ on:
10
10
# pkgs/sdk/client is omitted here since this workflow is for ubuntu and the client sdk build process requires macos. Use release-sdk-client for client sdk.
11
11
- pkgs/sdk/server
12
12
- pkgs/telemetry
13
+
- pkgs/sdk/server-ai
13
14
dry_run:
14
15
description: 'Is this a dry run. If so no package will be published.'
Copy file name to clipboardExpand all lines: pkgs/sdk/server-ai/CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ We encourage pull requests and other contributions from the community. Before su
16
16
17
17
To set up your SDK build time environment, you must [download .NET development tools and follow the instructions](https://dotnet.microsoft.com/download).
18
18
19
-
The AI SDK wraps the [Server-Side](../server) SDK.
19
+
The AI SDK wraps the [Server-Side](../server/index.md) SDK.
All public types, methods, and properties should have documentation comments in the standard C# XML comment format.
4
+
These will be automatically included in the [HTML documentation](https://launchdarkly.github.io/dotnet-core/pkgs/sdk/server) that is generated on release.
5
+
6
+
Non-public items may have documentation comments as well, since those may be helpful to other developers working on this
7
+
project, but they will not be included in the HTML documentation.
0 commit comments