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

[APT-1590] support cards #102

Merged
merged 2 commits into from
Dec 16, 2021
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
59 changes: 32 additions & 27 deletions _docs-sources/guides/support.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,33 +38,38 @@ We’re here to assist when you get stuck. Basic support is included with every
Contact <address>support@gruntwork.io</address> with any questions or
concerns you may have.
</Card>
<Card
title="Email With Urgency"
icon="/img/support/email-urgent-icon.svg"
href="mailto:urgent-support@gruntwork.io"
tags={["pro", "enterprise"]}
>
Messages sent to <address>urgent-support@gruntwork.io</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>
{
// We intend to add these cards in the near future, so we'll break
// convention and just comment them out for now.
//
// <Card
Copy link
Contributor

Choose a reason for hiding this comment

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

Reminder to throw in a quick comment here to explain that we do want this code but are waiting for final adoption of the patterns before deploying it.

// title="Email With Urgency"
// icon="/img/support/email-urgent-icon.svg"
// href="mailto:urgent-support@gruntwork.io"
// tags={["pro", "enterprise"]}
// >
// Messages sent to <address>urgent-support@gruntwork.io</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="Request a Feature"
icon="/img/support/bulb-icon.svg"
Expand Down
61 changes: 33 additions & 28 deletions docs/guides/support.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,33 +38,38 @@ We’re here to assist when you get stuck. Basic support is included with every
Contact <address>support@gruntwork.io</address> with any questions or
concerns you may have.
</Card>
<Card
title="Email With Urgency"
icon="/img/support/email-urgent-icon.svg"
href="mailto:urgent-support@gruntwork.io"
tags={["pro", "enterprise"]}
>
Messages sent to <address>urgent-support@gruntwork.io</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>
{
// 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:urgent-support@gruntwork.io"
// tags={["pro", "enterprise"]}
// >
// Messages sent to <address>urgent-support@gruntwork.io</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="Request a Feature"
icon="/img/support/bulb-icon.svg"
Expand Down Expand Up @@ -179,5 +184,5 @@ Looking for more personalized assistance using a particular Gruntwork product? O


<!-- ##DOCS-SOURCER-START
{"sourcePlugin":"Local File Copier","hash":"8f3fe9071b6637f734d250b4a1ec2510"}
{"sourcePlugin":"Local File Copier","hash":"f82912ac466b3e9c200254f4478b87b2"}
##DOCS-SOURCER-END -->