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

View File

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

View File

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