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

remove defunct pinning services and do a bit of gardening #1902

Merged
merged 9 commits into from
Jul 24, 2024
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
333 changes: 145 additions & 188 deletions .github/styles/pln-ignore.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .vale.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ MinAlertLevel = suggestion
IgnoredScopes = code, tt

[*.md]
BasedOnStyles = ipfs-docs-style
BasedOnStyles = docs
9 changes: 0 additions & 9 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ module.exports = {
'/concepts/cod',
'/concepts/comparisons',
'/concepts/public-utilities',
'/concepts/usage-ideas-examples',
['/concepts/measuring', 'Measuring the network'],
'/concepts/faq',
'/concepts/glossary',
Expand Down Expand Up @@ -306,14 +305,6 @@ module.exports = {
['/how-to/privacy-best-practices', 'Privacy and Encryption'],
]
},
{
title: 'Ecosystem Guides',
sidebarDepth: 1,
collapsable: true,
children: [
'/how-to/spheron',
]
},
],
'/reference/': [
'/reference/diagnostic-tools',
Expand Down
1 change: 0 additions & 1 deletion docs/concepts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ We're adding more documentation all the time and making ongoing revisions to exi

## Examples and case studies

- [Usage ideas & examples](usage-ideas-examples.md)
- [Case study: Arbol](../case-studies/arbol.md)
- [Case study: Audius](../case-studies/audius.md)
- [Case study: Fleek](../case-studies/fleek.md)
Expand Down
76 changes: 38 additions & 38 deletions docs/concepts/ipfs-implementations.md

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/concepts/ipfs-solves.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,4 @@ IPFS prevents <VueCustomTooltip label="When a user is forced to continue using a

- 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)
- 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).
- 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).
- Are you interested in comparing IPFS to other similar technologies? See the [IPFS Comparisons page](comparisons.md).
14 changes: 0 additions & 14 deletions docs/concepts/persistence.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,10 @@ Some of the pinning services listed below are operated by third party companies.
:::

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

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

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.

Options in this category include:

- [Web3.Storage](https://Web3.Storage)
- [NFT.storage](https://nft.storage/)
- [Estuary](https://estuary.tech)
- [Powergate](https://github.com/textileio/powergate)
- [ChainSafe Storage](https://storage.chainsafe.io)
- [Fleek Storage](https://fleek.co/storage)
- [Spheron](https://spheron.network)
335 changes: 0 additions & 335 deletions docs/concepts/usage-ideas-examples.md
Copy link
Member

Choose a reason for hiding this comment

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

Yeah, this feels more like inspirational content for ipfs.tech website, rather than technical docs.

This file was deleted.

1 change: 0 additions & 1 deletion docs/concepts/what-is-ipfs.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,4 @@ While IPFS shares similarities with, and is often used in architectures with the

## Further reading
- 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).
- To learn how IPFS is used by storage networks and other applications, see the [usage ideas and examples](../concepts/usage-ideas-examples.md).
- Looking for a deeper dive on IPFS compared to other similar technologies? See the [IPFS Comparisons page](../concepts/comparisons.md).
5 changes: 0 additions & 5 deletions docs/how-to/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ See the site navigation menu for all our how-tos, organized by topic area, inclu
- **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)
- **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)

## Ecosystem guides

Interested in learning more about tools, software and implementations in the wider IPFS ecosystem? Check out these guides, created by IPFS ecosystem partners.

- [Spheron](./spheron.md)

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

Expand Down
8 changes: 0 additions & 8 deletions docs/how-to/peering-with-content-providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,6 @@ This list is provided for informational purposes only. The IPFS Project does not
| ------- | --------- |
|`12D3KooWGtYkBAaqJMJEmywMxaCiNP7LCEFUAFiLEBASe232c2VH`|`/dns4/bitswap.filebase.io/tcp/443/wss`|

### Spheron Network

| Peer ID | Addresses |
| ------- | --------- |
|`12D3KooWFdciAga3zq3TZdrmDospFNrWRALe6VM6JpoKGEfVrqEi`|`/ip4/5.199.162.230`|
|`12D3KooWBCzniwFvfS67HyZsJtiehd7RHtcKanGGCd8h6bjVWnkb`|`/ip4/5.199.168.17`|
|`12D3KooWNbvFFq8kzS3eMonQYEmFyWTHboMZnHKr4XnN53gJKqhH`|`/ip4/5.199.162.220`|

### Storj

| Peer ID | Addresses |
Expand Down
Loading