mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
73 lines
1.3 KiB
JSON
73 lines
1.3 KiB
JSON
{
|
|
"metadata": [
|
|
{
|
|
"src": [
|
|
{
|
|
"files": [
|
|
"Artemis.Core/Artemis.Core.csproj",
|
|
"Artemis.UI.Shared/Artemis.UI.Shared.csproj",
|
|
],
|
|
"src": "../../src"
|
|
}
|
|
],
|
|
"dest": "api",
|
|
"disableGitFeatures": false,
|
|
"disableDefaultFilter": false,
|
|
"filter": "filterConfig.yml"
|
|
}
|
|
],
|
|
"build": {
|
|
"content": [
|
|
{
|
|
"files": [
|
|
"api/**.yml",
|
|
"api/index.md"
|
|
]
|
|
},
|
|
{
|
|
"files": [
|
|
"articles/**.md",
|
|
"articles/**/toc.yml",
|
|
"toc.yml",
|
|
"*.md"
|
|
]
|
|
}
|
|
],
|
|
"resource": [
|
|
{
|
|
"files": [
|
|
"images/**"
|
|
]
|
|
}
|
|
],
|
|
"overwrite": [
|
|
{
|
|
"files": [
|
|
"apidoc/**.md"
|
|
],
|
|
"exclude": [
|
|
"obj/**",
|
|
"_site/**"
|
|
]
|
|
}
|
|
],
|
|
"globalMetadata": {
|
|
"_appTitle": "Artemis documentation",
|
|
"_enableSearch": true
|
|
},
|
|
"dest": "_site",
|
|
"globalMetadataFiles": [],
|
|
"fileMetadataFiles": [],
|
|
"template": [
|
|
"default",
|
|
"templates/artemis",
|
|
"templates/material"
|
|
],
|
|
"postProcessors": [],
|
|
"markdownEngineName": "markdig",
|
|
"noLangKeyword": false,
|
|
"keepFileLink": false,
|
|
"cleanupCacheHistory": false,
|
|
"disableGitFeatures": false
|
|
}
|
|
} |