1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-05-23 17:13:38 +02:00

polish some things with the new website

This commit is contained in:
Ellpeck 2020-05-21 12:11:23 +02:00
parent a2b939a2c8
commit 665fd46f92
4 changed files with 5 additions and 4 deletions

View file

@ -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": "<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": [{

BIN
Docs/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 800 KiB

View file

@ -1,4 +1,4 @@
- name: Articles
- name: Tutorials
href: articles/
- name: API Documentation
href: api/

2
Jenkinsfile vendored
View file

@ -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'''
}
}