Update layouts/partials/article/feedback.html

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
6095-discord-for-core-and-ent
Jason Stirnaman 2025-05-29 08:49:02 -05:00 committed by GitHub
parent 7b18089e52
commit 9ffba860fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 2 deletions

View File

@ -54,10 +54,13 @@
</p>
<ul>
{{ if and (eq $product "influxdb3") (or (eq $version "core") (eq $version "enterprise")) }}
<li><a class="discord" href="https://discord.gg/9zaNCW2PRT" target="_blank"><strong>InfluxDB Discord Server</strong> <em style="opacity:.5">(Preferred for InfluxDB 3 Core and Enterprise)</em></a></li>
<li><a class="discord" href="https://discord.gg/9zaNCW2PRT" target="_blank"><strong>InfluxDB Discord Server</strong> <em style="opacity:.5">(Preferred)</em></a></li>
<li><a class="slack" href="https://influxdata.com/slack" target="_blank">InfluxDB Community Slack</a></li>
{{ else }}
<li><a class="slack" href="https://influxdata.com/slack" target="_blank">InfluxDB Community Slack <em style="opacity:.5">(Preferred)</em></a></li>
<li><a class="discord" href="https://discord.gg/9zaNCW2PRT" target="_blank"><strong>InfluxDB Discord Server</strong></a></li>
{{ end }}
<li><a class="community" href="https://community.influxdata.com/" target="_blank">InfluxData Community</a></li>
<li><a class="slack" href="https://influxdata.com/slack" target="_blank">InfluxDB Community Slack</a></li>
<li><a class="reddit" href="https://reddit.com/r/influxdb" target="_blank">InfluxDB Subreddit</a></li>
</ul>
{{ if not (in $supportBlacklist $product) }}