Skip to content

Commit cc2dce4

Browse files
authored
Merge pull request #757 from ethersphere/host-a-website
first draft of host a website page
2 parents e2ec8e6 + 0652430 commit cc2dce4

File tree

15 files changed

+528
-142
lines changed

15 files changed

+528
-142
lines changed

docs/bee/installation/package-manager.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -440,8 +440,8 @@ curl -s localhost:1633/peers | jq ".peers | length"
440440
Perfect! We are accumulating peers, this means you are connected to
441441
the network, and ready to start [using
442442
Bee](/docs/develop/introduction) to [upload and
443-
download](/docs/develop/access-the-swarm/upload-and-download) content or host
444-
and browse [websites](/docs/develop/access-the-swarm/host-your-website) hosted
443+
download](/docs/develop/upload-and-download) content or host
444+
and browse [websites](/docs/develop/host-your-website) hosted
445445
on the Swarm network.
446446
447447
Welcome to the swarm! 🐝 🐝 🐝 🐝 🐝

docs/bee/working-with-bee/bee-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Detailed information about Bee API endpoints can be found in the [API reference
1717

1818
## Interacting With the API
1919

20-
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.
20+
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.
2121

2222
### Alternatives for Working with the API
2323

docs/bee/working-with-bee/node-types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Bee can operate in different modes, each tailored to specific use cases:
1818

1919
| Feature | Full Node | Light Node | Ultra-Light Node |
2020
| ----------------------------------------------------------------------- | --------- | ---------- | ---------------- |
21-
| Free tier [downloads](/docs/develop/access-the-swarm/upload-and-download) ||||
22-
| [Uploading](/docs/develop/access-the-swarm/upload-and-download) (Can purchase [postage stamp batches](/docs/develop/tools-and-features/buy-a-stamp-batch)) ||||
21+
| Free tier [downloads](/docs/develop/upload-and-download) ||||
22+
| [Uploading](/docs/develop/upload-and-download) (Can purchase [postage stamp batches](/docs/develop/tools-and-features/buy-a-stamp-batch)) ||||
2323
| Can exceed free tier downloads ||||
2424
| Storage sharing ||||
2525
| [Storage incentives](/docs/bee/working-with-bee/staking/) ||||

docs/concepts/access-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ id: access-control
66
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.
77

88
:::info
9-
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/).
9+
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/).
1010
:::
1111

1212
In decentralized public data storage systems like Swarm, data is distributed across multiple nodes. Ensuring

docs/concepts/what-is-swarm.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Built on top of the overlay network is also an [incentives layer](/docs/concepts
5656

5757
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.
5858

59-
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.
59+
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.
6060

6161
### 4. Application Layer
6262

File renamed without changes.

docs/develop/access-the-swarm/host-your-website.md

Lines changed: 0 additions & 99 deletions
This file was deleted.

docs/develop/access-the-swarm/introduction.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)