mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 20:58:34 +01:00
clean up docfx a bit
This commit is contained in:
parent
5b061e3c60
commit
1729b56f28
2 changed files with 3 additions and 11 deletions
|
@ -25,11 +25,6 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"resource": [{
|
"resource": [{
|
||||||
"src": "../",
|
|
||||||
"files": [
|
|
||||||
"Logo.png"
|
|
||||||
]
|
|
||||||
}, {
|
|
||||||
"files": [
|
"files": [
|
||||||
"Logo.svg",
|
"Logo.svg",
|
||||||
"favicon.ico"
|
"favicon.ico"
|
||||||
|
@ -38,7 +33,6 @@
|
||||||
"globalMetadata": {
|
"globalMetadata": {
|
||||||
"_appTitle": "MLEM Documentation",
|
"_appTitle": "MLEM Documentation",
|
||||||
"_appLogoPath": "../Logo.svg",
|
"_appLogoPath": "../Logo.svg",
|
||||||
"_appFaviconPath": "favicon.ico",
|
|
||||||
"_appFooter": "<a href=\"https://github.com/Ellpeck/MLEM\">© 2019-2020 Ellpeck</a> – <a href=\"https://ellpeck.de/#impressum\">Impressum</a> – <a href=\"https://ellpeck.de/#privacy\">Privacy</a>"
|
"_appFooter": "<a href=\"https://github.com/Ellpeck/MLEM\">© 2019-2020 Ellpeck</a> – <a href=\"https://ellpeck.de/#impressum\">Impressum</a> – <a href=\"https://ellpeck.de/#privacy\">Privacy</a>"
|
||||||
},
|
},
|
||||||
"overwrite": [{
|
"overwrite": [{
|
||||||
|
@ -58,9 +52,6 @@
|
||||||
],
|
],
|
||||||
"postProcessors": [],
|
"postProcessors": [],
|
||||||
"markdownEngineName": "markdig",
|
"markdownEngineName": "markdig",
|
||||||
"noLangKeyword": false,
|
"noLangKeyword": false
|
||||||
"keepFileLink": false,
|
|
||||||
"cleanupCacheHistory": false,
|
|
||||||
"disableGitFeatures": false
|
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -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.
|
**(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 it [on NuGet](https://www.nuget.org/packages?q=mlem)
|
||||||
- Get prerelease builds [on NuGet](https://nuget.ellpeck.de)
|
- 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)
|
- 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)
|
Loading…
Reference in a new issue