mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-01 05:10:50 +01:00
59 lines
No EOL
1.5 KiB
JSON
59 lines
No EOL
1.5 KiB
JSON
{
|
|
"metadata": [
|
|
{
|
|
"src": [
|
|
{
|
|
"src": "../",
|
|
"files": ["**/MLEM**.csproj"]
|
|
}
|
|
],
|
|
"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\">© 2019-2021 Ellpeck</a> – <a href=\"https://ellpeck.de/impressum\">Impressum</a> – <a href=\"https://ellpeck.de/privacy\">Privacy</a>",
|
|
"_enableSearch": true
|
|
},
|
|
"dest": "_site",
|
|
"globalMetadataFiles": [],
|
|
"fileMetadataFiles": [],
|
|
"template": [
|
|
"default",
|
|
"template"
|
|
],
|
|
"postProcessors": [],
|
|
"markdownEngineName": "markdig",
|
|
"noLangKeyword": false
|
|
}
|
|
} |