hotfix: included explorer in discord-preferred list

garylfowler-patch-1
Scott Anderson 2025-05-29 17:41:12 -06:00
parent bd543f6a14
commit 6e127d4572
2 changed files with 5 additions and 7 deletions

View File

@ -166,7 +166,7 @@ You can control the operational mode using the `MODE` environment variable.
```sh
docker run -d \
-e MODE=query \
--env MODE=query \
...
```
@ -174,7 +174,7 @@ docker run -d \
```sh
docker run -d \
-e MODE=admin \
--env MODE=admin \
...
```
@ -212,5 +212,5 @@ If `MODE` is not set, the container defaults to query mode.
```sh
# Map ports to custom host values
-p 8888:80 -p 8443:443
--publish 8888:80 --publish 8443:443
```

View File

@ -8,9 +8,7 @@
{{ if .File }}
{{ .Scratch.Set "pageGithubLink" (print "https://github.com/influxdata/docs-v2/edit/master/content/" .File.Path) }}
{{ if .Page.HasShortcode "duplicate-oss" }}
{{ .Scratch.Set "pageGithubLink" (replaceRE "/cloud/" "/v2/" (.Scratch.Get "pageGithubLink")) }}
{{ else if .Params.Source }}
{{ if .Params.Source }}
{{ .Scratch.Set "pageGithubLink" (print "https://github.com/influxdata/docs-v2/edit/master/content" .Params.source) }}
{{ end }}
{{ else }}
@ -53,7 +51,7 @@
To find support, use the following resources:
</p>
<ul>
{{ if and (eq $product "influxdb3") (or (eq $version "core") (eq $version "enterprise")) }}
{{ if and (eq $product "influxdb3") (or (eq $version "core") (eq $version "enterprise") (eq $version "explorer")) }}
<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 }}