Skip to content

Commit 07c0cf2

Browse files
committed
Revert rename from server infrastructure
1 parent 06b8351 commit 07c0cf2

File tree

6 files changed

+9
-12
lines changed

6 files changed

+9
-12
lines changed

docs/.vuepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ module.exports = {
7777
'install/ipfs-companion',
7878
'install/command-line',
7979
['install/ipfs-updater', 'Updater'],
80-
'install/ipfs-cluster',
80+
'install/server-infrastructure',
8181
'install/recent-releases'
8282
]
8383
},

docs/.vuepress/redirects

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,3 @@
5858
/reference/api/http/ /reference/http/api
5959
/reference/go/overview/ /reference/go/api
6060
/reference/js/overview/ /reference/js/api
61-
/install/server-infrastructure /install/ipfs-cluster

docs/how-to/best-practices-for-nft-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Here's a quick recap of our recommendations:
170170
[docs-mint-nfts]: /how-to/mint-nfts-with-ipfs
171171
[docs-minty-how-ipfs-helps]: /how-to/mint-nfts-with-ipfs/#how-ipfs-helps
172172
[docs-persistence]: /concepts/persistence/
173-
[docs-server-infra]: /install/ipfs-cluster/
173+
[docs-server-infra]: /install/server-infrastructure/
174174
[docs-gateway]: /concepts/ipfs-gateway/
175175

176176
[docs-multibase]: https://github.com/multiformats/multibase

docs/how-to/mint-nfts-with-ipfs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,5 +561,5 @@ Thanks for following along! We can't wait to see what you'll build.
561561
[nft-bible]: https://opensea.io/blog/guides/non-fungible-tokens
562562
563563
[docs-cid]: ../../concepts/content-addressing/
564-
[docs-server-infra]: ../../install/ipfs-cluster
564+
[docs-server-infra]: ../../install/server-infrastructure
565565

docs/install/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Want to build decentralized applications and store your application data on IPFS
1919

2020
## IPFS as infrastructure
2121

22-
Planning to set up several IPFS nodes within one network? You'll want to take a look at installing [IPFS Cluster →](./ipfs-cluster.md)
22+
Planning to set up several IPFS nodes within one network? You'll want to take a look at installing [IPFS Cluster →](./server-infrastructure.md)
2323

2424
## Surf the decentralized web
2525

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
---
2-
title: IPFS Cluster
2+
title: Server infrastructure
33
description: IPFS Cluster provides data orchestration across a swarm of IPFS daemons by allocating, replicating, and tracking a global pin-set distributed among multiple peers. Learn how to install it here.
44
current-ipfs-cluster-version: v1.0.2
55
---
66

7-
# IPFS Cluster
7+
# Server infrastructure
88

9-
If you want to install IPFS in a server environment and offer IPFS as a service, you should look at [IPFS Cluster](https://ipfscluster.io/) as a way to scale your IPFS deployment beyond a single IPFS daemon. IPFS Cluster provides data orchestration across a swarm of IPFS daemons by allocating, replicating, and tracking a global pin-set distributed among multiple peers. This makes it significantly easier to manage multiple IPFS nodes and ensure that data is available across an internal network.
10-
11-
@[youtube](-SYDlid7Nqs)
9+
If you want to install IPFS in a server environment and offer IPFS as a service, you should look at IPFS Cluster. IPFS Cluster provides data orchestration across a swarm of IPFS daemons by allocating, replicating, and tracking a global pin-set distributed among multiple peers. This makes it significantly easier to manage multiple IPFS nodes and ensure that data is available across an internal network.
1210

1311
## Create a local cluster
1412

15-
To see if IPFS Cluster is suitable for your project, follow this quick start guide and spin up a local IPFS Cluster instance. At the end of this guide, you will have a solid understanding of how IPFS Cluster is set up and how to interact with it. If you'd rather create a production-ready cluster, take a look at the [official IPFS Cluster documentation](https://ipfscluster.io/)
13+
To see if IPFS Cluster is suitable for your project, follow this quick start guide and spin up a local IPFS Cluster instance. At the end of this guide, you will have a solid understanding of how IPFS Cluster is set up and how to interact with it. If you'd rather create a production-ready cluster, take a look at the [official IPFS Cluster documentation](https://cluster.ipfs.io/)
1614

1715
### Prerequisites
1816

@@ -159,4 +157,4 @@ The terminal running the `ipfs-cluster-ctl` daemon will close any open connectio
159157
160158
## Next steps
161159
162-
If you want to delve deeper into IPFS Cluster, check out the project's documentation at [ipfscluster.io](https://ipfscluster.io/)
160+
If you want to delve deeper into IPFS Cluster, check out the project's documentation at [cluster.ipfs.io →](https://cluster.ipfs.io/)

0 commit comments

Comments
 (0)