Skip to content

Commit

Permalink
add to description of Bee client in Introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahMaizels committed Oct 29, 2024
1 parent f208ee2 commit 64e7507
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 59 deletions.
4 changes: 2 additions & 2 deletions docs/concepts/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ Swarm is a peer-to-peer network of Bee nodes that collectively provide censorshi

## Bee Client

Bee is a Swarm client implemented in Go and is the basic building block for the Swarm network. Bee nodes collectively work together to form a private, decentralized, and self sustaining network for permissionless publishing and data storage.
Bee is a Swarm client implemented in Go and is the basic building block for the Swarm network. Bee nodes collectively work together to form a private, decentralized, and self sustaining network for permissionless publishing and data storage. You can learn more about how Bee clients work by reading about the [concepts and protocols](/docs/concepts/what-is-swarm/) which underpin the Swarm network. To get hands on experience working with Swarm, you can start by learning how to [install and operate a Bee node](/docs/bee/installation/quick-start).


## Swarm Foundation

The goal of [Swarm Foundation](https://www.ethswarm.org/foundation) is to support and contribute to the creation of technology whose code will be open to all and will allow the storage and exchange of data in a decentralised manner. To this end, the foundation intends in particular to promote and support a community and a sustainable and independent ecosystem for the development of free open source software (FLOSS), allowing for digital services coordinated by crypto-economic incentives that process, distribute and store data.
The goal of [Swarm Foundation](https://www.ethswarm.org/foundation) is to foster the creation of technology whose code will be open to all and will allow the storage and exchange of data in a decentralised manner. To this end, the foundation intends in particular to promote and support a community and a sustainable and independent ecosystem for the development of free open source software (FLOSS), allowing for digital services coordinated by crypto-economic incentives that process, distribute and store data.

Its mission is to empower digital freedom by promoting the development and maintenance of the Swarm network, the base layer of the emerging fair data economy, and the community surrounding this network.

Expand Down
101 changes: 44 additions & 57 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,50 +144,6 @@ module.exports = {

]
},
{
type: 'dropdown',
activeBasePath: 'docs/desktop',
label: 'Desktop App',
position: 'left',
items: [
{
to: 'docs/desktop/introduction',
label: 'Introduction'
},
{
to: 'docs/desktop/install',
label: 'Install'
},
{
to: 'docs/desktop/configuration',
label: 'Configuration'
},
{
to: 'docs/desktop/access-content',
label: 'Access Content'
},
{
to: 'docs/desktop/postage-stamps',
label: 'Postage Stamps'
},
{
to: 'docs/desktop/upload-content',
label: 'Upload Content'
},
{
to: 'docs/desktop/backup-restore',
label: 'Backup and Restore'
},
{
to: 'docs/desktop/publish-a-website',
label: 'Publish a Static Website'
},
{
to: 'docs/desktop/start-a-blog',
label: 'Start a Blog'
}
]
},
{
type: 'dropdown',
activeBasePath: 'docs/bee',
Expand Down Expand Up @@ -232,19 +188,50 @@ module.exports = {
},
]
},
// {
// to: 'docs/bee/installation/quick-start',
// activeBasePath: 'docs',
// label: 'Installation',
// position: 'left',
// },
// {
// to: 'docs/getting-started/start-your-node',
// activeBasePath: 'docs',
// label: 'Start Your Node',
// position: 'left',
// },
// {to: 'blog', label: 'Blog', position: 'left'},
{
type: 'dropdown',
activeBasePath: 'docs/desktop',
label: 'Desktop App',
position: 'left',
items: [
{
to: 'docs/desktop/introduction',
label: 'Introduction'
},
{
to: 'docs/desktop/install',
label: 'Install'
},
{
to: 'docs/desktop/configuration',
label: 'Configuration'
},
{
to: 'docs/desktop/access-content',
label: 'Access Content'
},
{
to: 'docs/desktop/postage-stamps',
label: 'Postage Stamps'
},
{
to: 'docs/desktop/upload-content',
label: 'Upload Content'
},
{
to: 'docs/desktop/backup-restore',
label: 'Backup and Restore'
},
{
to: 'docs/desktop/publish-a-website',
label: 'Publish a Static Website'
},
{
to: 'docs/desktop/start-a-blog',
label: 'Start a Blog'
}
]
},
{
type: 'dropdown',
activeBasePath: 'docs/references',
Expand Down

0 comments on commit 64e7507

Please sign in to comment.