Skip to content
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
4 changes: 2 additions & 2 deletions docs/bee/installation/package-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -440,8 +440,8 @@ curl -s localhost:1633/peers | jq ".peers | length"
Perfect! We are accumulating peers, this means you are connected to
the network, and ready to start [using
Bee](/docs/develop/introduction) to [upload and
download](/docs/develop/access-the-swarm/upload-and-download) content or host
and browse [websites](/docs/develop/access-the-swarm/host-your-website) hosted
download](/docs/develop/upload-and-download) content or host
and browse [websites](/docs/develop/host-your-website) hosted
on the Swarm network.

Welcome to the swarm! 🐝 🐝 🐝 🐝 🐝
Expand Down
2 changes: 1 addition & 1 deletion docs/bee/working-with-bee/bee-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Detailed information about Bee API endpoints can be found in the [API reference

## Interacting With the API

You can interact with the Bee API using standard HTTP requests, allowing you to programmatically access all of your Bee node's various functions such as [purchasing stamp batches](/docs/develop/tools-and-features/buy-a-stamp-batch), [uploading and downloading](/docs/develop/access-the-swarm/upload-and-download), [staking](/docs/bee/working-with-bee/staking), and more.
You can interact with the Bee API using standard HTTP requests, allowing you to programmatically access all of your Bee node's various functions such as [purchasing stamp batches](/docs/develop/tools-and-features/buy-a-stamp-batch), [uploading and downloading](/docs/develop/upload-and-download), [staking](/docs/bee/working-with-bee/staking), and more.

### Alternatives for Working with the API

Expand Down
4 changes: 2 additions & 2 deletions docs/bee/working-with-bee/node-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Bee can operate in different modes, each tailored to specific use cases:

| Feature | Full Node | Light Node | Ultra-Light Node |
| ----------------------------------------------------------------------- | --------- | ---------- | ---------------- |
| Free tier [downloads](/docs/develop/access-the-swarm/upload-and-download) | ✅ | ✅ | ✅ |
| [Uploading](/docs/develop/access-the-swarm/upload-and-download) (Can purchase [postage stamp batches](/docs/develop/tools-and-features/buy-a-stamp-batch)) | ✅ | ✅ | ❌ |
| Free tier [downloads](/docs/develop/upload-and-download) | ✅ | ✅ | ✅ |
| [Uploading](/docs/develop/upload-and-download) (Can purchase [postage stamp batches](/docs/develop/tools-and-features/buy-a-stamp-batch)) | ✅ | ✅ | ❌ |
| Can exceed free tier downloads | ✅ | ✅ | ❌ |
| Storage sharing | ✅ | ❌ | ❌ |
| [Storage incentives](/docs/bee/working-with-bee/staking/) | ✅ | ❌ | ❌ |
Expand Down
2 changes: 1 addition & 1 deletion docs/concepts/access-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ id: access-control
The Access Control Trie (ACT) implements the operation of encryption at the chunk level, with the presence of a decryption/encryption key being the only distinction between accessing private and public data.

:::info
This article describes the high level concepts and functionalities of ACT. If you're ready to try it out for yourself, please refer to this [hands on usage guide with specific details](/docs/develop/access-the-swarm/act/).
This article describes the high level concepts and functionalities of ACT. If you're ready to try it out for yourself, please refer to this [hands on usage guide with specific details](/docs/develop/act/).
:::

In decentralized public data storage systems like Swarm, data is distributed across multiple nodes. Ensuring
Expand Down
2 changes: 1 addition & 1 deletion docs/concepts/what-is-swarm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Built on top of the overlay network is also an [incentives layer](/docs/concepts

The third part of Swarm is a component that provides high-level data access and defines APIs for base-layer features. This layer is responsible for providing an easy-to-use interface for developers to interact with Swarm's underlying storage and communication infrastructure.

Swarm's high-level data access component provides [APIs that allow developers to perform various operations](/api/) on the network, including [uploading and downloading data](/docs/develop/access-the-swarm/upload-and-download) and searching for content. These APIs are designed to be simple and intuitive, making it easy for developers to build decentralised applications on top of Swarm.
Swarm's high-level data access component provides [APIs that allow developers to perform various operations](/api/) on the network, including [uploading and downloading data](/docs/develop/upload-and-download) and searching for content. These APIs are designed to be simple and intuitive, making it easy for developers to build decentralised applications on top of Swarm.

### 4. Application Layer

Expand Down
99 changes: 0 additions & 99 deletions docs/develop/access-the-swarm/host-your-website.md

This file was deleted.

12 changes: 0 additions & 12 deletions docs/develop/access-the-swarm/introduction.md

This file was deleted.

Loading