Skip to content

Commit

Permalink
Merge branch 'main' into feat/raycast
Browse files Browse the repository at this point in the history
  • Loading branch information
mason-at-pieces authored Aug 7, 2024
2 parents d08586c + 791e077 commit d04b6f1
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 10 deletions.
11 changes: 4 additions & 7 deletions docs/support.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand Down Expand Up @@ -63,8 +57,11 @@ Didn’t find what you were looking for? We’ve got you covered!

<MiniSpacer />

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

Expand Down
13 changes: 13 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.`,
},
Expand Down
5 changes: 2 additions & 3 deletions src/theme/NotFound/Content/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,8 @@ export default function NotFoundContent({className}) {
<div>
<h2>Need more help?</h2>
<ul>
<li>
<a href={'/support'}>Contact Support</a>
</li>
<li><a href={'/support'}>Contact Support</a></li>
<li><a href={'https://pieces.app/discord'}>Join our Discord</a></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit d04b6f1

Please sign in to comment.