mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-01-14 20:50:12 +01:00
Update logos and doc fixes
This commit is contained in:
parent
282331856e
commit
e46bbeebf5
2
.github/workflows/ghpages.yml
vendored
2
.github/workflows/ghpages.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
BIN
docs/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
BIN
docs/images/logo.png
Normal file
BIN
docs/images/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.5 KiB |
|
|
@ -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
BIN
src/NmeaParser/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
Loading…
Reference in a new issue