From a53373808757b12c662c069b9a4883b6e8f49273 Mon Sep 17 00:00:00 2001 From: Mik-TF Date: Thu, 2 May 2024 13:12:39 -0400 Subject: [PATCH] fixed zos double definition in md files --- books/projectinca/SUMMARY.md | 2 +- collections/def/zos.md | 2 +- collections/tech/primitives/compute/compute.md | 2 +- collections/tech/zos/{zos.md => zero_os.md} | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename collections/tech/zos/{zos.md => zero_os.md} (100%) diff --git a/books/projectinca/SUMMARY.md b/books/projectinca/SUMMARY.md index 51e9459..1fa1d34 100644 --- a/books/projectinca/SUMMARY.md +++ b/books/projectinca/SUMMARY.md @@ -76,7 +76,7 @@ - [Social Warming](why/social_warming.md) - [INCA Cloud Core Capabilities](tech/features.md) - [Compute](tech/compute.md) - - [Zero-OS](tech/zos.md) + - [Zero-OS](tech/zero_os.md) - [Infrastructure As Code](tech/smartcontract_iac.md) - [CoreX](tech/corex.md) - [Storage](tech/qsss_home.md) diff --git a/collections/def/zos.md b/collections/def/zos.md index fe0ba81..1fcbb27 100644 --- a/collections/def/zos.md +++ b/collections/def/zos.md @@ -1,5 +1,5 @@ # Zero-OS - +Zero-OS is a stateless and lightweight operating system designed to host anything that runs on Linux. !!wiki.def alias:'zos,zero-os,z-os' \ No newline at end of file diff --git a/collections/tech/primitives/compute/compute.md b/collections/tech/primitives/compute/compute.md index caa4b0a..b9715bd 100644 --- a/collections/tech/primitives/compute/compute.md +++ b/collections/tech/primitives/compute/compute.md @@ -20,4 +20,4 @@ We have the following unique advantages: - Can use core-x to manage the workload -For more information see [ZeroOS](zos.md) \ No newline at end of file +For more information see [ZeroOS](zero_os.md) \ No newline at end of file diff --git a/collections/tech/zos/zos.md b/collections/tech/zos/zero_os.md similarity index 100% rename from collections/tech/zos/zos.md rename to collections/tech/zos/zero_os.md