Skip to content

Commit

Permalink
Added more info on stamp batches, changed 'keep your data alive' page…
Browse files Browse the repository at this point in the history
… title and added redirect, changed redoc search option
  • Loading branch information
NoahMaizels committed Sep 20, 2023
1 parent 2fb8368 commit 2c7177d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: Keep Your Data Alive
id: keep-your-data-alive
title: Buy a Batch of Stamps
id: buy-a-stamp-batch
---

Swarm comprises the sum total of all storage space provided by all of our nodes, called the DISC (Distributed Immutable Store of Chunks). The _right to write_ data into this distributed store is determined by the postage stamps that have been attached.
Swarm comprises the sum total of all storage space provided by all of our nodes, called the DISC (Distributed Immutable Store of Chunks). The _right to write_ data into this distributed store is determined by the [postage stamps](/docs/learn/technology/contracts/postage-stamp) that have been attached.

### Fund your node's wallet.

Expand Down
2 changes: 1 addition & 1 deletion docs/develop/access-the-swarm/upload-and-download.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ In order to upload your data to swarm, you must agree to burn (spend)
some of your xBZZ to signify to storer and fowarder nodes that this
content is valued. Before you proceed to the next step, you must buy
stamps! See this guide on how to [purchase an appropriate batch of
stamps](/docs/develop/access-the-swarm/keep-your-data-alive).
stamps](/docs/develop/access-the-swarm/buy-a-stamp-batch).

### Upload

Expand Down
7 changes: 6 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ module.exports = {
to: '/docs/develop/dapps-on-swarm/pss',
from: '/docs/dapps-on-swarm/pss',
},
{
to: '/docs/develop/access-the-swarm/buy-a-stamp-batch',
from: '/docs/develop/access-the-swarm/keep-your-data-alive',
},
],
},
],
Expand Down Expand Up @@ -308,7 +312,8 @@ module.exports = {
requiredPropsFirst: true,
noAutoAuth: true,
expandDefaultServerVariables: true,
scrollYOffset: 60
scrollYOffset: 60,
searchMaxDepth: 10
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,13 @@ module.exports = {
label: 'Access the Swarm',
items: [
'develop/access-the-swarm/introduction',
'develop/access-the-swarm/buy-a-stamp-batch',
'develop/access-the-swarm/upload-and-download',
'develop/access-the-swarm/upload-a-directory',
'develop/access-the-swarm/direct-upload',
'develop/access-the-swarm/store-with-encryption',
'develop/access-the-swarm/host-your-website',
'develop/access-the-swarm/syncing',
'develop/access-the-swarm/keep-your-data-alive',
'develop/access-the-swarm/pinning',
],
collapsed: false
Expand Down

0 comments on commit 2c7177d

Please sign in to comment.