Skip to content

Commit 75a5c38

Browse files
committed
docs(support): add contact@sablier.com support channel
- New Contact Us page under docs/support listing email, Discord, and GitHub - Add Contact mailto link to footer Company column
1 parent 9bab771 commit 75a5c38

2 files changed

Lines changed: 32 additions & 0 deletions

File tree

config/theme-config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ const footer: Preset.ThemeConfig["footer"] = {
1515
href: "https://sablierlabs.co.uk",
1616
label: "About",
1717
},
18+
{
19+
href: "mailto:contact@sablier.com",
20+
label: "Contact",
21+
},
1822
{
1923
href: "https://files.sablier.com/risk-notice.pdf",
2024
label: "Risk Notice",

docs/support/04-contact.mdx

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
id: "contact"
3+
sidebar_position: 4
4+
title: "Contact Us"
5+
---
6+
7+
If you need help with the Sablier protocols, the apps, or anything else, you can reach us through any of the following
8+
channels.
9+
10+
## Email
11+
12+
For customer support, partnership inquiries, or anything that doesn't fit a public channel, email us at
13+
[contact@sablier.com](mailto:contact@sablier.com).
14+
15+
We typically reply within one business day.
16+
17+
## Discord
18+
19+
For real-time questions and community discussion, join our [Discord server](https://discord.sablier.com). The team and
20+
community members are active there and happy to help.
21+
22+
- `#support` — for help with the apps and protocols
23+
- `#dev` — for integration and smart contract questions
24+
25+
## GitHub
26+
27+
If you've found a bug or want to request a feature, open an issue in the relevant repository under the
28+
[`sablier-labs`](https://github.com/sablier-labs) organization on GitHub.

0 commit comments

Comments
 (0)