Skip to content

Commit f059f42

Browse files
committed
docs: allow unpublished ADO.NET transaction links
1 parent c9b030d commit f059f42

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

docs/site/src/data/external-link-allowlist.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
"https://docs.aws.amazon.com/sdk-for-net/v4/developer-guide/creds-assign.html": "AWS serves this public SDK credential-resolution page to browsers but rejects the bounded automated HEAD/GET probe with HTTP 403.",
1111
"https://docs.aws.amazon.com/streams/latest/dev/introduction.html": "AWS serves this public Kinesis overview to browsers but rejects the bounded automated HEAD/GET probe with HTTP 403.",
1212
"https://en.wikipedia.org/wiki/Kalman_filter": "Wikipedia serves this public article to browsers but rejects the bounded automated HEAD/GET probe with HTTP 403.",
13-
"https://www.f5.com/company/blog/nginx/nginx-power-of-two-choices-load-balancing-algorithm": "The F5 site serves this canonical NGINX article to browsers but rejects the bounded automated HEAD/GET probe with HTTP 403."
13+
"https://github.com/dotnet/orleans/tree/main/src/AdoNet/Orleans.Transactions.AdoNet": "This source directory is introduced by the current pull request and will resolve on the main branch after the pull request merges.",
14+
"https://www.f5.com/company/blog/nginx/nginx-power-of-two-choices-load-balancing-algorithm": "The F5 site serves this canonical NGINX article to browsers but rejects the bounded automated HEAD/GET probe with HTTP 403.",
15+
"https://www.nuget.org/packages/Microsoft.Orleans.Transactions.AdoNet": "This new package is introduced by the current pull request and its NuGet page will resolve after the first package publication."
1416
}
1517
}
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
22
"description": "Generated API assemblies which are not currently published as standalone NuGet packages.",
3-
"packages": {}
3+
"packages": {
4+
"Microsoft.Orleans.Transactions.AdoNet": "This new package is introduced by the current pull request and is awaiting its first NuGet publication."
5+
}
46
}

0 commit comments

Comments
 (0)