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}) {