TinyLifeWeb/docs/docfx.json
2021-12-01 10:55:45 +01:00

37 lines
1.1 KiB
JSON

{
"build": {
"content": [{
"files": [
"index.md",
"articles/**.md",
"articles/**/toc.yml",
"toc.yml",
"api/**.yml",
"../Changelog.md",
"../InGameNews.md"
]
}],
"resource": [{
"files": [
"media/**"
]
}],
"globalMetadata": {
"_appTitle": "Tiny Life Docs",
"_appLogoPath": "media/logo.png",
"_appFaviconPath": "media/favicon.ico",
"_appFooter": "<a href=\"https://github.com/Ellpeck/TinyLifeWeb\">&copy; 2021 Ellpeck</a> &ndash; <a href=\"https://ellpeck.de/impressum\">Impressum</a> &ndash; <a href=\"https://ellpeck.de/privacy\">Privacy</a>",
"_enableSearch": true
},
"dest": "_site",
"globalMetadataFiles": [],
"fileMetadataFiles": [],
"template": [
"default",
"template"
],
"postProcessors": [],
"markdownEngineName": "markdig",
"noLangKeyword": false
}
}