You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/quickstart/publish.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,12 @@ The web3.storage pinning service was chosen purely for demonstration purposes, a
13
13
14
14
## Contents <!-- omit from toc -->
15
15
16
-
-[Pinning overview](#overview)
16
+
-[Overview](#overview)
17
+
-[Pinning services](#pinning-services)
17
18
-[Prerequisites](#prerequisites)
18
19
-[Uploading and pinning a file](#uploading-and-pinning-a-file)
19
20
-[CIDs explained](#cids-explained)
21
+
-[Retrieving with a gateway](#retrieving-with-a-gateway)
20
22
-[Summary and next steps](#summary-and-next-steps)
21
23
22
24
## Overview
@@ -25,7 +27,7 @@ _Pinning_ refers to the process of ensuring that a particular piece of content i
25
27
26
28
Pinning can be done at various levels, from individual files to entire directories that are addressed by a CID. You can also pin CIDs to multiple IPFS nodes to increase the redundancy and resilience of the file on the network.
27
29
28
-
###Pinning services
30
+
## Pinning services
29
31
30
32
[Pinning services](../concepts/persistence.md#pinning-services) are similar to hosting services, in that they run an IPFS node for you and ensure that your files are available to the IPFS network.
31
33
@@ -40,7 +42,7 @@ Data pinned to the IPFS network is public by default and retrievable by anyone.
Copy file name to clipboardExpand all lines: docs/quickstart/retrieve.md
+18-19Lines changed: 18 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,8 @@ You will fetch the image that was pinned in the [publishing with a pinning servi
13
13
The CID you will retrieve is actually a folder containing a single image file. The reason for this that when files are added to IPFS, the filename is not stored by default. To retain the filename, it's a common practice to wrap the file in a directory. In such instances, you end up with two CIDs - one for the file and another for the directory containing the file.
14
14
:::
15
15
16
-
## Contents
16
+
## Contents <!-- omit from toc -->
17
17
18
-
-[Retrieving a CID with IPFS](#retrieving-a-cid-with-ipfs)
0 commit comments