mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-04 14:39:10 +01:00
65 lines
1.3 KiB
JSON
65 lines
1.3 KiB
JSON
|
{
|
||
|
"metadata": [{
|
||
|
"src": [{
|
||
|
"src": "../",
|
||
|
"files": [
|
||
|
"**.csproj"
|
||
|
]
|
||
|
}],
|
||
|
"dest": "api",
|
||
|
"filter": "filter.yml"
|
||
|
}],
|
||
|
"build": {
|
||
|
"content": [{
|
||
|
"files": [
|
||
|
"api/**.yml"
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"files": [
|
||
|
"articles/**.md",
|
||
|
"articles/**/toc.yml",
|
||
|
"toc.yml",
|
||
|
"*.md"
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"resource": [{
|
||
|
"src": "../",
|
||
|
"files": [
|
||
|
"Logo.png"
|
||
|
]
|
||
|
}, {
|
||
|
"files": [
|
||
|
"Logo.svg"
|
||
|
]
|
||
|
}],
|
||
|
"globalMetadata": {
|
||
|
"_appTitle": "MLEM Documentation",
|
||
|
"_appLogoPath": "../Logo.svg",
|
||
|
"_appFaviconPath": "../Logo.svg",
|
||
|
"_appFooter": "<a href=\"https://github.com/Ellpeck/MLEM\">© 2019-2020 Ellpeck</a> – <a href=\"https://ellpeck.de/#impressum\">Impressum</a> – <a href=\"https://ellpeck.de/#privacy\">Privacy</a>"
|
||
|
},
|
||
|
"overwrite": [{
|
||
|
"files": [
|
||
|
"apidoc/**.md"
|
||
|
],
|
||
|
"exclude": [
|
||
|
"obj/**",
|
||
|
"_site/**"
|
||
|
]
|
||
|
}],
|
||
|
"dest": "_site",
|
||
|
"globalMetadataFiles": [],
|
||
|
"fileMetadataFiles": [],
|
||
|
"template": [
|
||
|
"default"
|
||
|
],
|
||
|
"postProcessors": [],
|
||
|
"markdownEngineName": "markdig",
|
||
|
"noLangKeyword": false,
|
||
|
"keepFileLink": false,
|
||
|
"cleanupCacheHistory": false,
|
||
|
"disableGitFeatures": false
|
||
|
}
|
||
|
}
|