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

63 lines
1.6 KiB
JSON
Raw Permalink Normal View History

2020-05-21 01:08:36 +02:00
{
"metadata": [
{
"src": [
{
"src": "../",
"files": [
"**/MLEM**.csproj"
],
"exclude": [
"**.FNA.**"
]
}
],
"dest": "api"
}
],
2021-07-01 05:00:59 +02:00
"build": {
"content": [
{
2021-07-01 05:00:59 +02:00
"files": [
"articles/**.md",
"articles/**/toc.yml",
"toc.yml",
"*.md",
"api/**.yml"
]
},
{
"files": [
"CHANGELOG.md"
],
"src": ".."
}
],
"resource": [
{
2021-07-01 05:00:59 +02:00
"files": [
"favicon.ico"
]
},
{
"files": [
"*"
],
2021-07-01 05:00:59 +02:00
"src": "../Media"
}
],
"globalMetadata": {
"_appTitle": "MLEM Documentation",
"_appLogoPath": "Logo.svg",
2024-02-24 22:16:38 +01:00
"_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>",
2021-10-09 20:24:17 +02:00
"_enableSearch": true
2021-07-01 05:00:59 +02:00
},
"dest": "_site",
"template": [
"default",
"modern",
"overrides"
]
2021-07-01 05:00:59 +02:00
}
}