From 70e911d42a22d4d188654fb4dd51cec968a18a79 Mon Sep 17 00:00:00 2001 From: Morten Nielsen <1378165+dotMorten@users.noreply.github.com> Date: Wed, 29 Jan 2020 16:53:40 -0800 Subject: [PATCH] Added xref service for .NET --- docs/docfx.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docfx.json b/docs/docfx.json index 33690c4..ddbb05f 100644 --- a/docs/docfx.json +++ b/docs/docfx.json @@ -133,7 +133,8 @@ "markdownEngineName": "markdig", "noLangKeyword": false, "keepFileLink": false, + "xrefService": [ "https://xref.docs.microsoft.com/query?uid={uid}" ], "cleanupCacheHistory": false, "disableGitFeatures": false } -} \ No newline at end of file +}