From 95823655e84052499d28ca00115024e677682af6 Mon Sep 17 00:00:00 2001 From: jinhojang6 Date: Tue, 7 May 2024 01:03:52 +0900 Subject: [PATCH] chore: replace index with about --- docs/about.md | 13 ------------- docs/index.mdx | 12 ++++++++---- sidebars.js | 1 - 3 files changed, 8 insertions(+), 18 deletions(-) delete mode 100644 docs/about.md diff --git a/docs/about.md b/docs/about.md deleted file mode 100644 index 2da1f67..0000000 --- a/docs/about.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: About -sidebar_position: 1 -description: Logos is a grassroots movement to create a self-sovereign network state. ---- - -Logos is a fully decentralised, privacy-preserving, and politically neutral technology stack that provides the necessary support for self-sovereign virtual territories. - -The stack includes three modular, blockchain-based protocols: Nomos (consensus), Codex (storage), and Waku (messaging). Combined, they provide the technical foundation for cyber states, parallel societies, network states, or any borderless public institution based on voluntary consent. - -Logos is also a collection of learning communities that will govern and sustain the network in the spirit of the original cypherpunks. Together they form the grassroots movement needed to build the social, economic, and governing institutions that will live on the technology stack. - -Eventually, these institutions will populate a competitive marketplace that can fill gaps in governance in the real world, providing trust-minimised, corruption-resistant public services wherever the internet can reach. diff --git a/docs/index.mdx b/docs/index.mdx index de1e344..45bb952 100644 --- a/docs/index.mdx +++ b/docs/index.mdx @@ -2,11 +2,15 @@ pagination_next: null pagination_prev: null sidebar_class_name: hidden -title: "" -description: Logos - A Declaration of Independence in Cyberspace +title: Logos - A Declaration of Independence in Cyberspace +description: Logos is a grassroots movement to create a self-sovereign network state. displayed_sidebar: main --- -import { Home } from '@site/src/components/mdx'; +Logos is a fully decentralised, privacy-preserving, and politically neutral technology stack that provides the necessary support for self-sovereign virtual territories. - \ No newline at end of file +The stack includes three modular, blockchain-based protocols: Nomos (consensus), Codex (storage), and Waku (messaging). Combined, they provide the technical foundation for cyber states, parallel societies, network states, or any borderless public institution based on voluntary consent. + +Logos is also a collection of learning communities that will govern and sustain the network in the spirit of the original cypherpunks. Together they form the grassroots movement needed to build the social, economic, and governing institutions that will live on the technology stack. + +Eventually, these institutions will populate a competitive marketplace that can fill gaps in governance in the real world, providing trust-minimised, corruption-resistant public services wherever the internet can reach. \ No newline at end of file diff --git a/sidebars.js b/sidebars.js index 4957b47..ab48ab6 100644 --- a/sidebars.js +++ b/sidebars.js @@ -8,7 +8,6 @@ const sidebars = { value: '', defaultStyle: true, }, - 'about', 'history', 'technology', 'consensus',