From 08a1d7919588152af961c7719f689d1d2b68356e Mon Sep 17 00:00:00 2001 From: Mason Williams Date: Wed, 7 Aug 2024 14:10:12 -0400 Subject: [PATCH] docs: Update support links and add community section --- docs/support.mdx | 11 ++++------- docusaurus.config.ts | 13 +++++++++++++ src/theme/NotFound/Content/index.js | 5 ++--- 3 files changed, 19 insertions(+), 10 deletions(-) diff --git a/docs/support.mdx b/docs/support.mdx index 3498f4738..96e6931ff 100644 --- a/docs/support.mdx +++ b/docs/support.mdx @@ -9,13 +9,7 @@ import MainCard from "/src/components/MainCard"; # Welcome to the Pieces for Developers Support Hub -We encourage you to take a look at our extensive documentation to find quick solutions and assistance. - -:::info - -Please use the navigation links to the left to explore our product specific Help, Tutorials, Power Tips, and How to Videos. - -::: +We encourage you to take a look at our [extensive documentation](/) to find quick solutions and assistance. Didn’t find what you were looking for? We’ve got you covered! @@ -63,8 +57,11 @@ Didn’t find what you were looking for? We’ve got you covered! +:::info + You can also check out our [FAQs page](https://docs.pieces.app/faq) for solutions to our most commonly asked questions. +::: ## Still need help? Our support team is here to help! diff --git a/docusaurus.config.ts b/docusaurus.config.ts index eec8923ae..4290127a7 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -187,6 +187,19 @@ const config: Config = { } ], }, + { + title: 'Terms & Policies', + items: [ + { + label: 'Privacy Policy', + href: 'https://pieces.app/legal/privacy-policy', + }, + { + label: 'Terms of Service', + href: 'https://pieces.app/legal/terms', + }, + ], + } ], copyright: `Copyright © ${new Date().getFullYear()} Mesh Intelligent Technologies, Inc. All rights reserved.`, }, diff --git a/src/theme/NotFound/Content/index.js b/src/theme/NotFound/Content/index.js index 5c0e4cfb3..9cdbc3073 100644 --- a/src/theme/NotFound/Content/index.js +++ b/src/theme/NotFound/Content/index.js @@ -83,9 +83,8 @@ export default function NotFoundContent({className}) {

Need more help?