mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
Docs - Exclude some unneeded .NET namespaces
Docs - Exclude generated annotations
This commit is contained in:
parent
68ce43e834
commit
3e3988d72d
@ -12,7 +12,8 @@
|
|||||||
],
|
],
|
||||||
"dest": "api",
|
"dest": "api",
|
||||||
"disableGitFeatures": false,
|
"disableGitFeatures": false,
|
||||||
"disableDefaultFilter": false
|
"disableDefaultFilter": false,
|
||||||
|
"filter": "filterConfig.yml"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"build": {
|
"build": {
|
||||||
|
|||||||
13
docfx/docfx_project/filterConfig.yml
Normal file
13
docfx/docfx_project/filterConfig.yml
Normal 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
|
||||||
@ -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.}}
|
{{!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">
|
<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>
|
</a>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user