From 67054d1c4a23cabbf4f1f515ea47b9a233b3c901 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 21 Oct 2022 11:56:46 +0200 Subject: [PATCH] added top hat ref to the website --- docs/docfx.json | 38 +++++++++++++++++++++----------------- web/_layouts/default.html | 2 +- 2 files changed, 22 insertions(+), 18 deletions(-) diff --git a/docs/docfx.json b/docs/docfx.json index ccc3d20..ed1951a 100644 --- a/docs/docfx.json +++ b/docs/docfx.json @@ -1,21 +1,25 @@ { "build": { - "content": [{ - "files": [ - "index.md", - "articles/**.md", - "articles/**/toc.yml", - "toc.yml", - "api/**.yml" - ] - }, { - "files": [ - "Changelog.md", - "InGameNews.md" - ], - "src": ".." - }], - "resource": [{ + "content": [ + { + "files": [ + "index.md", + "articles/**.md", + "articles/**/toc.yml", + "toc.yml", + "api/**.yml" + ] + }, + { + "files": [ + "Changelog.md", + "InGameNews.md" + ], + "src": ".." + } + ], + "resource": [ + { "files": [ "media/**" ] @@ -31,7 +35,7 @@ "_appTitle": "Tiny Life Docs", "_appLogoPath": "media/logo.png", "_appFaviconPath": "media/favicon.ico", - "_appFooter": "© 2021-2022 Ellpeck GamesImpressumPrivacyStatus", + "_appFooter": "© 2021-2022 Ellpeck Games, Top Hat StudiosImpressumPrivacyStatus", "_enableSearch": true }, "dest": "_site", diff --git a/web/_layouts/default.html b/web/_layouts/default.html index b068adc..a321617 100644 --- a/web/_layouts/default.html +++ b/web/_layouts/default.html @@ -44,7 +44,7 @@ {{ content }}