Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support page #1645

Merged
merged 6 commits into from
Aug 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: '/docs/support/',
label: 'Support',
},
]

const LinkGroup = ({ item }: { item: { children: any[]; label } }) => {
Expand Down
21 changes: 21 additions & 0 deletions content/docs/support.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
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) (Please use the #help channel). Bugs/feature-requests can be filed directly in the [TinaCMS GitHub repo](https://github.com/tinacms/tinacms/issues/new/choose).

## 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](https://discord.com/invite/zumN63Ybpf).

If your Tina Cloud email is different than your Discord account, click the 'User another email' button and verify your Tina Cloud email.

![](http://res.cloudinary.com/forestry-demo/image/upload/v1693410187/tina-io/Screenshot_2023-08-30_at_12.00.27_PM_pnlyp6.png)

## Enterprise Support

To learn more about our Enterprise Support Plans, check out our [Enterprise Page](https://tina.io/enterprise/).
8 changes: 7 additions & 1 deletion content/navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@
"label": "Blog",
"href": "/blog",
"external": false
},
{
"id": "support",
"label": "Support",
"href": "/docs/support",
"external": false
}
]
},
Expand Down Expand Up @@ -71,4 +77,4 @@
"href": "/enterprise",
"external": false
}
]
]
2 changes: 1 addition & 1 deletion tina/tina-lock.json

Large diffs are not rendered by default.