docs: Update branding from ThreeFold to Mycelium across documentation

This commit is contained in:
mik-tf
2025-11-25 18:00:09 -05:00
parent 81ec86711f
commit e4ac79e542
13 changed files with 33 additions and 40 deletions

View File

@@ -7,7 +7,7 @@ slug: /vdc
Mycelium Virtual Data Centers (VDC) let you provision full cloud environments — compute, storage, and networking — without owning or operating physical servers.
They are built on top of **Mycelium Cloud** and the **ThreeFold Grid**, combining decentralized infrastructure with managed Kubernetes and Mycelium networking.
They are built on top of **Mycelium Cloud** and the underlying decentralized grid, combining distributed infrastructure with managed Kubernetes and Mycelium networking.
## What Is a VDC?
@@ -32,13 +32,13 @@ Adapted from the "Virtual Data Centers" focus in the Mycelium Cloud UI:
## How VDC Relates to Mycelium Cloud
Under the hood, a VDC is powered by **K3s Kubernetes clusters** running on the ThreeFold Grid via Mycelium Cloud:
Under the hood, a VDC is powered by **K3s Kubernetes clusters** running on the Mycelium grid via Mycelium Cloud:
```mermaid
graph TD
A[You] --> B[Mycelium Cloud Dashboard]
B --> C[Provision VDC / Cluster]
C --> D[ThreeFold Grid Nodes]
C --> D[Mycelium Grid Nodes]
D --> E[Applications & Services]
A -. Mycelium Network .-> E