diff --git a/src/pages/community.mdx b/root-pages/community.mdx similarity index 87% rename from src/pages/community.mdx rename to root-pages/community.mdx index b12ecc7..962f50a 100644 --- a/src/pages/community.mdx +++ b/root-pages/community.mdx @@ -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 diff --git a/root-pages/terms.md b/root-pages/terms.md index 77f9f20..5fb1292 100644 --- a/root-pages/terms.md +++ b/root-pages/terms.md @@ -1,6 +1,8 @@ --- displayed_sidebar: null sidebar_class_name: hidden +pagination_prev: null +pagination_next: null --- # Terms of Use diff --git a/src/css/custom.scss b/src/css/custom.scss index e324a87..25c884b 100644 --- a/src/css/custom.scss +++ b/src/css/custom.scss @@ -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; } \ No newline at end of file