hotfix: included explorer in discord-preferred list
parent
bd543f6a14
commit
6e127d4572
|
@ -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
|
||||
```
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue