Skip to content

Commit 01c955f

Browse files
authored
chore: remove defunct pinning services and do a bit of gardening (#1902)
* chore: remove defunct pinning services fixes #1899 * chore: remove outdated spheron guide * chore: remove infura as its no longer widely available * chore: remove usage ideas and examples very outdated with broken links * remove old and unlinked welcome builders page * chore: update elastic IPFS name and repo fixes #1881 * chore: add words to allowed word list * ci: fix spell checking use the correct format for pln-ignore.txt which is case insensitive anyway https://vale.sh/docs/topics/styles/#ignoring-non-dictionary-words * fix: ignore list --------- Co-authored-by: Daniel N <[email protected]>
1 parent b67dac3 commit 01c955f

15 files changed

+184
-960
lines changed
File renamed without changes.
File renamed without changes.

Diff for: .github/styles/pln-ignore.txt

+145-188
Large diffs are not rendered by default.

Diff for: .vale.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ MinAlertLevel = suggestion
44
IgnoredScopes = code, tt
55

66
[*.md]
7-
BasedOnStyles = ipfs-docs-style
7+
BasedOnStyles = docs

Diff for: docs/.vuepress/config.js

-9
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ module.exports = {
188188
'/concepts/cod',
189189
'/concepts/comparisons',
190190
'/concepts/public-utilities',
191-
'/concepts/usage-ideas-examples',
192191
['/concepts/measuring', 'Measuring the network'],
193192
'/concepts/faq',
194193
'/concepts/glossary',
@@ -306,14 +305,6 @@ module.exports = {
306305
['/how-to/privacy-best-practices', 'Privacy and Encryption'],
307306
]
308307
},
309-
{
310-
title: 'Ecosystem Guides',
311-
sidebarDepth: 1,
312-
collapsable: true,
313-
children: [
314-
'/how-to/spheron',
315-
]
316-
},
317308
],
318309
'/reference/': [
319310
'/reference/diagnostic-tools',

Diff for: docs/concepts/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ We're adding more documentation all the time and making ongoing revisions to exi
5353

5454
## Examples and case studies
5555

56-
- [Usage ideas & examples](usage-ideas-examples.md)
5756
- [Case study: Arbol](../case-studies/arbol.md)
5857
- [Case study: Audius](../case-studies/audius.md)
5958
- [Case study: Fleek](../case-studies/fleek.md)

Diff for: docs/concepts/ipfs-implementations.md

+38-38
Large diffs are not rendered by default.

Diff for: docs/concepts/ipfs-solves.md

-1
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,4 @@ IPFS prevents <VueCustomTooltip label="When a user is forced to continue using a
6363

6464
- New to IPFS and wanting to dive deeper into the different subsystems that IPFS is composed of and how each one works? See part 3, [**How IPFS Works**](how-ipfs-works.md), of the [introduction to the basic concepts of IPFS](README.md#learn-the-basics)
6565
- Are you looking for a list of implementations of the IPFS protocol, as well as more information on each implementation? See the [IPFS Implementations page](ipfs-implementations.md).
66-
- Do you want to learn how IPFS is used by storage networks and other applications, or looking for inspiration for your own IPFS application? See the [usage ideas and examples](usage-ideas-examples.md).
6766
- Are you interested in comparing IPFS to other similar technologies? See the [IPFS Comparisons page](comparisons.md).

Diff for: docs/concepts/persistence.md

-14
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,10 @@ Some of the pinning services listed below are operated by third party companies.
4747
:::
4848

4949
- [4EVERLAND Bucket](https://www.4everland.org/bucket/)
50-
- [Estuary](https://estuary.tech/)
5150
- [Filebase](https://filebase.com/)
52-
- [Infura](https://infura.io/)
53-
- [Kriptonio](https://kriptonio.com/)
5451
- [NFT.Storage](https://nft.storage/)
5552
- [Pinata](https://pinata.cloud/)
5653
- [Scaleway](https://labs.scaleway.com/en/ipfs-pinning/)
57-
- [Spheron](https://spheron.network/)
5854
- [Web3.Storage](https://web3.storage/)
5955

6056
See how to [work with remote pinning services](../how-to/work-with-pinning-services.md).
@@ -72,13 +68,3 @@ Filecoin provides users with a dependable, long-term storage solution. However,
7268
### IPFS + Filecoin solutions
7369

7470
Fortunately, there is a growing community of tools and service providers that help simplify the process of making content available over IPFS while also persisting the data via Filecoin. These solutions make it simple to store data using decentralized protocols by acting both as IPFS pinning services and Filecoin storage platforms. Combining the two means that when you upload a file, that file is immediately available for download. Additionally, combined IPFS + Filecoin solutions will periodically bundle data and create a deal with a reputable Filecoin storage provider, ensuring that the data is available in long-term storage. Many solutions include API client libraries for developers to integrate into their apps and services, as well as web interfaces for quickly managing and inspecting files.
75-
76-
Options in this category include:
77-
78-
- [Web3.Storage](https://Web3.Storage)
79-
- [NFT.storage](https://nft.storage/)
80-
- [Estuary](https://estuary.tech)
81-
- [Powergate](https://github.com/textileio/powergate)
82-
- [ChainSafe Storage](https://storage.chainsafe.io)
83-
- [Fleek Storage](https://fleek.co/storage)
84-
- [Spheron](https://spheron.network)

Diff for: docs/concepts/usage-ideas-examples.md

-335
This file was deleted.

Diff for: docs/concepts/what-is-ipfs.md

-1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,4 @@ While IPFS shares similarities with, and is often used in architectures with the
3232

3333
## Further reading
3434
- For an overview of the problems that IPFS solves, see part 2 of a 3-part introduction to [the basic concepts of IPFS](../concepts/README.md#learn-the-basics), [**IPFS and the problems it solves**](../concepts/ipfs-solves.md).
35-
- To learn how IPFS is used by storage networks and other applications, see the [usage ideas and examples](../concepts/usage-ideas-examples.md).
3635
- Looking for a deeper dive on IPFS compared to other similar technologies? See the [IPFS Comparisons page](../concepts/comparisons.md).

Diff for: docs/how-to/README.md

-5
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ See the site navigation menu for all our how-tos, organized by topic area, inclu
2020
- **Learn how to build apps** on IPFS, starting with [exploring the IPFS API](https://github.com/ipfs/camp/tree/master/CORE_AND_ELECTIVE_COURSES/CORE_COURSE_C) and [making a basic libp2p app](https://github.com/ipfs/camp/tree/master/CORE_AND_ELECTIVE_COURSES/CORE_COURSE_B)
2121
- **Understand how IPFS works in the browser** by learning how to [address IPFS on the Web](address-ipfs-on-web.md) and [how IPFS can be used in your favorite browser tools and frameworks](browser-tools-frameworks.md)
2222

23-
## Ecosystem guides
24-
25-
Interested in learning more about tools, software and implementations in the wider IPFS ecosystem? Check out these guides, created by IPFS ecosystem partners.
26-
27-
- [Spheron](./spheron.md)
2823

2924
## Don't see what you're looking for?
3025

Diff for: docs/how-to/peering-with-content-providers.md

-8
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,6 @@ This list is provided for informational purposes only. The IPFS Project does not
7272
| ------- | --------- |
7373
|`12D3KooWGtYkBAaqJMJEmywMxaCiNP7LCEFUAFiLEBASe232c2VH`|`/dns4/bitswap.filebase.io/tcp/443/wss`|
7474

75-
### Spheron Network
76-
77-
| Peer ID | Addresses |
78-
| ------- | --------- |
79-
|`12D3KooWFdciAga3zq3TZdrmDospFNrWRALe6VM6JpoKGEfVrqEi`|`/ip4/5.199.162.230`|
80-
|`12D3KooWBCzniwFvfS67HyZsJtiehd7RHtcKanGGCd8h6bjVWnkb`|`/ip4/5.199.168.17`|
81-
|`12D3KooWNbvFFq8kzS3eMonQYEmFyWTHboMZnHKr4XnN53gJKqhH`|`/ip4/5.199.162.220`|
82-
8375
### Storj
8476

8577
| Peer ID | Addresses |

0 commit comments

Comments
 (0)