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:
parent
5683fd44df
commit
d84d7dc4e5
@ -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
|
||||
@ -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>
|
||||
|
||||
17
docfx/docfx_project/templates/artemis/styles/artemis.css
Normal file
17
docfx/docfx_project/templates/artemis/styles/artemis.css
Normal file
@ -0,0 +1,17 @@
|
||||
.sidefilter {
|
||||
width: 320px;
|
||||
}
|
||||
|
||||
.sidetoc {
|
||||
width: 320px;
|
||||
}
|
||||
|
||||
.article.grid-right {
|
||||
margin-left: 340px;
|
||||
}
|
||||
|
||||
@media (min-width: 1500px) {
|
||||
.container {
|
||||
width: 1470px;
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user