feat: implement requested changes
This commit is contained in:
parent
6a376d2568
commit
f502e39ccd
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
title: Description and architecture
|
title: Description and architecture
|
||||||
sidebar_position: 2
|
sidebar_position: 2
|
||||||
|
hide_table_of_contents: true
|
||||||
---
|
---
|
||||||
|
|
||||||
Nomos was designed to serve as the trustless agreements layer for emerging network states, providing a key piece of infrastructure to the Logos tech stack. We believe that such a network must maintain the following properties:
|
Nomos was designed to serve as the trustless agreements layer for emerging network states, providing a key piece of infrastructure to the Logos tech stack. We believe that such a network must maintain the following properties:
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
title: About
|
title: About
|
||||||
sidebar_position: 1
|
sidebar_position: 1
|
||||||
|
hide_table_of_contents: true
|
||||||
---
|
---
|
||||||
|
|
||||||
Nomos is an innovative blockchain platform designed to address the critical requirements of the network state. It aims to provide developers with secure, flexible, and scalable infrastructure for building a wide range of applications while respecting the privacy and sovereignty of its users.
|
Nomos is an innovative blockchain platform designed to address the critical requirements of the network state. It aims to provide developers with secure, flexible, and scalable infrastructure for building a wide range of applications while respecting the privacy and sovereignty of its users.
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
title: Development roadmap
|
title: Development roadmap
|
||||||
sidebar_position: 3
|
sidebar_position: 3
|
||||||
|
hide_table_of_contents: true
|
||||||
---
|
---
|
||||||
|
|
||||||
At this early stage of Nomos' development, the team is primarily focused on implementing the network's consensus protocol, Carnot. As the consensus protocol is so foundational to the rest of the project, it must precede other development areas. Alongside Carnot, Nomos' contributors are working on defining the network architecture, which will also influence future roadmap items.
|
At this early stage of Nomos' development, the team is primarily focused on implementing the network's consensus protocol, Carnot. As the consensus protocol is so foundational to the rest of the project, it must precede other development areas. Alongside Carnot, Nomos' contributors are working on defining the network architecture, which will also influence future roadmap items.
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
title: Core contributors
|
title: Core contributors
|
||||||
sidebar_position: 4
|
sidebar_position: 4
|
||||||
|
hide_table_of_contents: true
|
||||||
---
|
---
|
||||||
|
|
||||||
Building Nomos is a team of passionate and experienced blockchain developers and researchers.
|
Building Nomos is a team of passionate and experienced blockchain developers and researchers.
|
||||||
|
|
|
@ -40,6 +40,7 @@ const config = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
docs: {
|
docs: {
|
||||||
|
breadcrumbs: false,
|
||||||
routeBasePath: '/',
|
routeBasePath: '/',
|
||||||
path: 'root-pages',
|
path: 'root-pages',
|
||||||
},
|
},
|
||||||
|
@ -68,16 +69,18 @@ const config = {
|
||||||
type: 'search',
|
type: 'search',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'About',
|
label: 'About Nomos',
|
||||||
to: '/about',
|
to: '/about',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Features',
|
label: 'Community',
|
||||||
href: '/#features',
|
to: '/community',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Github',
|
|
||||||
href: 'https://github.com/logos-co',
|
href: 'https://github.com/logos-co',
|
||||||
|
position: 'right',
|
||||||
|
className: 'header-github-link',
|
||||||
|
title: 'Waku GitHub repository',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
"typecheck": "tsc"
|
"typecheck": "tsc"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@acid-info/logos-docusaurus-preset": "^1.0.0-alpha.97",
|
"@acid-info/logos-docusaurus-preset": "^1.0.0-alpha.100",
|
||||||
"@docusaurus/core": "2.4.1",
|
"@docusaurus/core": "2.4.1",
|
||||||
"@docusaurus/preset-classic": "2.4.1",
|
"@docusaurus/preset-classic": "2.4.1",
|
||||||
"@docusaurus/theme-mermaid": "^2.4.1",
|
"@docusaurus/theme-mermaid": "^2.4.1",
|
||||||
|
|
|
@ -5,3 +5,18 @@ body,
|
||||||
html {
|
html {
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: breadcrumbs: false in docusaurus.config.js does not work
|
||||||
|
.theme-doc-breadcrumbs {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.community-container {
|
||||||
|
max-width: 796px;
|
||||||
|
margin: 16px auto 0 auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
div:has(.community-container) > .container {
|
||||||
|
padding-bottom: 0 !important;
|
||||||
|
margin-bottom: 0 !important;
|
||||||
|
}
|
|
@ -0,0 +1,35 @@
|
||||||
|
---
|
||||||
|
title: Join the community
|
||||||
|
---
|
||||||
|
|
||||||
|
import { Community } from '../components/mdx'
|
||||||
|
|
||||||
|
<div className="community-container">
|
||||||
|
|
||||||
|
# Join the community
|
||||||
|
|
||||||
|
<br/>
|
||||||
|
<br/>
|
||||||
|
|
||||||
|
Welcome to the Nomos Community!
|
||||||
|
|
||||||
|
<br/>
|
||||||
|
|
||||||
|
Join us as we build a novel blockchain layer ideal for a network state. Be the first to receive our latest news, access documentation, and celebrate with us as we get closer to realising the Logos network state.
|
||||||
|
|
||||||
|
<Community
|
||||||
|
items={[
|
||||||
|
{
|
||||||
|
type: 'x',
|
||||||
|
link: 'https://twitter.com/Nomos_tech',
|
||||||
|
linkLabel: 'Follow us on X',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: 'discord',
|
||||||
|
logoSrcDark: '/icons/discord.svg',
|
||||||
|
link: 'https://discord.com/invite/2NXGrsqmDq',
|
||||||
|
linkLabel: 'Join the community on Discord',
|
||||||
|
},
|
||||||
|
]}
|
||||||
|
/>
|
||||||
|
</div>
|
18
yarn.lock
18
yarn.lock
|
@ -16,14 +16,14 @@
|
||||||
"@easyops-cn/docusaurus-search-local" "^0.33.6"
|
"@easyops-cn/docusaurus-search-local" "^0.33.6"
|
||||||
lodash "^4.17.21"
|
lodash "^4.17.21"
|
||||||
|
|
||||||
"@acid-info/logos-docusaurus-preset@^1.0.0-alpha.97":
|
"@acid-info/logos-docusaurus-preset@^1.0.0-alpha.100":
|
||||||
version "1.0.0-alpha.97"
|
version "1.0.0-alpha.100"
|
||||||
resolved "https://registry.yarnpkg.com/@acid-info/logos-docusaurus-preset/-/logos-docusaurus-preset-1.0.0-alpha.97.tgz#96d29bd2f75cf427de8e537616c7f8852e52d760"
|
resolved "https://registry.yarnpkg.com/@acid-info/logos-docusaurus-preset/-/logos-docusaurus-preset-1.0.0-alpha.100.tgz#061329adcaf840f5139bf3cceb9f7a3eba7be771"
|
||||||
integrity sha512-Cs0w3pFfrE2jmroaleedGakb8LoEyH8iN5q0Q+WsDLt2qz3xFIXvIW4fiQc5eM37NbHpGgGgvrm7YcB2Fp0ySg==
|
integrity sha512-zWS8zqxmH2IZ8MACERPus6oyuPL3M+Rsa/EFjtx1qmCIT0ik09NPwL1Mf6Y3RmYUkwdYfzRU0wzf6DVCWtroTw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@acid-info/docusaurus-og" "^1.0.0-alpha.76"
|
"@acid-info/docusaurus-og" "^1.0.0-alpha.76"
|
||||||
"@acid-info/logos-docusaurus-search-local" "^1.0.0-alpha.47"
|
"@acid-info/logos-docusaurus-search-local" "^1.0.0-alpha.47"
|
||||||
"@acid-info/logos-docusaurus-theme" "^1.0.0-alpha.97"
|
"@acid-info/logos-docusaurus-theme" "^1.0.0-alpha.99"
|
||||||
"@docusaurus/core" "^2.4.1"
|
"@docusaurus/core" "^2.4.1"
|
||||||
"@docusaurus/module-type-aliases" "^2.4.1"
|
"@docusaurus/module-type-aliases" "^2.4.1"
|
||||||
"@docusaurus/preset-classic" "^2.4.1"
|
"@docusaurus/preset-classic" "^2.4.1"
|
||||||
|
@ -53,10 +53,10 @@
|
||||||
satori "^0.10.1"
|
satori "^0.10.1"
|
||||||
sharp "^0.32.1"
|
sharp "^0.32.1"
|
||||||
|
|
||||||
"@acid-info/logos-docusaurus-theme@^1.0.0-alpha.97":
|
"@acid-info/logos-docusaurus-theme@^1.0.0-alpha.99":
|
||||||
version "1.0.0-alpha.97"
|
version "1.0.0-alpha.99"
|
||||||
resolved "https://registry.yarnpkg.com/@acid-info/logos-docusaurus-theme/-/logos-docusaurus-theme-1.0.0-alpha.97.tgz#8b7366238cc0cb177f400af82c0086f88f8f0a45"
|
resolved "https://registry.yarnpkg.com/@acid-info/logos-docusaurus-theme/-/logos-docusaurus-theme-1.0.0-alpha.99.tgz#2450ca1eea78e20b4b7c5301d9f971de7f825b74"
|
||||||
integrity sha512-iBbH8enlSIhhGZuWWNxRSV5z8rQrO7uxBUq+xjA4PiCrjpbQb90YSuChuTizRUKkawzpswzkcukIdhzIGfc/Eg==
|
integrity sha512-fwGVbutoUu3M1A7LxmbPLZV64oqIrEvkYrSYiuJClZEiUXOeVQBmf9gl646IgZoPDjW86Owk4XPg796dS+hH7Q==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@acid-info/docusaurus-og" "^1.0.0-alpha.76"
|
"@acid-info/docusaurus-og" "^1.0.0-alpha.76"
|
||||||
"@acid-info/lsd-react" "^0.1.0-alpha.17"
|
"@acid-info/lsd-react" "^0.1.0-alpha.17"
|
||||||
|
|
Loading…
Reference in New Issue