TinyLifeWeb/docs/docfx.json

37 lines
1.2 KiB
JSON

{
"build": {
"content": [
{
"files": [
"index.md",
"articles/**.md",
"articles/**/toc.yml",
"toc.yml",
"api/**.yml"
]
}
],
"resource": [
{
"files": [
"media/**",
".htaccess"
]
}
],
"globalMetadata": {
"_appTitle": "Tiny Life Developer Docs",
"_appLogoPath": "media/logo.png",
"_appFaviconPath": "media/favicon.ico",
"_appFooter": "<a href=\"https://github.com/Ellpeck/TinyLifeWeb\">&copy; 2021-2024</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",
"overrides"
]
}
}