File tree Expand file tree Collapse file tree 5 files changed +148
-4
lines changed
dotnet-server-sdk-dynamodb Expand file tree Collapse file tree 5 files changed +148
-4
lines changed Original file line number Diff line number Diff line change 3939 " default"
4040 ],
4141 "globalMetadata" : {
42- "_appName" : " Consul integration for the LaunchDarkly SDK for Server-side .NET " ,
43- "_appTitle" : " Consul integration for the LaunchDarkly SDK for Server-side .NET " ,
42+ "_appName" : " LaunchDarkly.ServerSdk.Consul " ,
43+ "_appTitle" : " Consul integration for the LaunchDarkly SDK for Server-side .NET" ,
4444 "_enableSearch" : true ,
4545 "pdf" : false
4646 }
Original file line number Diff line number Diff line change 3939 " default"
4040 ],
4141 "globalMetadata" : {
42- "_appName" : " DynamoDB integration for the LaunchDarkly SDK for Server-side .NET " ,
43- "_appTitle" : " DynamoDB integration for the LaunchDarkly SDK for Server-side .NET " ,
42+ "_appName" : " LaunchDarkly.ServerSdk.DynamoDb " ,
43+ "_appTitle" : " DynamoDB integration for the LaunchDarkly SDK for Server-side .NET" ,
4444 "_enableSearch" : true ,
4545 "pdf" : false
4646 }
Original file line number Diff line number Diff line change 1+ {
2+ "metadata" : [
3+ {
4+ "src" : [
5+ {
6+ "src" : " ./src" ,
7+ "files" : [
8+ " **/*.csproj" ,
9+ " **/bin/**/**LaunchDarkly**.dll"
10+ ]
11+ }
12+ ],
13+ "dest" : " ./api" ,
14+ "properties" : {
15+ "Configuration" : " Debug"
16+ }
17+ }
18+ ],
19+ "build" : {
20+ "content" : [
21+ {
22+ "files" : [
23+ " **/*.{md,yml}"
24+ ],
25+ "exclude" : [
26+ " docs/**"
27+ ]
28+ }
29+ ],
30+ "resource" : [
31+ {
32+ "files" : [
33+ " images/**"
34+ ]
35+ }
36+ ],
37+ "output" : " docs" ,
38+ "template" : [
39+ " default"
40+ ],
41+ "globalMetadata" : {
42+ "_appName" : " LaunchDarkly.ServerSdk.Redis" ,
43+ "_appTitle" : " Redis integration for the LaunchDarkly SDK for Server-side .NET " ,
44+ "_enableSearch" : true ,
45+ "pdf" : false
46+ }
47+ }
48+ }
Original file line number Diff line number Diff line change 1+ {
2+ "metadata" : [
3+ {
4+ "src" : [
5+ {
6+ "src" : " ./src" ,
7+ "files" : [
8+ " **/*.csproj" ,
9+ " **/bin/**/**LaunchDarkly**.dll"
10+ ]
11+ }
12+ ],
13+ "dest" : " ./api" ,
14+ "properties" : {
15+ "Configuration" : " Debug"
16+ }
17+ }
18+ ],
19+ "build" : {
20+ "content" : [
21+ {
22+ "files" : [
23+ " **/*.{md,yml}"
24+ ],
25+ "exclude" : [
26+ " docs/**"
27+ ]
28+ }
29+ ],
30+ "resource" : [
31+ {
32+ "files" : [
33+ " images/**"
34+ ]
35+ }
36+ ],
37+ "output" : " docs" ,
38+ "template" : [
39+ " default"
40+ ],
41+ "globalMetadata" : {
42+ "_appName" : " LaunchDarkly.CommonSdk.JsonNet" ,
43+ "_appTitle" : " Add-on package allows JSON-serializable data types from LaunchDarkly .NET SDKs" ,
44+ "_enableSearch" : true ,
45+ "pdf" : false
46+ }
47+ }
48+ }
Original file line number Diff line number Diff line change 1+ {
2+ "metadata" : [
3+ {
4+ "src" : [
5+ {
6+ "src" : " ./src" ,
7+ "files" : [
8+ " **/*.csproj" ,
9+ " **/bin/**/**LaunchDarkly**.dll"
10+ ]
11+ }
12+ ],
13+ "dest" : " ./api" ,
14+ "properties" : {
15+ "Configuration" : " Debug"
16+ }
17+ }
18+ ],
19+ "build" : {
20+ "content" : [
21+ {
22+ "files" : [
23+ " **/*.{md,yml}"
24+ ],
25+ "exclude" : [
26+ " docs/**"
27+ ]
28+ }
29+ ],
30+ "resource" : [
31+ {
32+ "files" : [
33+ " images/**"
34+ ]
35+ }
36+ ],
37+ "output" : " docs" ,
38+ "template" : [
39+ " default"
40+ ],
41+ "globalMetadata" : {
42+ "_appName" : " LaunchDarkly.CommonSdk" ,
43+ "_appTitle" : " Shared dotnet classes for Server and Client SDKs" ,
44+ "_enableSearch" : true ,
45+ "pdf" : false
46+ }
47+ }
48+ }
You can’t perform that action at this time.
0 commit comments