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

63 lines
1.3 KiB
JSON
Raw Normal View History

2020-05-21 01:08:36 +02:00
{
"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"
2020-05-21 01:08:36 +02:00
]
2020-06-21 23:07:49 +02:00
}, {
"files": [
"Logo.svg",
"Formatting.png",
"Ui.gif"
],
"src": "../Media"
2020-05-21 01:08:36 +02:00
}],
"globalMetadata": {
"_appTitle": "MLEM Documentation",
2020-06-21 23:07:49 +02:00
"_appLogoPath": "Logo.svg",
2020-05-21 01:08:36 +02:00
"_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",
2020-05-22 13:47:33 +02:00
"noLangKeyword": false
2020-05-21 01:08:36 +02:00
}
}