From 1729b56f28f799de7bbcb1417688af461562fbe1 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 22 May 2020 13:47:33 +0200 Subject: [PATCH] clean up docfx a bit --- Docs/docfx.json | 11 +---------- Docs/index.md | 3 ++- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/Docs/docfx.json b/Docs/docfx.json index 4a75c7e..63b79ac 100644 --- a/Docs/docfx.json +++ b/Docs/docfx.json @@ -25,11 +25,6 @@ } ], "resource": [{ - "src": "../", - "files": [ - "Logo.png" - ] - }, { "files": [ "Logo.svg", "favicon.ico" @@ -38,7 +33,6 @@ "globalMetadata": { "_appTitle": "MLEM Documentation", "_appLogoPath": "../Logo.svg", - "_appFaviconPath": "favicon.ico", "_appFooter": "© 2019-2020 EllpeckImpressumPrivacy" }, "overwrite": [{ @@ -58,9 +52,6 @@ ], "postProcessors": [], "markdownEngineName": "markdig", - "noLangKeyword": false, - "keepFileLink": false, - "cleanupCacheHistory": false, - "disableGitFeatures": false + "noLangKeyword": false } } \ No newline at end of file diff --git a/Docs/index.md b/Docs/index.md index 158703b..1c24a6c 100644 --- a/Docs/index.md +++ b/Docs/index.md @@ -1,7 +1,8 @@ - + **(M)LEM (L)ibrary by (E)llpeck for (M)onoGame** is an addition to the game framework [MonoGame](https://www.monogame.net/) that provides extension methods, quality of life improvements and additional features like a ui system and easy input handling. - Get it [on NuGet](https://www.nuget.org/packages?q=mlem) - Get prerelease builds [on NuGet](https://nuget.ellpeck.de) +- See the source code [on Github](https://github.com/Ellpeck/MLEM) - Check out [the demos](https://github.com/Ellpeck/MLEM/tree/master/Demos) on [Desktop](https://github.com/Ellpeck/MLEM/tree/master/Demos.DesktopGL) or [Android](https://github.com/Ellpeck/MLEM/tree/master/Demos.Android) \ No newline at end of file