diff --git a/docs/concepts/introduction.md b/docs/concepts/introduction.md index 08fd4bc95..e4cefd9cc 100644 --- a/docs/concepts/introduction.md +++ b/docs/concepts/introduction.md @@ -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. diff --git a/docusaurus.config.js b/docusaurus.config.js index b2d3dc1c4..363f871c8 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -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', @@ -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',