1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-12 13:28:33 +00:00

Docs - Exclude some unneeded .NET namespaces

Docs - Exclude generated annotations
This commit is contained in:
Robert 2020-09-01 20:08:13 +02:00
parent 68ce43e834
commit 3e3988d72d
3 changed files with 16 additions and 2 deletions

View File

@ -12,7 +12,8 @@
],
"dest": "api",
"disableGitFeatures": false,
"disableDefaultFilter": false
"disableDefaultFilter": false,
"filter": "filterConfig.yml"
}
],
"build": {

View File

@ -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

View File

@ -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.}}
<a class="navbar-brand" href="{{_rel}}index.html">
<img id="logo" src="{{_rel}}images/logo-512.png" alt="Artemis logo" style="width: 38px; height: 38px; margin-top: 6px;">
<img id="logo" src="{{_rel}}images/logo-512.png" alt="Artemis logo" style="width: 38px; height: 38px; margin-top: 6px; margin-right: 6px;">
</a>