From a5eb99c844dd6d57bd50c437cf327061aaad93f8 Mon Sep 17 00:00:00 2001 From: Tyson Nevil Date: Wed, 19 Oct 2016 06:59:32 -0700 Subject: [PATCH] Update docfx.json --- docfx.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docfx.json b/docfx.json index 9d3d021c532b4..2874629c58cdf 100644 --- a/docfx.json +++ b/docfx.json @@ -11,6 +11,7 @@ "**/includes/**", "**/_themes/**", "markdown templates/**" + "contributor-guide/**" ], "src": "articles", "dest": "." @@ -25,6 +26,7 @@ "**/includes/**", "**/_themes/**", "markdown templates/**", + "contributor-guide/**" "articles/**" ], "src": null, @@ -42,6 +44,7 @@ "**/obj/**", "**/_themes/**", "markdown templates/**" + "contributor-guide/**" ], "src": "articles", "dest": "." @@ -56,6 +59,7 @@ "**/obj/**", "**/_themes/**", "markdown templates/**", + "contributor-guide/**" "articles/**" ], "src": null,