mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-12 13:28:33 +00:00
51 lines
995 B
JSON
51 lines
995 B
JSON
{
|
|
"metadata": [
|
|
{
|
|
"src": [
|
|
{
|
|
"src": "../../src",
|
|
"files": [
|
|
"**/Artemis.Core.csproj",
|
|
"**/Artemis.UI.Shared.csproj"
|
|
]
|
|
}
|
|
],
|
|
"dest": "api",
|
|
"filter": "filterConfig.yml"
|
|
}
|
|
],
|
|
"build": {
|
|
"content": [
|
|
{
|
|
"files": [
|
|
"**/*.{md,yml}"
|
|
],
|
|
"exclude": [
|
|
"_site/**"
|
|
]
|
|
}
|
|
],
|
|
"resource": [
|
|
{
|
|
"files": [
|
|
"images/**"
|
|
]
|
|
}
|
|
],
|
|
"output": "_site",
|
|
"template": [
|
|
"default",
|
|
"modern"
|
|
],
|
|
"globalMetadata": {
|
|
"_appTitle": "Artemis API Documentation",
|
|
"_appName": "Artemis",
|
|
"_copyrightFooter": "Content is available under the PolyForm Noncommercial License, by Artemis RGB.",
|
|
"_enableSearch": true,
|
|
"_disableSideFilter": false,
|
|
"_enableNewTab": true,
|
|
"_disableContribution": false,
|
|
"_disableBreadcrumb": false
|
|
}
|
|
}
|
|
} |