TinyLifeWeb/docs/docfx.json

37 lines
1.2 KiB
JSON
Raw Normal View History

2021-08-04 05:23:05 +02:00
{
"build": {
2022-10-21 11:56:46 +02:00
"content": [
{
"files": [
"index.md",
"articles/**.md",
"articles/**/toc.yml",
"toc.yml",
"api/**.yml"
]
}
],
"resource": [
{
2021-12-01 12:24:32 +01:00
"files": [
2023-06-02 10:20:59 +02:00
"media/**",
".htaccess"
2021-12-01 12:24:32 +01:00
]
}
],
2021-08-04 05:23:05 +02:00
"globalMetadata": {
2024-03-19 19:18:12 +01:00
"_appTitle": "Tiny Life Developer Docs",
2021-09-08 20:49:32 +02:00
"_appLogoPath": "media/logo.png",
"_appFaviconPath": "media/favicon.ico",
2024-02-24 22:14:45 +01:00
"_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>",
2021-10-09 20:20:06 +02:00
"_enableSearch": true
2021-08-04 05:23:05 +02:00
},
"dest": "_site",
"template": [
"default",
"modern",
"overrides"
]
2021-08-04 05:23:05 +02:00
}
2022-10-19 12:45:14 +02:00
}