mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 04:53:29 +01:00
polish some things with the new website
This commit is contained in:
parent
a2b939a2c8
commit
665fd46f92
4 changed files with 5 additions and 4 deletions
|
@ -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\">© 2019-2020 Ellpeck</a> – <a href=\"https://ellpeck.de/#impressum\">Impressum</a> – <a href=\"https://ellpeck.de/#privacy\">Privacy</a>"
|
||||
},
|
||||
"overwrite": [{
|
||||
|
|
BIN
Docs/favicon.ico
Normal file
BIN
Docs/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 800 KiB |
|
@ -1,4 +1,4 @@
|
|||
- name: Articles
|
||||
- name: Tutorials
|
||||
href: articles/
|
||||
- name: API Documentation
|
||||
href: api/
|
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -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'''
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue