TinyLifeWeb/docs/docfx.json

49 lines
1.4 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"
]
},
{
"files": [
"Changelog.md",
"InGameNews.md"
],
"src": ".."
}
],
"resource": [
{
2021-12-01 12:24:32 +01:00
"files": [
"media/**"
]
},
{
2021-12-08 16:09:27 +01:00
"files": [
"media/**"
],
"src": ".."
2021-12-01 12:24:32 +01:00
}
],
2021-08-04 05:23:05 +02:00
"globalMetadata": {
"_appTitle": "Tiny Life Docs",
2021-09-08 20:49:32 +02:00
"_appLogoPath": "media/logo.png",
"_appFaviconPath": "media/favicon.ico",
2023-01-16 12:40:15 +01:00
"_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>",
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
}