diff --git a/docs/bee/installation/install.md b/docs/bee/installation/install.md index d1dbe8c93..ed2e3cde3 100644 --- a/docs/bee/installation/install.md +++ b/docs/bee/installation/install.md @@ -6,13 +6,26 @@ id: install import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; + + Head Metadata customized title! + + + + + + + + + + + It is easy to set up a Bee light node on small and inexpensive computers, such as a Raspberry Pi 4, spare hardware you have lying around, or even a cheap cloud hosted VPS (we recommend small, independent providers and colocations). When running a full node however, it's important to meet the minimum required specifications. ## Recommended Hardware Specifications ### Full Nodes -Minimum recommended specifications for each full node: +Minimum recommended specificati ons for each full node: - Dual core, recent generation, 2ghz processor - 8gb RAM diff --git a/src/pages/index.js b/src/pages/index.js index 3d8951c0a..8b77eb60c 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -1,6 +1,7 @@ import React from 'react'; import clsx from 'clsx'; import Layout from '@theme/Layout'; +import Head from '@docusaurus/Head'; import Link from '@docusaurus/Link'; import useDocusaurusContext from '@docusaurus/useDocusaurusContext'; import useBaseUrl from '@docusaurus/useBaseUrl'; @@ -12,6 +13,16 @@ function Home() { const {siteConfig = {}} = context; return ( + + + + + + + + + +

Swarm Documentation

Official documentation of the decentralised data storage and distribution protocol built to power the next generation of censorship-resistant, unstoppable, serverless dapps.

diff --git a/static/img/preview-image.png b/static/img/preview-image.png new file mode 100644 index 000000000..6149e5812 Binary files /dev/null and b/static/img/preview-image.png differ diff --git a/static/robots.txt b/static/robots.txt new file mode 100644 index 000000000..6f27bb66a --- /dev/null +++ b/static/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: \ No newline at end of file