refactor: move community to root-pages

This commit is contained in:
jinhojang6 2023-10-25 23:44:16 +09:00
parent de7797e948
commit 274ebd402e
3 changed files with 7 additions and 12 deletions

View File

@ -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

View File

@ -1,6 +1,8 @@
---
displayed_sidebar: null
sidebar_class_name: hidden
pagination_prev: null
pagination_next: null
---
# Terms of Use

View File

@ -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;
}