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
2024-02-24 22:16:38 +01:00

63 lines
1.6 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-2024 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",
"template": [
"default",
"modern",
"overrides"
]
}
}