TinyLifeWeb/docs/docfx.json

38 lines
1.2 KiB
JSON
Raw Normal View History

2021-08-04 05:23:05 +02:00
{
"build": {
"content": [{
"files": [
2021-11-26 19:39:57 +01:00
"index.md",
2021-08-04 05:23:05 +02:00
"articles/**.md",
"articles/**/toc.yml",
"toc.yml",
2021-08-04 07:38:10 +02:00
"api/**.yml",
"Changelog.md",
"InGameNews.md"
2021-08-04 05:23:05 +02:00
]
}
],
"resource": [{
"files": [
2021-09-08 20:49:32 +02:00
"media/**"
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",
2021-10-28 17:49:50 +02:00
"_appFooter": "<a href=\"https://github.com/Ellpeck/TinyLifeDocs\">&copy; 2021 Ellpeck</a> &ndash; <a href=\"https://ellpeck.de/impressum\">Impressum</a> &ndash; <a href=\"https://ellpeck.de/privacy\">Privacy</a>",
2021-10-09 20:20:06 +02:00
"_enableSearch": true
2021-08-04 05:23:05 +02:00
},
"dest": "_site",
"globalMetadataFiles": [],
"fileMetadataFiles": [],
"template": [
"default",
"template"
],
"postProcessors": [],
"markdownEngineName": "markdig",
"noLangKeyword": false
}
}