diff --git a/Docs/docfx.json b/Docs/docfx.json index 30ed46e..d5534df 100644 --- a/Docs/docfx.json +++ b/Docs/docfx.json @@ -2,7 +2,8 @@ "metadata": [{ "src": [{ "src": "../", - "files": ["**/MLEM**.csproj"] + "files": ["**/MLEM**.csproj"], + "exclude": ["**.FNA.**"] }], "dest": "api" }], @@ -51,4 +52,4 @@ "markdownEngineName": "markdig", "noLangKeyword": false } -} \ No newline at end of file +}