Skip to content

Commit

Permalink
update support.mdx
Browse files Browse the repository at this point in the history
added trust badge to support page, H2
  • Loading branch information
judson-at-pieces committed Oct 1, 2024
1 parent e12a14b commit 19861c1
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion docs/support.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ import MainCard from "/src/components/MainCard";

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!
## Didn’t find what you were looking for?

We’ve got you covered!

<div className={'support-cards-container'}>
<MainCard
Expand Down Expand Up @@ -66,3 +68,24 @@ You can also check out our [FAQs page](https://docs.pieces.app/faq) for solution
## Still need help? Our support team is here to help!

If you prefer to not use GitHub, please [submit a support ticket](https://getpieces.typeform.com/to/mCjBSIjF#page=docs-support). We appreciate your feedback and will respond to you shortly!

<div style={{ display: 'block', textAlign: 'right' }}>
<a title="Pieces for Developers is a leader in AI Code Generation on G2" href="https://www.g2.com/products/pieces-for-developers/reviews?utm_source=rewards-badge">
<img style={{ width: '125px' }} alt="Pieces for Developers is a leader in AI Code Generation on G2" src="https://images.g2crowd.com/uploads/report_medal/image/1005467/medal.svg" />
</a>
<script>
{`
(function(a, b, c, d) {
window.fetch("https://www.g2.com/products/pieces-for-developers/rating_schema.json")
.then(e => e.json())
.then(f => {
c = a.createElement(b);
c.type = "application/ld+json";
c.text = JSON.stringify(f);
d = a.getElementsByTagName(b)[0];
d.parentNode.insertBefore(c, d);
});
})(document, "script");
`}
</script>
</div>

0 comments on commit 19861c1

Please sign in to comment.