Merge pull request #6096 from influxdata/6095-discord-for-core-and-ent

6095 discord for core and ent
pull/6100/head
Jason Stirnaman 2025-05-29 08:52:07 -05:00 committed by GitHub
commit feb483ec6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 19 additions and 2 deletions

View File

@ -45,6 +45,12 @@ This guide covers InfluxDB 3 Core (the open source release), including the follo
- [Distinct values cache](#distinct-values-cache) - [Distinct values cache](#distinct-values-cache)
- [Python plugins and the processing engine](#python-plugins-and-the-processing-engine) - [Python plugins and the processing engine](#python-plugins-and-the-processing-engine)
> [!Tip]
> #### Find support for {{% product-name %}}
>
> The [InfluxDB Discord server](https://discord.gg/9zaNCW2PRT) is the best place to find support for {{% product-name %}}.
> For other InfluxDB versions, see the [Support and feedback](#bug-reports-and-feedback) options.
### Install and startup ### Install and startup
{{% product-name %}} runs on **Linux**, **macOS**, and **Windows**. {{% product-name %}} runs on **Linux**, **macOS**, and **Windows**.

View File

@ -44,6 +44,12 @@ This guide covers Enterprise as well as InfluxDB 3 Core, including the following
- [Python plugins and the processing engine](#python-plugins-and-the-processing-engine) - [Python plugins and the processing engine](#python-plugins-and-the-processing-engine)
- [Multi-server setups](#multi-server-setup) - [Multi-server setups](#multi-server-setup)
> [!Tip]
> #### Find support for {{% product-name %}}
>
> The [InfluxDB Discord server](https://discord.gg/9zaNCW2PRT) is the best place to find support for {{% product-name %}}.
> For other InfluxDB versions, see the [Support and feedback](#bug-reports-and-feedback) options.
### Install and startup ### Install and startup
{{% product-name %}} runs on **Linux**, **macOS**, and **Windows**. {{% product-name %}} runs on **Linux**, **macOS**, and **Windows**.

View File

@ -53,9 +53,14 @@
To find support, use the following resources: To find support, use the following resources:
</p> </p>
<ul> <ul>
<li><a class="discord" href="https://discord.gg/9zaNCW2PRT" target="_blank" >InfluxDB Discord Server <em style="opacity:.5">(Preferred)</em></a></li> {{ 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)</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="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> <li><a class="reddit" href="https://reddit.com/r/influxdb" target="_blank">InfluxDB Subreddit</a></li>
</ul> </ul>
{{ if not (in $supportBlacklist $product) }} {{ if not (in $supportBlacklist $product) }}