diff --git a/docfx/docfx_project/docfx.json b/docfx/docfx_project/docfx.json index b2c23860f..30f8b4c7a 100644 --- a/docfx/docfx_project/docfx.json +++ b/docfx/docfx_project/docfx.json @@ -12,7 +12,8 @@ ], "dest": "api", "disableGitFeatures": false, - "disableDefaultFilter": false + "disableDefaultFilter": false, + "filter": "filterConfig.yml" } ], "build": { diff --git a/docfx/docfx_project/filterConfig.yml b/docfx/docfx_project/filterConfig.yml new file mode 100644 index 000000000..50cc1a484 --- /dev/null +++ b/docfx/docfx_project/filterConfig.yml @@ -0,0 +1,13 @@ +apiRules: +- exclude: + uidRegex: ^System\.Object + type: Type +- exclude: + uidRegex: ^System\.Windows + type: Type +- exclude: + uidRegex: ^System\.ComponentModel + type: Type +- exclude: + uidRegex: ^Stylet\.PropertyChangedBase + type: Type \ No newline at end of file diff --git a/docfx/docfx_project/templates/artemis/partials/logo.tmpl.partial b/docfx/docfx_project/templates/artemis/partials/logo.tmpl.partial index bf09be859..37e40a6a1 100644 --- a/docfx/docfx_project/templates/artemis/partials/logo.tmpl.partial +++ b/docfx/docfx_project/templates/artemis/partials/logo.tmpl.partial @@ -1,5 +1,5 @@ {{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}} - +