From d84d7dc4e5f033e1ff10ed37b6a150f76fd26676 Mon Sep 17 00:00:00 2001 From: SpoinkyNL Date: Fri, 20 Nov 2020 19:35:55 +0100 Subject: [PATCH] API docs - Widened TOC and body --- docfx/docfx_project/filterConfig.yml | 7 +++++-- .../artemis/partials/logo.tmpl.partial | 1 + .../templates/artemis/styles/artemis.css | 17 +++++++++++++++++ 3 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 docfx/docfx_project/templates/artemis/styles/artemis.css 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