Skip to content

Commit 5019c1b

Browse files
authored
chore: Add missing docfx configuration files (#124)
1 parent 5bfe0d9 commit 5019c1b

File tree

5 files changed

+148
-4
lines changed

5 files changed

+148
-4
lines changed

pkgs/dotnet-server-sdk-consul/docfx.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
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
}

pkgs/dotnet-server-sdk-dynamodb/docfx.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
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
}
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
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+
}
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
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+
}

pkgs/shared/common/docfx.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
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+
}

0 commit comments

Comments
 (0)