From 81ec86711f645e84ff7096fb9e2ae0121fd356e8 Mon Sep 17 00:00:00 2001 From: mik-tf Date: Tue, 25 Nov 2025 17:48:33 -0500 Subject: [PATCH] docs: Update branding and navigation across documentation site --- README.md | 2 +- docs/hosters/economics.md | 2 +- docs/network/install.md | 2 +- docs/network/overview.md | 10 ++++------ docusaurus.config.js | 7 ++++--- 5 files changed, 11 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 765e96e..162cd67 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Documentation site for **Project Mycelium**, built with [Docusaurus 3](https://d This site consolidates documentation for: - **Network** – Mycelium Network overlay and connectivity. -- **Cloud** – Mycelium Cloud and Kubernetes clusters on the ThreeFold Grid. +- **Cloud** – Mycelium Cloud and Kubernetes clusters on decentralized Mycelium infrastructure. - **VDC** – Virtual Data Centers on decentralized infrastructure. - **AI Agent Framework** – Preview docs for the upcoming Mycelium Agent Framework. - **Hosters** – Rebranded farming docs for operating nodes and earning SPORE. diff --git a/docs/hosters/economics.md b/docs/hosters/economics.md index 62da7b8..476acb6 100644 --- a/docs/hosters/economics.md +++ b/docs/hosters/economics.md @@ -2,7 +2,7 @@ sidebar_position: 5 --- -# Hosting Economics (SPORE) +# Hosting Economics This page explains how hosters earn money by contributing capacity to the grid and how **SPORE**, the ecosystem token, works. diff --git a/docs/network/install.md b/docs/network/install.md index 5bfc74f..e8c16dc 100644 --- a/docs/network/install.md +++ b/docs/network/install.md @@ -26,7 +26,7 @@ Download the Mycelium app from Google Play: **[Download from Google Play](https://play.google.com/store/apps/details?id=tech.threefold.mycelium)** 1. Open Google Play Store. -2. Search for "Mycelium ThreeFold" or use the link above. +2. Search for "Mycelium" or use the link above. 3. Tap **Install**. 4. Open the app and you're ready to go. diff --git a/docs/network/overview.md b/docs/network/overview.md index 51c9b98..504dab9 100644 --- a/docs/network/overview.md +++ b/docs/network/overview.md @@ -87,14 +87,14 @@ Build distributed applications with real-world networking: - Simulate network topologies - Remote debugging -### ThreeFold Grid Access +### Mycelium Cloud Access -Connect to services on the ThreeFold Grid: +Connect to services deployed via Mycelium Cloud: - Access deployed workloads - Manage your infrastructure - Use decentralized services -- Build on the grid +- Build on the platform ## Key Features @@ -121,7 +121,7 @@ Connect to services on the ThreeFold Grid: ### vs Other Overlay Networks - ✅ **IPv6 native** – Not limited to IPv4 address space -- ✅ **Production ready** – Used in ThreeFold infrastructure +- ✅ **Production ready** – Used in Mycelium infrastructure - ✅ **Active development** – Continuous improvements - ✅ **Open source** – Transparent and auditable @@ -156,5 +156,3 @@ Ready to try Mycelium? It's simple: ## Resources - **Source Code** – [github.com/threefoldtech/mycelium](https://github.com/threefoldtech/mycelium) -- **Community** – [t.me/threefold/1](https://t.me/threefold/1) -- **Forum** – [forum.threefold.io](https://forum.threefold.io) diff --git a/docusaurus.config.js b/docusaurus.config.js index a251cee..5f205cc 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -49,13 +49,14 @@ const config = { /** @type {import('@docusaurus/preset-classic').ThemeConfig} */ ({ navbar: { - title: 'Project Mycelium Docs', + title: '', logo: { alt: 'Project Mycelium Logo', - src: 'img/mainlogo.png', + src: 'img/logo_light.png', + srcDark: 'img/logo_dark.png', }, items: [ - { type: 'doc', docId: 'overview-index', position: 'left', label: 'Overview' }, + { type: 'doc', docId: 'home', position: 'left', label: 'Home' }, { to: '/network', label: 'Network', position: 'left' }, { to: '/cloud', label: 'Cloud', position: 'left' }, { to: '/vdc', label: 'VDC', position: 'left' },