Skip to content

Commit

Permalink
Support page (#1645)
Browse files Browse the repository at this point in the history
* Support page

* Tweak support page

* Support link

* TinaCMS content update by James O'Halloran

* Add support ink to homepage nav

* Apply suggestions from code review

Co-authored-by: Kelly Davis <kldavis4@users.noreply.github.com>

---------

Co-authored-by: tina-cloud-app[bot] <58178390+tina-cloud-app[bot]@users.noreply.github.com>
Co-authored-by: Kelly Davis <kldavis4@users.noreply.github.com>
  • Loading branch information
3 people authored Aug 31, 2023
1 parent d64405b commit 91df61c
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 2 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: '/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.

1 comment on commit 91df61c

@vercel
Copy link

@vercel vercel bot commented on 91df61c Aug 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

tina-io – ./

tina-io-git-master-tinacms.vercel.app
tina.io
tina-io-tinacms.vercel.app

Please sign in to comment.