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