fix table

This commit is contained in:
2025-06-19 15:28:16 +03:00
parent 1eee3fdf1d
commit c8989a0199

View File

@@ -65,7 +65,7 @@ Instead of exposing bloated APIs or fully fledged orchestration platforms, Zero
<br/> <br/>
| **Primitive** | **Functionality** | | Primitive | Functionality |
|-------------------|------------------------------------------------------------------------------------| |-------------------|------------------------------------------------------------------------------------|
| **VM** | Stateless KVM-based virtual machines with declarative configuration | | **VM** | Stateless KVM-based virtual machines with declarative configuration |
| **ZeroDB (ZDB)** | A lightweight key-value store with optional encryption | | **ZeroDB (ZDB)** | A lightweight key-value store with optional encryption |
@@ -121,12 +121,12 @@ Heres how the networks work:
<br/> <br/>
| **Network** | **Description** | | Network | Description |
| ----- | ----- | | ----- | ----- |
| Production | This is the live network used in the real world. Its stable, fully audited, and cannot be reset. Only proven, trusted features are allowed here. | | **Production** | This is the live network used in the real world. Its stable, fully audited, and cannot be reset. Only proven, trusted features are allowed here. |
| Test | Used to test new features at scale. Its close to production quality, but some releases might still contain bugs. Resets are possible though very rare. | | **Test** | Used to test new features at scale. Its 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. | | **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. | | **Dev** | A temporary network just for developers to experiment and debug new code. It can be reset at any time. |
<br/> <br/>