Update logos and doc fixes

This commit is contained in:
Morten Nielsen 2020-01-25 15:53:08 -08:00
parent 282331856e
commit e46bbeebf5
6 changed files with 21 additions and 6 deletions

View file

@ -16,7 +16,7 @@
{
"files": [ "NmeaParser/NmeaParser.csproj" ],
"src" : "../src/"
},
}
],
"dest": "../artifacts/docs/api/netfx",
"properties": { "TargetFramework": "net451" },
@ -27,7 +27,7 @@
{
"files": [ "NmeaParser/NmeaParser.csproj" ],
"src" : "../src/"
},
}
],
"dest": "../artifacts/docs/api/netcore",
"properties": { "TargetFramework": "netcoreapp2.1" },
@ -38,7 +38,7 @@
{
"files": [ "NmeaParser/NmeaParser.csproj" ],
"src" : "../src/"
},
}
],
"dest": "../artifacts/docs/api/android",
"properties": { "TargetFramework": "monoandroid70" },
@ -49,7 +49,7 @@
{
"files": [ "NmeaParser/NmeaParser.csproj" ],
"src" : "../src/"
},
}
],
"dest": "../artifacts/docs/api/ios",
"properties": { "TargetFramework": "xamarinios10" },
@ -60,7 +60,7 @@
{
"files": [ "NmeaParser/NmeaParser.csproj" ],
"src" : "../src/"
},
}
],
"dest": "../artifacts/docs/api/uwp",
"properties": { "TargetFramework": "uap10.0.16299" },
@ -94,7 +94,8 @@
"resource": [
{
"files": [
"images/**"
"images/**",
"favicon.ico"
]
},
{
@ -115,6 +116,12 @@
]
}
],
"globalMetadata": {
"_appLogoPath": "logo.png",
"_gitContribute": {
"branch": "master"
}
},
"dest": "../artifacts/docs_site",
"globalMetadataFiles": [],
"fileMetadataFiles": [],

BIN
docs/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
docs/images/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB