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

55 lines
1.5 KiB
JSON
Raw Normal View History

2020-05-21 01:08:36 +02:00
{
2022-02-25 12:15:49 +01:00
"metadata": [{
"src": [{
"src": "../",
"files": ["**/MLEM**.csproj"],
"exclude": ["**.FNA.**"]
2022-02-25 12:15:49 +01:00
}],
"dest": "api"
}],
2021-07-01 05:00:59 +02:00
"build": {
2022-02-25 12:15:49 +01:00
"content": [{
2021-07-01 05:00:59 +02:00
"files": [
"articles/**.md",
"articles/**/toc.yml",
"toc.yml",
"*.md",
"api/**.yml"
]
},
{
"files": [
"CHANGELOG.md"
],
"src": ".."
}
],
2022-02-25 12:15:49 +01:00
"resource": [{
2021-07-01 05:00:59 +02:00
"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>",
2021-10-09 20:24:17 +02:00
"_enableSearch": true
2021-07-01 05:00:59 +02:00
},
"dest": "_site",
"globalMetadataFiles": [],
"fileMetadataFiles": [],
"template": [
"default",
"templates/darkfx"
2021-07-01 05:00:59 +02:00
],
"postProcessors": [],
"markdownEngineName": "markdig",
"noLangKeyword": false
}
}