Skip to content

Commit

Permalink
Merge pull request #1804 from ipfs/add-warning-outdated
Browse files Browse the repository at this point in the history
chore: add warnings about outdated guides.
  • Loading branch information
2color authored Feb 16, 2024
2 parents eeb2cf5 + 80701e0 commit 54bc2ff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/quickstart/publish.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.

:::callout
Expand Down
4 changes: 4 additions & 0 deletions docs/quickstart/publish_cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.

:::callout
Expand Down

0 comments on commit 54bc2ff

Please sign in to comment.