refactor: move community to root-pages
This commit is contained in:
parent
de7797e948
commit
274ebd402e
|
@ -1,9 +1,12 @@
|
||||||
---
|
---
|
||||||
title: Join the community
|
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
|
# Join the community
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
---
|
---
|
||||||
displayed_sidebar: null
|
displayed_sidebar: null
|
||||||
sidebar_class_name: hidden
|
sidebar_class_name: hidden
|
||||||
|
pagination_prev: null
|
||||||
|
pagination_next: null
|
||||||
---
|
---
|
||||||
|
|
||||||
# Terms of Use
|
# Terms of Use
|
||||||
|
|
|
@ -10,13 +10,3 @@ html {
|
||||||
.theme-doc-breadcrumbs {
|
.theme-doc-breadcrumbs {
|
||||||
display: none;
|
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…
Reference in New Issue