Skip to content

Commit 6d74937

Browse files
docs: docfx cleanup
1 parent 3284dbb commit 6d74937

File tree

7 files changed

+180
-8
lines changed

7 files changed

+180
-8
lines changed

.nuget/packages.config

-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
<packages>
33
<package id="coveralls.net" version="0.6.0" />
44
<package id="OpenCover" version="4.6.519" />
5-
<package id="msdn.4.5.2" version="0.1.0-alpha-1611021200" />
65
</packages>

doc/api/.manifest

+3
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"Ipfs.Http.IpfsClient.ApiUri": "Ipfs.Http.IpfsClient.yml",
2727
"Ipfs.Http.IpfsClient.Bitswap": "Ipfs.Http.IpfsClient.yml",
2828
"Ipfs.Http.IpfsClient.Block": "Ipfs.Http.IpfsClient.yml",
29+
"Ipfs.Http.IpfsClient.BlockRepository": "Ipfs.Http.IpfsClient.yml",
2930
"Ipfs.Http.IpfsClient.Bootstrap": "Ipfs.Http.IpfsClient.yml",
3031
"Ipfs.Http.IpfsClient.Config": "Ipfs.Http.IpfsClient.yml",
3132
"Ipfs.Http.IpfsClient.Dag": "Ipfs.Http.IpfsClient.yml",
@@ -47,8 +48,10 @@
4748
"Ipfs.Http.IpfsClient.PubSub": "Ipfs.Http.IpfsClient.yml",
4849
"Ipfs.Http.IpfsClient.ResolveAsync(System.String,System.Boolean,System.Threading.CancellationToken)": "Ipfs.Http.IpfsClient.yml",
4950
"Ipfs.Http.IpfsClient.ShutdownAsync": "Ipfs.Http.IpfsClient.yml",
51+
"Ipfs.Http.IpfsClient.Stats": "Ipfs.Http.IpfsClient.yml",
5052
"Ipfs.Http.IpfsClient.Swarm": "Ipfs.Http.IpfsClient.yml",
5153
"Ipfs.Http.IpfsClient.TrustedPeers": "Ipfs.Http.IpfsClient.yml",
54+
"Ipfs.Http.IpfsClient.Upload2Async(System.String,System.Threading.CancellationToken,System.IO.Stream,System.String,System.String[])": "Ipfs.Http.IpfsClient.yml",
5255
"Ipfs.Http.IpfsClient.UploadAsync(System.String,System.Threading.CancellationToken,System.Byte[],System.String[])": "Ipfs.Http.IpfsClient.yml",
5356
"Ipfs.Http.IpfsClient.UploadAsync(System.String,System.Threading.CancellationToken,System.IO.Stream,System.String,System.String[])": "Ipfs.Http.IpfsClient.yml",
5457
"Ipfs.Http.IpfsClient.UserAgent": "Ipfs.Http.IpfsClient.yml",

doc/docfx.json

+8-6
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,18 @@
6464
]
6565
}
6666
],
67+
"xrefService": [
68+
"https://xref.docs.microsoft.com/query?uid={uid}"
69+
],
6770
"xref": [
68-
"../packages/msdn.4.5.2.0.1.0-alpha-1611021200/content/msdn.4.5.2.zip",
69-
"https://richardschneider.github.io/net-ipfs-core/xrefmap.yml"
71+
"https://richardschneider.github.io/net-ipfs-core/xrefmap.yml"
7072
],
71-
"globalMetadata" : {
73+
"globalMetadata": {
7274
"_appTitle": "IPFS HTP Client documentation",
7375
"_appFooter": "Generated by DocFX",
74-
"_appFaviconPath": "images/ipfs-favicon.ico",
75-
"_appLogoPath": "images/ipfs-logo.svg"
76-
},
76+
"_appFaviconPath": "images/ipfs-favicon.ico",
77+
"_appLogoPath": "images/ipfs-cs-logo-48x48.png"
78+
},
7779
"dest": "_site",
7880
"globalMetadataFiles": [],
7981
"fileMetadataFiles": [],

doc/images/ipfs-cs-logo-48x48.png

2.23 KB
Loading

doc/images/ipfs-cs-logo-64x64.png

3.44 KB
Loading

doc/images/ipfs-cs-logo.svg

+167
Loading

src/IpfsHttpClient.csproj

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
<RootNamespace>Ipfs.Http</RootNamespace>
77
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
88
<DebugType>full</DebugType>
9-
9+
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
10+
1011
<!-- developer build is always 0.42 -->
1112
<AssemblyVersion>0.42</AssemblyVersion>
1213
<Version>0.42</Version>

0 commit comments

Comments
 (0)