1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-05-05 09:27:06 +02:00
MLEM/Docs/docfx.json

59 lines
1.5 KiB
JSON

{
"metadata": [
{
"src": [
{
"src": "../",
"files": ["**/MLEM**.csproj"]
}
],
"dest": "api"
}
],
"build": {
"content": [
{
"files": [
"articles/**.md",
"articles/**/toc.yml",
"toc.yml",
"*.md",
"api/**.yml"
]
},
{
"files": [
"CHANGELOG.md"
],
"src": ".."
}
],
"resource": [
{
"files": [
"favicon.ico"
]
},
{
"files": ["*"],
"src": "../Media"
}
],
"globalMetadata": {
"_appTitle": "MLEM Documentation",
"_appLogoPath": "Logo.svg",
"_appFooter": "<a href=\"https://github.com/Ellpeck/MLEM\">&copy; 2019-2021 Ellpeck</a> &ndash; <a href=\"https://ellpeck.de/impressum\">Impressum</a> &ndash; <a href=\"https://ellpeck.de/privacy\">Privacy</a>",
"_enableSearch": true
},
"dest": "_site",
"globalMetadataFiles": [],
"fileMetadataFiles": [],
"template": [
"default",
"template"
],
"postProcessors": [],
"markdownEngineName": "markdig",
"noLangKeyword": false
}
}