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

55 lines
1.5 KiB
JSON

{
"metadata": [{
"src": [{
"src": "../",
"files": ["**/MLEM**.csproj"],
"exclude": ["**.FNA.**"]
}],
"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> &ndash; <a href=\"https://status.ellpeck.de\">Status</a>",
"_enableSearch": true
},
"dest": "_site",
"globalMetadataFiles": [],
"fileMetadataFiles": [],
"template": [
"default",
"templates/darkfx"
],
"postProcessors": [],
"markdownEngineName": "markdig",
"noLangKeyword": false
}
}