From c8989a0199049b24a034bb0a22dee41e76174539 Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Thu, 19 Jun 2025 15:28:16 +0300 Subject: [PATCH] fix table --- content/blog/truly_sovereign_tech/index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/blog/truly_sovereign_tech/index.md b/content/blog/truly_sovereign_tech/index.md index c75da5b08..b5af82853 100644 --- a/content/blog/truly_sovereign_tech/index.md +++ b/content/blog/truly_sovereign_tech/index.md @@ -65,7 +65,7 @@ Instead of exposing bloated APIs or fully fledged orchestration platforms, Zero
-| **Primitive** | **Functionality** | +| Primitive | Functionality | |-------------------|------------------------------------------------------------------------------------| | **VM** | Stateless KVM-based virtual machines with declarative configuration | | **ZeroDB (ZDB)** | A lightweight key-value store with optional encryption | @@ -121,12 +121,12 @@ Here’s how the networks work:
-| **Network** | **Description** | +| 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. | -| Dev | A temporary network just for developers to experiment and debug new code. It can be reset at any time. | +| **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. | +| **Dev** | A temporary network just for developers to experiment and debug new code. It can be reset at any time. |