mirror of
https://github.com/acid-info/nomos.tech.git
synced 2025-02-22 14:58:13 +00:00
refactor: move community to root-pages
This commit is contained in:
parent
de7797e948
commit
274ebd402e
@ -1,9 +1,12 @@
|
||||
---
|
||||
title: Join the community
|
||||
wrapperClassName: community-container
|
||||
pagination_prev: null
|
||||
pagination_next: null
|
||||
displayed_sidebar: null
|
||||
sidebar_class_name: hidden
|
||||
---
|
||||
|
||||
import { Grid, Box, SocialCard } from '../components/mdx'
|
||||
import { Grid, Box, SocialCard } from '/src/components/mdx'
|
||||
|
||||
# Join the community
|
||||
|
@ -1,6 +1,8 @@
|
||||
---
|
||||
displayed_sidebar: null
|
||||
sidebar_class_name: hidden
|
||||
pagination_prev: null
|
||||
pagination_next: null
|
||||
---
|
||||
|
||||
# Terms of Use
|
||||
|
@ -9,14 +9,4 @@ html {
|
||||
// TODO: breadcrumbs: false in docusaurus.config.js does not work
|
||||
.theme-doc-breadcrumbs {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.community-container article {
|
||||
max-width: 796px;
|
||||
margin: 16px auto 0 auto;
|
||||
}
|
||||
|
||||
div:has(.community-container) > .container {
|
||||
padding-bottom: 0 !important;
|
||||
margin-bottom: 0 !important;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user