Skip to content

Commit

Permalink
refactor: move community to root-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhojang6 committed Oct 25, 2023
1 parent de7797e commit 274ebd4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
7 changes: 5 additions & 2 deletions src/pages/community.mdx → root-pages/community.mdx
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 2 additions & 0 deletions root-pages/terms.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
displayed_sidebar: null
sidebar_class_name: hidden
pagination_prev: null
pagination_next: null
---

# Terms of Use
Expand Down
10 changes: 0 additions & 10 deletions src/css/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 274ebd4

Please sign in to comment.