diff --git a/docs/docfx.json b/docs/docfx.json index 4b98d4504a9..08ee1d7041b 100644 --- a/docs/docfx.json +++ b/docs/docfx.json @@ -21,8 +21,6 @@ { "files": [ "**.md", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", "toc.yml" ] } @@ -31,7 +29,9 @@ { "files": [ ".editorconfig", - "**.cs" + "**.cs", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT" ] } ],