Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add warnings about outdated guides. #1804

Merged
merged 3 commits into from
Feb 16, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
This guide is currently outdated due to changes with web3.storage.
2color marked this conversation as resolved.
Show resolved Hide resolved
:::

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
This guide is currently outdated due to changes with web3.storage.
2color marked this conversation as resolved.
Show resolved Hide resolved
:::

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