Skip to content

Commit

Permalink
Support page
Browse files Browse the repository at this point in the history
  • Loading branch information
jamespohalloran committed Aug 30, 2023
1 parent d64405b commit 5ccefef
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/layout/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,10 @@ const footerLinks = [
link: 'https://github.com/tinacms/tinacms/blob/master/LICENSE',
label: 'License',
},
{
link: '/support/',
label: 'Support',
},
]

const LinkGroup = ({ item }: { item: { children: any[]; label } }) => {
Expand Down
17 changes: 17 additions & 0 deletions content/docs/support.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: Support
id: /docs/support/
last_edited: '2023-08-30T11:40:00.000Z'
---

### Community support

TinaCMS's front-end is offered as free and open-source. Support is provided via our [Community Discord Server](https://discord.com/invite/zumN63Ybpf), and bugs/feature-requests can be filed in the [TinaCMS GitHub repo](https://github.com/tinacms/tinacms/issues/new/choose) directly.

### Priorized Support

The Tina team provides prioritized Discord support to individuals on a paid plan. To link your Discord account to your Tina Cloud account, you can click "verify" under the "#✅-verify" channel in the TinaCMS Discord.

### Enterprise Support

To learn more about our Enterprise Support Plans, check out our [Enterprise Page](https://tina.io/enterprise/).

0 comments on commit 5ccefef

Please sign in to comment.