From 776658ec772f9b94f3fb547ab7b4091338fd89d6 Mon Sep 17 00:00:00 2001 From: jinhojang6 Date: Fri, 27 Oct 2023 19:29:40 +0900 Subject: [PATCH] chore: rename from Logos Network State to Logos Network --- docs/comms.md | 4 ++-- docs/consensus.md | 2 +- docs/participate.md | 2 +- docs/process.md | 2 +- docs/storage.md | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/comms.md b/docs/comms.md index 2107550..3426478 100644 --- a/docs/comms.md +++ b/docs/comms.md @@ -1,12 +1,12 @@ --- title: Comms sidebar_position: 4 -description: Waku is the peer-to-peer communication layer for the Logos Network State. +description: Waku is the peer-to-peer communication layer for the Logos Network. --- # Waku -

Waku is the peer-to-peer communication layer for the Logos network state. It removes centralised third parties from messaging, enabling private, scalable, censorship-resistant communication.

+

Waku is the peer-to-peer communication layer for the Logos network. It removes centralised third parties from messaging, enabling private, scalable, censorship-resistant communication.

**Private**: Waku leverages cutting-edge zero-knowledge encryption to guarantee all messaging and associated metadata benefit from rock-solid privacy, protecting users from third-party intervention. diff --git a/docs/consensus.md b/docs/consensus.md index 12baaf0..29e68dc 100644 --- a/docs/consensus.md +++ b/docs/consensus.md @@ -1,7 +1,7 @@ --- title: Consensus sidebar_position: 3 -description: Nomos is a privacy-preserving, sovereign, modular blockchain that will serve as the trustless agreements layer for the Logos Network State. +description: Nomos is a privacy-preserving, sovereign, modular blockchain that will serve as the trustless agreements layer for the Logos Network. --- # Nomos diff --git a/docs/participate.md b/docs/participate.md index f1b4740..852a0c5 100644 --- a/docs/participate.md +++ b/docs/participate.md @@ -1,7 +1,7 @@ --- title: Participate sidebar_position: 8 -description: We invite anyone passionate about our mission to participate in the creation of the Logos Network State. +description: We invite anyone passionate about our mission to participate in the creation of the Logos Network. pagination_next: null --- diff --git a/docs/process.md b/docs/process.md index b4eb028..90f287e 100644 --- a/docs/process.md +++ b/docs/process.md @@ -1,7 +1,7 @@ --- title: Process sidebar_position: 6 -description: Research Process for the Logos Network State +description: Research Process for the Logos Network --- We build public good protocols for everyone, then implement them the way that works for us. diff --git a/docs/storage.md b/docs/storage.md index 4ba3989..5d964c4 100644 --- a/docs/storage.md +++ b/docs/storage.md @@ -1,12 +1,12 @@ --- title: Storage sidebar_position: 5 -description: Codex is a decentralised data storage platform providing strong censorship resistance and durability for the Logos Network State. +description: Codex is a decentralised data storage platform providing strong censorship resistance and durability for the Logos Network. --- # Codex -

Codex is a decentralised data storage platform that provides exceptionally strong censorship resistance and durability guarantees. It is the data storage layer of the Logos Network State.

+

Codex is a decentralised data storage platform that provides exceptionally strong censorship resistance and durability guarantees. It is the data storage layer of the Logos Network.

**Durable**: Codex uses a technique known as erasure coding to efficiently ensure data is always available without the storage costs associated with replicating the data. Codex is also a protocol that is friendly to resource-restricted devices, and can endure high levels of churn and large numbers of ephemeral devices.