diff --git a/docfx/docfx_project/filterConfig.yml b/docfx/docfx_project/filterConfig.yml index 1c9458383..fff7b04d2 100644 --- a/docfx/docfx_project/filterConfig.yml +++ b/docfx/docfx_project/filterConfig.yml @@ -9,7 +9,7 @@ apiRules: uidRegex: ^System\.ComponentModel type: Type - exclude: - uidRegex: ^Stylet\.PropertyChangedBase + uidRegex: ^Stylet type: Type - exclude: uidRegex: ^Artemis\.Core\.Properties @@ -19,4 +19,7 @@ apiRules: type: Type - exclude: uidRegex: ^Artemis\.UI\.Shared\.Properties - type: Type \ No newline at end of file + type: Type +- exclude: + uidRegex: ^Artemis\.Core\.TypeExtensions\.IsNumber + type: Method \ 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 37e40a6a1..f4da7f2c7 100644 --- a/docfx/docfx_project/templates/artemis/partials/logo.tmpl.partial +++ b/docfx/docfx_project/templates/artemis/partials/logo.tmpl.partial @@ -1,5 +1,6 @@ {{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}} + diff --git a/docfx/docfx_project/templates/artemis/styles/artemis.css b/docfx/docfx_project/templates/artemis/styles/artemis.css new file mode 100644 index 000000000..34d634885 --- /dev/null +++ b/docfx/docfx_project/templates/artemis/styles/artemis.css @@ -0,0 +1,17 @@ +.sidefilter { + width: 320px; +} + +.sidetoc { + width: 320px; +} + +.article.grid-right { + margin-left: 340px; +} + +@media (min-width: 1500px) { +.container { + width: 1470px; +} +} \ No newline at end of file