1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-05-02 08:17:50 +02:00
MLEM/Docs/docfx.json
2020-06-21 23:07:49 +02:00

63 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": [{
"files": [
"favicon.ico"
]
}, {
"files": [
"Logo.svg",
"Formatting.png",
"Ui.gif"
],
"src": "../Media"
}],
"globalMetadata": {
"_appTitle": "MLEM Documentation",
"_appLogoPath": "Logo.svg",
"_appFooter": "<a href=\"https://github.com/Ellpeck/MLEM\">&copy; 2019-2020 Ellpeck</a> &ndash; <a href=\"https://ellpeck.de/#impressum\">Impressum</a> &ndash; <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
}
}