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

@ -32,6 +32,8 @@ jobs:
.tools/omd/generateomd /source=src/NmeaParser /output=artifacts/docs/api/omd.html
- name: Build Documentation
env:
DOCFX_SOURCE_BRANCH_NAME: master
run: .tools/docfx/docfx.exe docs/docfx.json
- name: Publish Documentation

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

View file

@ -28,6 +28,8 @@
<TreatWarningsAsErrors Condition="'$(Configuration)'=='Release'">true</TreatWarningsAsErrors>
<CodeAnalysisTreatWarningsAsErrors Condition="'$(Configuration)'=='Release'">true</CodeAnalysisTreatWarningsAsErrors>
<Nullable>enable</Nullable>
<PackageIcon>logo.png</PackageIcon>
<PackageIconUrl />
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)' == 'netstandard1.4'">
@ -66,6 +68,10 @@
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19270-01" PrivateAssets="All" />
</ItemGroup>
<ItemGroup>
<None Include="logo.png" Pack="true" PackagePath="" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp2.1'">
<PackageReference Include="System.IO.Ports" Version="4.7.0" />

BIN
src/NmeaParser/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB