Skip to content

Commit

Permalink
Remove support from footer and zendesk link from contact page (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhanssoniohk authored May 14, 2024
1 parent 381386c commit 3f131b7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 36 deletions.
37 changes: 9 additions & 28 deletions docs/support/contact.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,15 @@ title: Contact us
sidebar_position: 1
---

## Support
## Feedback

We are here to help! If you need support while using Marlowe, please contact us by following these steps:
Please **[share your thoughts and feedback](https://discord.com/channels/826816523368005654)**.

1. Navigate to the **[submit a request](https://iohk.zendesk.com/hc/en-us/requests/new)** page.
We're very interested to learn about what is important to you about any of these topics:

2. From the request form, select **Marlowe** from the Product / Solution pull-down menu.

3. Include as much detail as you can in the Description field.

4. Please indicate the type of topic you are contacting us about:

* Question
* Experience issue
* Feature request
* Bug

5. Click **Submit** on the bottom of the form. The IOHK Technical Support page displays, and the message "Your request was successfully submitted" displays.

## Feedback

Please **[share your thoughts and feedback](https://iohk.zendesk.com/hc/en-us/requests/new)**.

We're very interested to learn about what is important to you about any of these topics:

* your use case ideas and requirements,
* your experience with Marlowe contracts,
* your impression of the Marlowe tools,
* tooling requests,
* documentation requests, feedback, or suggestions,
* anything else you would like to express about your journey with Marlowe.
- your use case ideas and requirements,
- your experience with Marlowe contracts,
- your impression of the Marlowe tools,
- tooling requests,
- documentation requests, feedback, or suggestions,
- anything else you would like to express about your journey with Marlowe.
8 changes: 0 additions & 8 deletions src/components/DocsFooter/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,6 @@ function DocsFooter() {
</Link>
</div>
</div>
<div className={styles.linksList}>
<h2 className={styles.linksHeading}>Support</h2>
<div className={styles.linkItem}>
<Link target="_blank" href={SUPPORT}>
IOG tech support
</Link>
</div>
</div>
<div className={styles.linksList}>
<h2 className={styles.linksHeading}>Legal</h2>
<div className={styles.linkItem}>
Expand Down

1 comment on commit 3f131b7

@github-actions
Copy link

Choose a reason for hiding this comment

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

Deploy preview for marlowe-doc ready!

✅ Preview
https://marlowe-97zbf9voq-iog.vercel.app
https://docs.marlowe.iohk.io
https://marlowe-doc.vercel.app

Built with commit 3f131b7.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.