diff --git a/Docs/monkey.png b/Docs/monkey.png new file mode 100644 index 0000000..1399cd8 Binary files /dev/null and b/Docs/monkey.png differ diff --git a/README.md b/README.md index 0ac454b..bb80f25 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # MonkeyLoader + + *A convenience and extendability focused mod loader using NuGet packages.* Online Documentation is [here](https://monkeymoddingtroop.github.io/MonkeyLoader/). diff --git a/docfx.json b/docfx.json index 5a1bdee..33b33bc 100644 --- a/docfx.json +++ b/docfx.json @@ -40,6 +40,7 @@ "globalMetadata": { "_appName": "MonkeyLoader", "_appTitle": "MonkeyLoader", + "_appFaviconPath": "monkey.png", "_enableSearch": true, "pdf": false }, @@ -54,4 +55,4 @@ } } } -} \ No newline at end of file +}