Skip to content

Commit 2537ed7

Browse files
authored
🐛 fixed external references for Microsoft (#3)
1 parent fdb1e73 commit 2537ed7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.docfx/docfx.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"xref": [
2121
"https://docs.cuemon.net/xrefmap.yml",
2222
"https://docs.savvyio.net/xrefmap.yml",
23-
"https://sharedkernel.codebelt.net/xrefmap.yml"
23+
"https://sharedkernel.codebelt.net/xrefmap.yml",
24+
"https://github.com/dotnet/docfx/raw/main/.xrefmap.json"
2425
],
2526
"content": [
2627
{
@@ -81,8 +82,6 @@
8182
"noLangKeyword": false,
8283
"keepFileLink": false,
8384
"cleanupCacheHistory": false,
84-
"disableGitFeatures": false,
85-
"xrefService": [
86-
"https://xref.docs.microsoft.com/query?uid={uid}" ]
85+
"disableGitFeatures": false
8786
}
8887
}

0 commit comments

Comments
 (0)