From 8be767b67466e97601c067ef6fdafd15d8260c23 Mon Sep 17 00:00:00 2001 From: Hsu Still <341464@gmail.com> Date: Fri, 23 Mar 2018 14:30:27 +0800 Subject: [PATCH] Fix xrefing for foreign objects --- docs/docfx.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docfx.json b/docs/docfx.json index 46c6ad984..901357ae3 100644 --- a/docs/docfx.json +++ b/docs/docfx.json @@ -61,6 +61,7 @@ "_appFooter": "Discord.Net (c) 2015-2018", "_enableSearch": true }, - "noLangKeyword": false + "noLangKeyword": false, + "xrefService": [ "https://xref.docs.microsoft.com/query?uid={uid}" ] } }