Sdk: Doc cross-links

This commit is contained in:
Ben Olden-Cooligan 2023-12-30 10:02:37 -08:00
parent 319b3e6ef3
commit 05507c01bd
3 changed files with 11 additions and 2 deletions

View File

@ -77,6 +77,10 @@ More [samples](https://github.com/cyanfish/naps2/tree/master/NAPS2.Sdk.Samples):
- [Store image data on the filesystem](https://github.com/cyanfish/naps2/blob/master/NAPS2.Sdk.Samples/FileStorageSample.cs)
- [Share scanners on the local network](https://github.com/cyanfish/naps2/blob/master/NAPS2.Sdk.Samples/NetworkSharingSample.cs)
Also see:
- [SDK Homepage](https://www.naps2.com/sdk)
- [Full Api Docs](https://www.naps2.com/sdk/doc/api/)
## Drivers
| | Windows | Mac | Linux |

View File

@ -1,3 +1,8 @@
- name: Api Documentation
- name: Api Docs
href: api/
homepage: api/
- name: Nuget
href: https://www.nuget.org/packages/NAPS2.Sdk
homepage: https://www.nuget.org/packages/NAPS2.Sdk
- name: Github
href: https://github.com/cyanfish/naps2/tree/master/NAPS2.Sdk

View File

@ -8,7 +8,7 @@
<Company>NAPS2 Software</Company>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<RepositoryUrl>https://github.com/cyanfish/naps2</RepositoryUrl>
<PackageProjectUrl>https://github.com/cyanfish/naps2</PackageProjectUrl>
<PackageProjectUrl>https://www.naps2.com/sdk</PackageProjectUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>