Skip to content

Commit 4375713

Browse files
committed
Now, ready.
1 parent c3113ef commit 4375713

File tree

6 files changed

+25
-0
lines changed

6 files changed

+25
-0
lines changed

.vitepress/sidebars/guides.ts

+4
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,10 @@ export const guidesSidebar: DefaultTheme.SidebarItem[] = [
205205
text: "Contributing to the Documentation",
206206
link: "/guides/contributions/documentation",
207207
},
208+
{
209+
text: "Joining Caido's Discord Server",
210+
link: "/guides/discord",
211+
},
208212
],
209213
},
210214
];

src/_images/customers_channel.png

30.1 KB
Loading

src/_images/link_discord_account.png

6.54 KB
Loading

src/_images/teams_channel.png

28.5 KB
Loading

src/faq.md

+4
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ We do not collect any data stored on your Instances nor interactions within the
3030

3131
You can ask for support and submit feature requests through our public <a href="https://links.caido.io/www-discord" target="_blank">Discord</a> or <a href="https://links.caido.io/www-github-issues" target="_blank">Github repository</a>. Both are great places to share feedback and help improve Caido.
3232

33+
## How do I gain access to the dedicated Discord support channels?
34+
35+
Caido Individual and Team level subscriptions come with prioritized customer support. To access these channels, you must first [link your Discord account](/guides/discord.md).
36+
3337
## What is the difference between Caido CLI and Caido Desktop?
3438

3539
The Caido CLI is self-contained binary that launches the Caido proxy (also called Instance). You can use it on remote servers or locally and access the Instance using your browser. The Caido Desktop acts a connection manager to your Instances and can also launch the Caido proxy in the background. It uses webviews to access the Instance instead of the browser.

src/guides/discord.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Joining Caido's Discord Server
2+
3+
To link your Caido account to your Discord account, visit [https://dashboard.caido.io/settings](https://dashboard.caido.io/settings) and click the `Sign in with Discord` button.
4+
5+
<img alt="Link Discord account." src="/_images/link_discord_account.png" center/>
6+
7+
## Customer Support
8+
9+
If you hold an active Individual tier subscription, you will receive prioritized customer support. Once you link your Caido account to your Discord account, you will be granted the Customer role and gain access to all of the Customers channels.
10+
11+
<img alt="Customers Discord channel." src="/_images/customers_channel.png" center/>
12+
13+
## Team Support
14+
15+
All Team tier subscriptions include a dedicated, private support channel. To request yours, send an email to [[email protected]](mailto:[email protected]).
16+
17+
<img alt="Teams Discord channel." src="/_images/teams_channel.png" center/>

0 commit comments

Comments
 (0)