mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-01 05:10:50 +01:00
62 lines
1.6 KiB
JSON
62 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\">© 2019-2024 Ellpeck</a> – <a href=\"https://ellpeck.de/impressum\">Impressum</a> – <a href=\"https://ellpeck.de/privacy\">Privacy</a> – <a href=\"https://status.ellpeck.de\">Status</a>",
|
|
"_enableSearch": true
|
|
},
|
|
"dest": "_site",
|
|
"template": [
|
|
"default",
|
|
"modern",
|
|
"overrides"
|
|
]
|
|
}
|
|
}
|