1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-12 13:28:33 +00:00
2024-02-20 17:08:25 +01:00

55 lines
1.1 KiB
JSON

{
"metadata": [
{
"src": [
{
"src": "../../src",
"files": [
"**/Artemis.Core.csproj",
"**/Artemis.UI.Shared.csproj"
]
}
],
"dest": "api",
"filter": "filterConfig.yml",
"namespaceLayout": "nested"
}
],
"build": {
"content": [
{
"files": [
"**/*.{md,yml}"
],
"exclude": [
"_site/**"
]
}
],
"resource": [
{
"files": [
"images/**"
]
}
],
"output": "_site",
"template": [
"default",
"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,
"_enableNewTab": true,
"_disableContribution": false,
"_disableBreadcrumb": false
}
}
}