Skip to content

Commit

Permalink
[APT-1618] Support page updates (#249)
Browse files Browse the repository at this point in the history
* [APT-1618] Support page updates

This includes several updates to the support page:
* Clarifies that support@ email is available to all subscribers
* Adds a card for urgent-support@ email (pro/enterprise)
* Adds a card communicating ongoing private Slack channel option (pro/enterprise)
* Separates feedback cards from support cards
  • Loading branch information
ebeneliason authored Mar 31, 2022
1 parent ba39d39 commit 17bf6c2
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 85 deletions.
70 changes: 28 additions & 42 deletions _docs-sources/support.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@ toc_max_heading_level: 2
import Tabs from "@theme/Tabs"
import TabItem from "@theme/TabItem"
import Card from "/src/components/Card"
import Grid from "/src/components/Grid"
import CardGroup from "/src/components/CardGroup"

# Need Help?

We’re here to assist when you get stuck. Basic support is included with every Gruntwork subscription, providing access to our knowledge base and an active community of users. Our [paid support plans](#paid-support-tiers) offer additional avenues for obtaining support, and guaranteed response times. Lastly, our [Pro Serve](#pro-serve) team offers personalized services via paid engagements to help your team overcome any hurdles you have using your Gruntwork subscription to realize its goals.

## Get Support

<Grid cols={3}>
<CardGroup cols={3}>
<Card
title="Ask a Question"
title="Search Our Knowledge Base"
icon="/img/support/question-icon.svg"
href="https://github.com/gruntwork-io/knowledge-base/discussions"
>
Find answers to the most common questions from Gruntwork experts, or ask
your own.
</Card>
<Card
title="Chat With the Community"
title="Chat with the Community"
icon="/img/support/chat-icon.svg"
href="https://gruntwork-community.slack.com/archives/CHH9Y3Z62"
>
Expand All @@ -33,43 +33,33 @@ We’re here to assist when you get stuck. Basic support is included with every
title="Email Us"
icon="/img/support/email-icon.svg"
href="mailto:[email protected]"
tags={["pro", "enterprise"]}
>
Contact <address>[email protected]</address> with any questions or
concerns you may have.
</Card>
{
// We intend to add these cards in the near future, so we'll break
// convention and just comment them out for now.
//
// <Card
// title="Email With Urgency"
// icon="/img/support/email-urgent-icon.svg"
// href="mailto:[email protected]"
// tags={["pro", "enterprise"]}
// >
// Messages sent to <address>[email protected]</address> will
// receive a response within 24 hours.
// </Card>
// <Card
// title="Chat With Us"
// icon="/img/support/chat-icon.svg"
// href="#chat-with-us-in-slack"
// tags={["pro", "enterprise"]}
// >
// Converse with Gruntwork engineers in your own <em>private</em> Slack
// channel.
// </Card>
// <Card
// title="Schedule a Call"
// icon="/img/support/call-icon.svg"
// href="http://calendly.com/gruntwork-live-support/one-hour"
// tags={["enterprise"]}
// >
// Speak with a Gruntwork engineer via phone or video chat to get real-time
// answers to your questions.
// </Card>
}
<Card
title="Email with SLA Response"
icon="/img/support/email-urgent-icon.svg"
href="mailto:[email protected]"
tags={["pro", "enterprise"]}
>
Messages sent to <address>[email protected]</address> will receive
a response within your plan's Service Level Agreement.
</Card>
<Card
title="Chat with Gruntwork"
icon="/img/support/chat-icon.svg"
href="#chat-with-us-in-slack"
tags={["pro", "enterprise"]}
>
Converse with Gruntwork engineers in your own <em>private</em> Slack
channel, with SLA response times.
</Card>
</CardGroup>

## Share Feedback

<CardGroup cols={3} commonCardProps={{ appearance: "flush" }}>
<Card
title="Request a Feature"
icon="/img/support/bulb-icon.svg"
Expand All @@ -93,7 +83,7 @@ We’re here to assist when you get stuck. Basic support is included with every
We take security seriously. Please report any vulnerabilities to{" "}
<address>[email protected]</address>
</Card>
</Grid>
</CardGroup>

## Paid Support Tiers

Expand Down Expand Up @@ -147,10 +137,6 @@ We’re here to help you with:

- **Bug fixes** — Raise concerns regarding any bugs you find. We’ll work with you to understand the impact to your team, and prioritize any bugs that interfere with getting your infrastructure into production.

- **Design reviews** — Receive feedback on the design of your infrastructure from knowledgeable Gruntwork engineers. This can help identify opportunities for improvement, or provide insight on how to use Gruntwork to achieve your goals.

- **Code reviews** — Get another pair of eyes on any changes you make to your infrastructure so you can have confidence taking them live.

- **DevOps guidance** — While we don’t provide DevOps training beyond our [video training courses](/courses), we can help you understand how to apply general DevOps principles to devise the right infrastructure for your needs.

### How to reach us
Expand Down
72 changes: 29 additions & 43 deletions docs/support.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@ toc_max_heading_level: 2
import Tabs from "@theme/Tabs"
import TabItem from "@theme/TabItem"
import Card from "/src/components/Card"
import Grid from "/src/components/Grid"
import CardGroup from "/src/components/CardGroup"

# Need Help?

We’re here to assist when you get stuck. Basic support is included with every Gruntwork subscription, providing access to our knowledge base and an active community of users. Our [paid support plans](#paid-support-tiers) offer additional avenues for obtaining support, and guaranteed response times. Lastly, our [Pro Serve](#pro-serve) team offers personalized services via paid engagements to help your team overcome any hurdles you have using your Gruntwork subscription to realize its goals.

## Get Support

<Grid cols={3}>
<CardGroup cols={3}>
<Card
title="Ask a Question"
title="Search Our Knowledge Base"
icon="/img/support/question-icon.svg"
href="https://github.com/gruntwork-io/knowledge-base/discussions"
>
Find answers to the most common questions from Gruntwork experts, or ask
your own.
</Card>
<Card
title="Chat With the Community"
title="Chat with the Community"
icon="/img/support/chat-icon.svg"
href="https://gruntwork-community.slack.com/archives/CHH9Y3Z62"
>
Expand All @@ -33,43 +33,33 @@ We’re here to assist when you get stuck. Basic support is included with every
title="Email Us"
icon="/img/support/email-icon.svg"
href="mailto:[email protected]"
tags={["pro", "enterprise"]}
>
Contact <address>[email protected]</address> with any questions or
concerns you may have.
</Card>
{
// We intend to add these cards in the near future, so we'll break
// convention and just comment them out for now.
//
// <Card
// title="Email With Urgency"
// icon="/img/support/email-urgent-icon.svg"
// href="mailto:[email protected]"
// tags={["pro", "enterprise"]}
// >
// Messages sent to <address>[email protected]</address> will
// receive a response within 24 hours.
// </Card>
// <Card
// title="Chat With Us"
// icon="/img/support/chat-icon.svg"
// href="#chat-with-us-in-slack"
// tags={["pro", "enterprise"]}
// >
// Converse with Gruntwork engineers in your own <em>private</em> Slack
// channel.
// </Card>
// <Card
// title="Schedule a Call"
// icon="/img/support/call-icon.svg"
// href="http://calendly.com/gruntwork-live-support/one-hour"
// tags={["enterprise"]}
// >
// Speak with a Gruntwork engineer via phone or video chat to get real-time
// answers to your questions.
// </Card>
}
<Card
title="Email with SLA Response"
icon="/img/support/email-urgent-icon.svg"
href="mailto:[email protected]"
tags={["pro", "enterprise"]}
>
Messages sent to <address>[email protected]</address> will receive
a response within your plan's Service Level Agreement.
</Card>
<Card
title="Chat with Gruntwork"
icon="/img/support/chat-icon.svg"
href="#chat-with-us-in-slack"
tags={["pro", "enterprise"]}
>
Converse with Gruntwork engineers in your own <em>private</em> Slack
channel, with SLA response times.
</Card>
</CardGroup>

## Share Feedback

<CardGroup cols={3} commonCardProps={{ appearance: "flush" }}>
<Card
title="Request a Feature"
icon="/img/support/bulb-icon.svg"
Expand All @@ -93,7 +83,7 @@ We’re here to assist when you get stuck. Basic support is included with every
We take security seriously. Please report any vulnerabilities to{" "}
<address>[email protected]</address>
</Card>
</Grid>
</CardGroup>

## Paid Support Tiers

Expand Down Expand Up @@ -147,10 +137,6 @@ We’re here to help you with:

- **Bug fixes** — Raise concerns regarding any bugs you find. We’ll work with you to understand the impact to your team, and prioritize any bugs that interfere with getting your infrastructure into production.

- **Design reviews** — Receive feedback on the design of your infrastructure from knowledgeable Gruntwork engineers. This can help identify opportunities for improvement, or provide insight on how to use Gruntwork to achieve your goals.

- **Code reviews** — Get another pair of eyes on any changes you make to your infrastructure so you can have confidence taking them live.

- **DevOps guidance** — While we don’t provide DevOps training beyond our [video training courses](/courses), we can help you understand how to apply general DevOps principles to devise the right infrastructure for your needs.

### How to reach us
Expand Down Expand Up @@ -184,5 +170,5 @@ Looking for more personalized assistance using a particular Gruntwork product? O


<!-- ##DOCS-SOURCER-START
{"sourcePlugin":"local-copier","hash":"e1cbee1edc000586481ce97a59d2b8c0"}
{"sourcePlugin":"local-copier","hash":"7b8f83075597afbd09ee1dc096293a12"}
##DOCS-SOURCER-END -->

0 comments on commit 17bf6c2

Please sign in to comment.