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

API docs - Widened TOC and body

This commit is contained in:
SpoinkyNL 2020-11-20 19:35:55 +01:00
parent 5683fd44df
commit d84d7dc4e5
3 changed files with 23 additions and 2 deletions

View File

@ -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
type: Type
- exclude:
uidRegex: ^Artemis\.Core\.TypeExtensions\.IsNumber
type: Method

View File

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

View File

@ -0,0 +1,17 @@
.sidefilter {
width: 320px;
}
.sidetoc {
width: 320px;
}
.article.grid-right {
margin-left: 340px;
}
@media (min-width: 1500px) {
.container {
width: 1470px;
}
}