diff --git a/Docs/docfx.json b/Docs/docfx.json index 1860900..4a75c7e 100644 --- a/Docs/docfx.json +++ b/Docs/docfx.json @@ -31,13 +31,14 @@ ] }, { "files": [ - "Logo.svg" + "Logo.svg", + "favicon.ico" ] }], "globalMetadata": { "_appTitle": "MLEM Documentation", "_appLogoPath": "../Logo.svg", - "_appFaviconPath": "../Logo.svg", + "_appFaviconPath": "favicon.ico", "_appFooter": "© 2019-2020 EllpeckImpressumPrivacy" }, "overwrite": [{ diff --git a/Docs/favicon.ico b/Docs/favicon.ico new file mode 100644 index 0000000..5d4b1e2 Binary files /dev/null and b/Docs/favicon.ico differ diff --git a/Docs/toc.yml b/Docs/toc.yml index a52a1d2..3c64b4a 100644 --- a/Docs/toc.yml +++ b/Docs/toc.yml @@ -1,4 +1,4 @@ -- name: Articles +- name: Tutorials href: articles/ - name: API Documentation href: api/ \ No newline at end of file diff --git a/Jenkinsfile b/Jenkinsfile index 2159fbb..1b65eba 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -38,7 +38,7 @@ done''' dotnet nuget push -s https://api.nuget.org/v3/index.json $i -k $NUGET -n true done''' sh '''/opt/docfx/docfx.exe "Docs/docfx.json" -cp Docs/_site /var/www/MLEM/ -r''' +cp Docs/_site/** /var/www/MLEM/ -r''' } }