Skip to content

Commit

Permalink
docs: docfx cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
richardschneider committed Jun 16, 2019
1 parent 3284dbb commit 6d74937
Show file tree
Hide file tree
Showing 7 changed files with 180 additions and 8 deletions.
1 change: 0 additions & 1 deletion .nuget/packages.config
Expand Up @@ -2,5 +2,4 @@
<packages>
<package id="coveralls.net" version="0.6.0" />
<package id="OpenCover" version="4.6.519" />
<package id="msdn.4.5.2" version="0.1.0-alpha-1611021200" />
</packages>
3 changes: 3 additions & 0 deletions doc/api/.manifest
Expand Up @@ -26,6 +26,7 @@
"Ipfs.Http.IpfsClient.ApiUri": "Ipfs.Http.IpfsClient.yml",
"Ipfs.Http.IpfsClient.Bitswap": "Ipfs.Http.IpfsClient.yml",
"Ipfs.Http.IpfsClient.Block": "Ipfs.Http.IpfsClient.yml",
"Ipfs.Http.IpfsClient.BlockRepository": "Ipfs.Http.IpfsClient.yml",
"Ipfs.Http.IpfsClient.Bootstrap": "Ipfs.Http.IpfsClient.yml",
"Ipfs.Http.IpfsClient.Config": "Ipfs.Http.IpfsClient.yml",
"Ipfs.Http.IpfsClient.Dag": "Ipfs.Http.IpfsClient.yml",
Expand All @@ -47,8 +48,10 @@
"Ipfs.Http.IpfsClient.PubSub": "Ipfs.Http.IpfsClient.yml",
"Ipfs.Http.IpfsClient.ResolveAsync(System.String,System.Boolean,System.Threading.CancellationToken)": "Ipfs.Http.IpfsClient.yml",
"Ipfs.Http.IpfsClient.ShutdownAsync": "Ipfs.Http.IpfsClient.yml",
"Ipfs.Http.IpfsClient.Stats": "Ipfs.Http.IpfsClient.yml",
"Ipfs.Http.IpfsClient.Swarm": "Ipfs.Http.IpfsClient.yml",
"Ipfs.Http.IpfsClient.TrustedPeers": "Ipfs.Http.IpfsClient.yml",
"Ipfs.Http.IpfsClient.Upload2Async(System.String,System.Threading.CancellationToken,System.IO.Stream,System.String,System.String[])": "Ipfs.Http.IpfsClient.yml",
"Ipfs.Http.IpfsClient.UploadAsync(System.String,System.Threading.CancellationToken,System.Byte[],System.String[])": "Ipfs.Http.IpfsClient.yml",
"Ipfs.Http.IpfsClient.UploadAsync(System.String,System.Threading.CancellationToken,System.IO.Stream,System.String,System.String[])": "Ipfs.Http.IpfsClient.yml",
"Ipfs.Http.IpfsClient.UserAgent": "Ipfs.Http.IpfsClient.yml",
Expand Down
14 changes: 8 additions & 6 deletions doc/docfx.json
Expand Up @@ -64,16 +64,18 @@
]
}
],
"xrefService": [
"https://xref.docs.microsoft.com/query?uid={uid}"
],
"xref": [
"../packages/msdn.4.5.2.0.1.0-alpha-1611021200/content/msdn.4.5.2.zip",
"https://richardschneider.github.io/net-ipfs-core/xrefmap.yml"
"https://richardschneider.github.io/net-ipfs-core/xrefmap.yml"
],
"globalMetadata" : {
"globalMetadata": {
"_appTitle": "IPFS HTP Client documentation",
"_appFooter": "Generated by DocFX",
"_appFaviconPath": "images/ipfs-favicon.ico",
"_appLogoPath": "images/ipfs-logo.svg"
},
"_appFaviconPath": "images/ipfs-favicon.ico",
"_appLogoPath": "images/ipfs-cs-logo-48x48.png"
},
"dest": "_site",
"globalMetadataFiles": [],
"fileMetadataFiles": [],
Expand Down
Binary file added doc/images/ipfs-cs-logo-48x48.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/ipfs-cs-logo-64x64.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
167 changes: 167 additions & 0 deletions doc/images/ipfs-cs-logo.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/IpfsHttpClient.csproj
Expand Up @@ -6,7 +6,8 @@
<RootNamespace>Ipfs.Http</RootNamespace>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
<DebugType>full</DebugType>

<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

<!-- developer build is always 0.42 -->
<AssemblyVersion>0.42</AssemblyVersion>
<Version>0.42</Version>
Expand Down

0 comments on commit 6d74937

Please sign in to comment.