From 71a33649cef71b02224beeaaff0b07ad8b74be83 Mon Sep 17 00:00:00 2001 From: Daniel N <2color@users.noreply.github.com> Date: Fri, 2 Feb 2024 16:54:22 +0100 Subject: [PATCH 1/3] chore: add warnings about outdated guides. --- docs/quickstart/publish.md | 4 ++++ docs/quickstart/publish_cli.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/docs/quickstart/publish.md b/docs/quickstart/publish.md index 2acc3e04a..4f3315307 100644 --- a/docs/quickstart/publish.md +++ b/docs/quickstart/publish.md @@ -5,6 +5,10 @@ description: 'Learn how to publish content with IPFS by pinning a file to a pinn # Publish a file with IPFS +:::warning +This guide is currently outdated due to changes with web3.storage. +::: + In this quickstart guide, you will learn about [pinning services](../concepts/persistence.md#pinning-in-context) and how to use them to publish content-addressed data with IPFS. To learn the process, you will upload the file to a pinning service called [web3.storage](https://web3.storage/). By the end of this guide, you should have a better understanding of how content addressing and CIDs work from a high level. :::callout diff --git a/docs/quickstart/publish_cli.md b/docs/quickstart/publish_cli.md index 5aa372245..eb5f06ad6 100644 --- a/docs/quickstart/publish_cli.md +++ b/docs/quickstart/publish_cli.md @@ -5,6 +5,10 @@ description: 'Learn how to publish content with IPFS by pinning a file to a pinn # Publish a file with IPFS using the command line +:::warning +This guide is currently outdated due to changes with web3.storage. +::: + Similar to the [Publish a file with IPFS](./publish.md) quickstart, this guide will teach you about [pinning services](../concepts/persistence.md#pinning-in-context) and how to use them to publish content-addressed data with IPFS. However, instead of using the [Web3 UI used in the related guide](./publish.md#upload-and-pin-a-file) , you will upload the file to [web3.storage](https://web3.storage/) using the [w3 command line interface](https://github.com/web3-storage/w3cli). By the end of this guide, you should have a better understanding of how content addressing and CIDs work from a high level, as well as how to use the w3 command line interface to publish data to IPFS. :::callout From 09565590d9010d4be58edee9e454dd424a068b3a Mon Sep 17 00:00:00 2001 From: Daniel Norman <1992255+2color@users.noreply.github.com> Date: Fri, 16 Feb 2024 11:40:58 +0100 Subject: [PATCH 2/3] Update docs/quickstart/publish.md Co-authored-by: Marcin Rataj --- docs/quickstart/publish.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart/publish.md b/docs/quickstart/publish.md index 4f3315307..ee3a22f72 100644 --- a/docs/quickstart/publish.md +++ b/docs/quickstart/publish.md @@ -6,7 +6,7 @@ description: 'Learn how to publish content with IPFS by pinning a file to a pinn # Publish a file with IPFS :::warning -This guide is currently outdated due to changes with web3.storage. +Some steps of this guide are currently outdated due to [changes with web3.storage](https://blog.web3.storage/posts/the-data-layer-is-here-with-the-new-web3-storage). ::: In this quickstart guide, you will learn about [pinning services](../concepts/persistence.md#pinning-in-context) and how to use them to publish content-addressed data with IPFS. To learn the process, you will upload the file to a pinning service called [web3.storage](https://web3.storage/). By the end of this guide, you should have a better understanding of how content addressing and CIDs work from a high level. From 80701e01f0af5cec9fffe162d31669a3761a9f9c Mon Sep 17 00:00:00 2001 From: Daniel Norman <1992255+2color@users.noreply.github.com> Date: Fri, 16 Feb 2024 12:12:53 +0100 Subject: [PATCH 3/3] Update docs/quickstart/publish_cli.md --- docs/quickstart/publish_cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart/publish_cli.md b/docs/quickstart/publish_cli.md index eb5f06ad6..5769d40d0 100644 --- a/docs/quickstart/publish_cli.md +++ b/docs/quickstart/publish_cli.md @@ -6,7 +6,7 @@ description: 'Learn how to publish content with IPFS by pinning a file to a pinn # Publish a file with IPFS using the command line :::warning -This guide is currently outdated due to changes with web3.storage. +Some steps of this guide are currently outdated due to [changes with web3.storage](https://blog.web3.storage/posts/the-data-layer-is-here-with-the-new-web3-storage). ::: Similar to the [Publish a file with IPFS](./publish.md) quickstart, this guide will teach you about [pinning services](../concepts/persistence.md#pinning-in-context) and how to use them to publish content-addressed data with IPFS. However, instead of using the [Web3 UI used in the related guide](./publish.md#upload-and-pin-a-file) , you will upload the file to [web3.storage](https://web3.storage/) using the [w3 command line interface](https://github.com/web3-storage/w3cli). By the end of this guide, you should have a better understanding of how content addressing and CIDs work from a high level, as well as how to use the w3 command line interface to publish data to IPFS.