Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
5 changes: 5 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ Many popular projects are built with IPFS - see the [ecosystem directory](https:

You can get started [retrieving data](#retrieve-data) and [providing data](#provide-data) to the IPFS network. If you'd rather develop applications, learn how to build IPFS-native apps or use standard HTTP in the [Build](#build) section.

:::tip Quick Downloads
Looking for downloads? Get [IPFS Desktop](./install/ipfs-desktop.md#install-instructions) (GUI), [Kubo](./install/command-line.md#install-official-binary-distributions) (CLI), or [IPFS Companion](./install/ipfs-companion.md#install) (browser extension).
Running IPFS infrastructure? See [IPFS Cluster, Rainbow, and Someguy](./install/README.md#infrastructure-tools).
:::

### Retrieve data

Quickly retrieve data from the IPFS network, no programming required:
Expand Down
5 changes: 5 additions & 0 deletions docs/install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ description: There are several different ways you can install and interact with

# Get Started

:::tip Quick Downloads
Looking for downloads? Get [IPFS Desktop](./ipfs-desktop.md#install-instructions) (GUI), [Kubo](./command-line.md#install-official-binary-distributions) (CLI), or [IPFS Companion](./ipfs-companion.md#install) (browser extension).
Running IPFS infrastructure? See [IPFS Cluster, Rainbow, and Someguy](#infrastructure-tools).
:::

IPFS is a collection of protocols, packages, and specifications that allow computers to send and receive data. Because of this, users can interact with and use IPFS in many different ways. A developer building network applications will use a different set of tools to interact with IPFS than someone who wants to store files on IPFS. Pick the one that best suits what you're here to do.

Looking for an easy and opinionated way to get started with IPFS [Mainnet](../concepts/glossary.md#mainnet)? Try any of the options listed below:
Expand Down
3 changes: 3 additions & 0 deletions mlc_pull_req_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"ignorePatterns": [
{
"pattern": "^[^/]+$"
},
{
"pattern": "^https://www.npmjs.com/"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ℹ️ this is important, because without this every new PR will break. merging

}
],
"aliveStatusCodes": [200, 206, 429]
Expand Down