mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-12 13:28:33 +00:00
Finish config
This commit is contained in:
parent
c11d12ded4
commit
2d00a64a7d
4
docfx/docfx_project/artemis-template/public/main.css
Normal file
4
docfx/docfx_project/artemis-template/public/main.css
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
#logo {
|
||||||
|
height: 40px;
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
@ -11,7 +11,8 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"dest": "api",
|
"dest": "api",
|
||||||
"filter": "filterConfig.yml"
|
"filter": "filterConfig.yml",
|
||||||
|
"namespaceLayout": "nested"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"build": {
|
"build": {
|
||||||
@ -35,11 +36,14 @@
|
|||||||
"output": "_site",
|
"output": "_site",
|
||||||
"template": [
|
"template": [
|
||||||
"default",
|
"default",
|
||||||
"modern"
|
"modern",
|
||||||
|
"artemis-template"
|
||||||
],
|
],
|
||||||
"globalMetadata": {
|
"globalMetadata": {
|
||||||
"_appTitle": "Artemis API Documentation",
|
"_appTitle": "Artemis API Documentation",
|
||||||
"_appName": "Artemis",
|
"_appName": "Artemis",
|
||||||
|
"_appLogoPath": "images/application.ico",
|
||||||
|
"_appFaviconPath": "images/application.ico",
|
||||||
"_copyrightFooter": "Content is available under the PolyForm Noncommercial License, by Artemis RGB.",
|
"_copyrightFooter": "Content is available under the PolyForm Noncommercial License, by Artemis RGB.",
|
||||||
"_enableSearch": true,
|
"_enableSearch": true,
|
||||||
"_disableSideFilter": false,
|
"_disableSideFilter": false,
|
||||||
|
|||||||
@ -24,5 +24,5 @@ apiRules:
|
|||||||
uidRegex: ^Artemis\.UI\.Shared\.Properties
|
uidRegex: ^Artemis\.UI\.Shared\.Properties
|
||||||
type: Type
|
type: Type
|
||||||
- exclude:
|
- exclude:
|
||||||
uidRegex: ^Artemis\.Core\.TypeExtensions\.IsNumber
|
uidRegex: ^Artemis\.Core\.TypeExtensions
|
||||||
type: Method
|
type: Type
|
||||||
@ -2,10 +2,6 @@
|
|||||||
_layout: landing
|
_layout: landing
|
||||||
---
|
---
|
||||||
|
|
||||||
# This is the **HOMEPAGE**.
|
# Artemis Technical Documentation
|
||||||
|
Welcome to the technical docs of Artemis. This page contains all the public types available when writing Artemis plugins.
|
||||||
Refer to [Markdown](http://daringfireball.net/projects/markdown/) for how to write markdown files.
|
For more details, please refer to the [Artemis wiki](https://wiki.artemis-rgb.com/en/guides/developer).
|
||||||
|
|
||||||
## Quick Start Notes:
|
|
||||||
|
|
||||||
1. Add images to the *images* folder if the file is referencing an image.
|
|
||||||
@ -1,4 +1,2 @@
|
|||||||
- name: Docs
|
- name: Plugin API
|
||||||
href: docs/
|
|
||||||
- name: API
|
|
||||||
href: api/
|
href: api/
|
||||||
Loading…
x
Reference in New Issue
Block a user