Skip to content

Commit feb483e

Browse files
authored
Merge pull request #6096 from influxdata/6095-discord-for-core-and-ent
6095 discord for core and ent
2 parents dc53392 + 9ffba86 commit feb483e

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

content/shared/v3-core-get-started/_index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ This guide covers InfluxDB 3 Core (the open source release), including the follo
4545
- [Distinct values cache](#distinct-values-cache)
4646
- [Python plugins and the processing engine](#python-plugins-and-the-processing-engine)
4747

48+
> [!Tip]
49+
> #### Find support for {{% product-name %}}
50+
>
51+
> The [InfluxDB Discord server](https://discord.gg/9zaNCW2PRT) is the best place to find support for {{% product-name %}}.
52+
> For other InfluxDB versions, see the [Support and feedback](#bug-reports-and-feedback) options.
53+
4854
### Install and startup
4955

5056
{{% product-name %}} runs on **Linux**, **macOS**, and **Windows**.

content/shared/v3-enterprise-get-started/_index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ This guide covers Enterprise as well as InfluxDB 3 Core, including the following
4444
- [Python plugins and the processing engine](#python-plugins-and-the-processing-engine)
4545
- [Multi-server setups](#multi-server-setup)
4646

47+
> [!Tip]
48+
> #### Find support for {{% product-name %}}
49+
>
50+
> The [InfluxDB Discord server](https://discord.gg/9zaNCW2PRT) is the best place to find support for {{% product-name %}}.
51+
> For other InfluxDB versions, see the [Support and feedback](#bug-reports-and-feedback) options.
52+
4753
### Install and startup
4854

4955
{{% product-name %}} runs on **Linux**, **macOS**, and **Windows**.

layouts/partials/article/feedback.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,14 @@ <h4 id="bug-reports-and-feedback">Support and feedback</h4>
5353
To find support, use the following resources:
5454
</p>
5555
<ul>
56-
<li><a class="discord" href="https://discord.gg/9zaNCW2PRT" target="_blank" >InfluxDB Discord Server <em style="opacity:.5">(Preferred)</em></a></li>
56+
{{ if and (eq $product "influxdb3") (or (eq $version "core") (eq $version "enterprise")) }}
57+
<li><a class="discord" href="https://discord.gg/9zaNCW2PRT" target="_blank"><strong>InfluxDB Discord Server</strong> <em style="opacity:.5">(Preferred)</em></a></li>
58+
<li><a class="slack" href="https://influxdata.com/slack" target="_blank">InfluxDB Community Slack</a></li>
59+
{{ else }}
60+
<li><a class="slack" href="https://influxdata.com/slack" target="_blank">InfluxDB Community Slack <em style="opacity:.5">(Preferred)</em></a></li>
61+
<li><a class="discord" href="https://discord.gg/9zaNCW2PRT" target="_blank"><strong>InfluxDB Discord Server</strong></a></li>
62+
{{ end }}
5763
<li><a class="community" href="https://community.influxdata.com/" target="_blank">InfluxData Community</a></li>
58-
<li><a class="slack" href="https://influxdata.com/slack" target="_blank">InfluxDB Community Slack</a></li>
5964
<li><a class="reddit" href="https://reddit.com/r/influxdb" target="_blank">InfluxDB Subreddit</a></li>
6065
</ul>
6166
{{ if not (in $supportBlacklist $product) }}

0 commit comments

Comments
 (0)