diff --git a/about/architect.md b/about/architect.md index bd4a76d..6235753 100644 --- a/about/architect.md +++ b/about/architect.md @@ -1,6 +1,7 @@ --- title: Description and architecture 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: diff --git a/about/index.md b/about/index.md index ce1e386..ebc1dbd 100644 --- a/about/index.md +++ b/about/index.md @@ -1,6 +1,7 @@ --- title: About 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. diff --git a/about/roadmap.md b/about/roadmap.md index 95c0ebe..b441bb4 100644 --- a/about/roadmap.md +++ b/about/roadmap.md @@ -1,6 +1,7 @@ --- title: Development roadmap 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. diff --git a/about/team.md b/about/team.md index 369d0f3..607467e 100644 --- a/about/team.md +++ b/about/team.md @@ -1,6 +1,7 @@ --- title: Core contributors sidebar_position: 4 +hide_table_of_contents: true --- Building Nomos is a team of passionate and experienced blockchain developers and researchers. diff --git a/docusaurus.config.js b/docusaurus.config.js index 0fb8b60..8c8fffc 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -40,6 +40,7 @@ const config = { }, }, docs: { + breadcrumbs: false, routeBasePath: '/', path: 'root-pages', }, @@ -68,16 +69,18 @@ const config = { type: 'search', }, { - label: 'About', + label: 'About Nomos', to: '/about', }, { - label: 'Features', - href: '/#features', + label: 'Community', + to: '/community', }, { - label: 'Github', href: 'https://github.com/logos-co', + position: 'right', + className: 'header-github-link', + title: 'Waku GitHub repository', }, ], }, diff --git a/package.json b/package.json index 722cf02..a0ceb78 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "typecheck": "tsc" }, "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/preset-classic": "2.4.1", "@docusaurus/theme-mermaid": "^2.4.1", diff --git a/src/css/custom.scss b/src/css/custom.scss index f7edaf4..53c3f79 100644 --- a/src/css/custom.scss +++ b/src/css/custom.scss @@ -5,3 +5,18 @@ body, html { 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; +} \ No newline at end of file diff --git a/src/pages/community.mdx b/src/pages/community.mdx new file mode 100644 index 0000000..acf5bd4 --- /dev/null +++ b/src/pages/community.mdx @@ -0,0 +1,35 @@ +--- +title: Join the community +--- + +import { Community } from '../components/mdx' + +