From 5f4c856bbcdf1f590d74147dd583de9eb8ea3054 Mon Sep 17 00:00:00 2001 From: samtaggart Date: Thu, 19 Jun 2025 14:08:33 +0300 Subject: [PATCH] Fix table and image --- content/blog/truly_sovereign_tech/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/blog/truly_sovereign_tech/index.md b/content/blog/truly_sovereign_tech/index.md index bf9754a4b..4be83e1bc 100644 --- a/content/blog/truly_sovereign_tech/index.md +++ b/content/blog/truly_sovereign_tech/index.md @@ -39,7 +39,7 @@ Zero OS has been specifically designed to ensure that: ### **What is Zero OS?** -![Image](./testing_roadmap.jpg) +![Image](./zos_graphic.png)
@@ -66,7 +66,7 @@ Instead of exposing bloated APIs or fully fledged orchestration platforms, Zero
| **Primitive** | **Functionality** | -------------------------------------- +| ------------------------------------- | | VM | Stateless KVM-based virtual machines with declarative configuration | | ZeroDB (ZDB) | A lightweight key-value store with optional encryption | | Mycelium | Mesh-based overlay network with IPv6, E2E encryption, and NAT traversal | @@ -121,7 +121,7 @@ Here’s how the networks work:
| **Network** | **Description** | ---------------------------------- +| ----------------------------- | | Production | This is the live network used in the real world. It’s stable, fully audited, and cannot be reset. Only proven, trusted features are allowed here. | | Test | Used to test new features at scale. It’s close to production quality, but some releases might still contain bugs. Resets are possible though very rare. | | QA | For early-stage features still being tested. It may lag behind active development and can be reset if needed. |