TinyLifeWeb/docs/docfx.json

48 lines
1.4 KiB
JSON

{
"build": {
"content": [
{
"files": [
"index.md",
"articles/**.md",
"articles/**/toc.yml",
"toc.yml",
"api/**.yml"
]
},
{
"files": [
"Changelog.md",
"InGameNews.md"
],
"src": ".."
}
],
"resource": [
{
"files": [
"media/**"
]
},
{
"files": [
"media/**"
],
"src": ".."
}
],
"globalMetadata": {
"_appTitle": "Tiny Life Docs",
"_appLogoPath": "media/logo.png",
"_appFaviconPath": "media/favicon.ico",
"_appFooter": "<a href=\"https://github.com/Ellpeck/TinyLifeWeb\">&copy; 2021-2023</a> <a href=\"https://games.ellpeck.de\">Ellpeck Games</a>, <a href=\"https://tophat.studio/\">Top Hat Studios</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>",
"_enableSearch": true
},
"dest": "_site",
"template": [
"default",
"modern"
]
}
}