Skip to content

Commit 17bf6c2

Browse files
authored
[APT-1618] Support page updates (#249)
* [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
1 parent ba39d39 commit 17bf6c2

File tree

2 files changed

+57
-85
lines changed

2 files changed

+57
-85
lines changed

_docs-sources/support.mdx

Lines changed: 28 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,25 @@ toc_max_heading_level: 2
55
import Tabs from "@theme/Tabs"
66
import TabItem from "@theme/TabItem"
77
import Card from "/src/components/Card"
8-
import Grid from "/src/components/Grid"
8+
import CardGroup from "/src/components/CardGroup"
99

1010
# Need Help?
1111

1212
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.
1313

1414
## Get Support
1515

16-
<Grid cols={3}>
16+
<CardGroup cols={3}>
1717
<Card
18-
title="Ask a Question"
18+
title="Search Our Knowledge Base"
1919
icon="/img/support/question-icon.svg"
2020
href="https://github.com/gruntwork-io/knowledge-base/discussions"
2121
>
2222
Find answers to the most common questions from Gruntwork experts, or ask
2323
your own.
2424
</Card>
2525
<Card
26-
title="Chat With the Community"
26+
title="Chat with the Community"
2727
icon="/img/support/chat-icon.svg"
2828
href="https://gruntwork-community.slack.com/archives/CHH9Y3Z62"
2929
>
@@ -33,43 +33,33 @@ We’re here to assist when you get stuck. Basic support is included with every
3333
title="Email Us"
3434
icon="/img/support/email-icon.svg"
3535
href="mailto:[email protected]"
36-
tags={["pro", "enterprise"]}
3736
>
3837
Contact <address>[email protected]</address> with any questions or
3938
concerns you may have.
4039
</Card>
41-
{
42-
// We intend to add these cards in the near future, so we'll break
43-
// convention and just comment them out for now.
44-
//
45-
// <Card
46-
// title="Email With Urgency"
47-
// icon="/img/support/email-urgent-icon.svg"
48-
// href="mailto:[email protected]"
49-
// tags={["pro", "enterprise"]}
50-
// >
51-
// Messages sent to <address>[email protected]</address> will
52-
// receive a response within 24 hours.
53-
// </Card>
54-
// <Card
55-
// title="Chat With Us"
56-
// icon="/img/support/chat-icon.svg"
57-
// href="#chat-with-us-in-slack"
58-
// tags={["pro", "enterprise"]}
59-
// >
60-
// Converse with Gruntwork engineers in your own <em>private</em> Slack
61-
// channel.
62-
// </Card>
63-
// <Card
64-
// title="Schedule a Call"
65-
// icon="/img/support/call-icon.svg"
66-
// href="http://calendly.com/gruntwork-live-support/one-hour"
67-
// tags={["enterprise"]}
68-
// >
69-
// Speak with a Gruntwork engineer via phone or video chat to get real-time
70-
// answers to your questions.
71-
// </Card>
72-
}
40+
<Card
41+
title="Email with SLA Response"
42+
icon="/img/support/email-urgent-icon.svg"
43+
href="mailto:[email protected]"
44+
tags={["pro", "enterprise"]}
45+
>
46+
Messages sent to <address>[email protected]</address> will receive
47+
a response within your plan's Service Level Agreement.
48+
</Card>
49+
<Card
50+
title="Chat with Gruntwork"
51+
icon="/img/support/chat-icon.svg"
52+
href="#chat-with-us-in-slack"
53+
tags={["pro", "enterprise"]}
54+
>
55+
Converse with Gruntwork engineers in your own <em>private</em> Slack
56+
channel, with SLA response times.
57+
</Card>
58+
</CardGroup>
59+
60+
## Share Feedback
61+
62+
<CardGroup cols={3} commonCardProps={{ appearance: "flush" }}>
7363
<Card
7464
title="Request a Feature"
7565
icon="/img/support/bulb-icon.svg"
@@ -93,7 +83,7 @@ We’re here to assist when you get stuck. Basic support is included with every
9383
We take security seriously. Please report any vulnerabilities to{" "}
9484
<address>[email protected]</address>
9585
</Card>
96-
</Grid>
86+
</CardGroup>
9787

9888
## Paid Support Tiers
9989

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

148138
- **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.
149139

150-
- **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.
151-
152-
- **Code reviews** — Get another pair of eyes on any changes you make to your infrastructure so you can have confidence taking them live.
153-
154140
- **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.
155141

156142
### How to reach us

docs/support.mdx

Lines changed: 29 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,25 @@ toc_max_heading_level: 2
55
import Tabs from "@theme/Tabs"
66
import TabItem from "@theme/TabItem"
77
import Card from "/src/components/Card"
8-
import Grid from "/src/components/Grid"
8+
import CardGroup from "/src/components/CardGroup"
99

1010
# Need Help?
1111

1212
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.
1313

1414
## Get Support
1515

16-
<Grid cols={3}>
16+
<CardGroup cols={3}>
1717
<Card
18-
title="Ask a Question"
18+
title="Search Our Knowledge Base"
1919
icon="/img/support/question-icon.svg"
2020
href="https://github.com/gruntwork-io/knowledge-base/discussions"
2121
>
2222
Find answers to the most common questions from Gruntwork experts, or ask
2323
your own.
2424
</Card>
2525
<Card
26-
title="Chat With the Community"
26+
title="Chat with the Community"
2727
icon="/img/support/chat-icon.svg"
2828
href="https://gruntwork-community.slack.com/archives/CHH9Y3Z62"
2929
>
@@ -33,43 +33,33 @@ We’re here to assist when you get stuck. Basic support is included with every
3333
title="Email Us"
3434
icon="/img/support/email-icon.svg"
3535
href="mailto:[email protected]"
36-
tags={["pro", "enterprise"]}
3736
>
3837
Contact <address>[email protected]</address> with any questions or
3938
concerns you may have.
4039
</Card>
41-
{
42-
// We intend to add these cards in the near future, so we'll break
43-
// convention and just comment them out for now.
44-
//
45-
// <Card
46-
// title="Email With Urgency"
47-
// icon="/img/support/email-urgent-icon.svg"
48-
// href="mailto:[email protected]"
49-
// tags={["pro", "enterprise"]}
50-
// >
51-
// Messages sent to <address>[email protected]</address> will
52-
// receive a response within 24 hours.
53-
// </Card>
54-
// <Card
55-
// title="Chat With Us"
56-
// icon="/img/support/chat-icon.svg"
57-
// href="#chat-with-us-in-slack"
58-
// tags={["pro", "enterprise"]}
59-
// >
60-
// Converse with Gruntwork engineers in your own <em>private</em> Slack
61-
// channel.
62-
// </Card>
63-
// <Card
64-
// title="Schedule a Call"
65-
// icon="/img/support/call-icon.svg"
66-
// href="http://calendly.com/gruntwork-live-support/one-hour"
67-
// tags={["enterprise"]}
68-
// >
69-
// Speak with a Gruntwork engineer via phone or video chat to get real-time
70-
// answers to your questions.
71-
// </Card>
72-
}
40+
<Card
41+
title="Email with SLA Response"
42+
icon="/img/support/email-urgent-icon.svg"
43+
href="mailto:[email protected]"
44+
tags={["pro", "enterprise"]}
45+
>
46+
Messages sent to <address>[email protected]</address> will receive
47+
a response within your plan's Service Level Agreement.
48+
</Card>
49+
<Card
50+
title="Chat with Gruntwork"
51+
icon="/img/support/chat-icon.svg"
52+
href="#chat-with-us-in-slack"
53+
tags={["pro", "enterprise"]}
54+
>
55+
Converse with Gruntwork engineers in your own <em>private</em> Slack
56+
channel, with SLA response times.
57+
</Card>
58+
</CardGroup>
59+
60+
## Share Feedback
61+
62+
<CardGroup cols={3} commonCardProps={{ appearance: "flush" }}>
7363
<Card
7464
title="Request a Feature"
7565
icon="/img/support/bulb-icon.svg"
@@ -93,7 +83,7 @@ We’re here to assist when you get stuck. Basic support is included with every
9383
We take security seriously. Please report any vulnerabilities to{" "}
9484
<address>[email protected]</address>
9585
</Card>
96-
</Grid>
86+
</CardGroup>
9787

9888
## Paid Support Tiers
9989

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

148138
- **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.
149139

150-
- **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.
151-
152-
- **Code reviews** — Get another pair of eyes on any changes you make to your infrastructure so you can have confidence taking them live.
153-
154140
- **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.
155141

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

185171

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

0 commit comments

Comments
 (0)