1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-10 20:38:32 +00:00

Finish config

This commit is contained in:
RobertBeekman 2024-02-20 17:08:25 +01:00
parent c11d12ded4
commit 2d00a64a7d
8 changed files with 16 additions and 14 deletions

View File

@ -0,0 +1,4 @@
#logo {
height: 40px;
margin-right: 10px;
}

View File

@ -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,

View File

@ -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

View File

@ -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).

View File

@ -1,4 +1,2 @@
- name: Docs
href: docs/
- name: API
- name: Plugin API
href: api/