1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-06-23 21:30:05 +02:00

clean up docfx a bit

This commit is contained in:
Ellpeck 2020-05-22 13:47:33 +02:00
parent 5b061e3c60
commit 1729b56f28
2 changed files with 3 additions and 11 deletions

View file

@ -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": "<a href=\"https://github.com/Ellpeck/MLEM\">&copy; 2019-2020 Ellpeck</a> &ndash; <a href=\"https://ellpeck.de/#impressum\">Impressum</a> &ndash; <a href=\"https://ellpeck.de/#privacy\">Privacy</a>"
},
"overwrite": [{
@ -58,9 +52,6 @@
],
"postProcessors": [],
"markdownEngineName": "markdig",
"noLangKeyword": false,
"keepFileLink": false,
"cleanupCacheHistory": false,
"disableGitFeatures": false
"noLangKeyword": false
}
}

View file

@ -1,7 +1,8 @@
<img src="../Logo.png" width="25%" >
<img src="Logo.svg" width="25%" >
**(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)