diff --git a/docs/README.md b/docs/README.md index 756d9fd36..a0b4f691a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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: diff --git a/docs/install/README.md b/docs/install/README.md index 4b5839446..48bc4fd5b 100644 --- a/docs/install/README.md +++ b/docs/install/README.md @@ -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: diff --git a/mlc_pull_req_config.json b/mlc_pull_req_config.json index fd9055408..9a71e6e52 100644 --- a/mlc_pull_req_config.json +++ b/mlc_pull_req_config.json @@ -10,6 +10,9 @@ "ignorePatterns": [ { "pattern": "^[^/]+$" + }, + { + "pattern": "^https://www.npmjs.com/" } ], "aliveStatusCodes": [200, 206, 429]