From 6e127d4572806248ae8eef4a6e7014fdab67c5f4 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Thu, 29 May 2025 17:41:12 -0600 Subject: [PATCH] hotfix: included explorer in discord-preferred list --- content/influxdb3/explorer/install.md | 6 +++--- layouts/partials/article/feedback.html | 6 ++---- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/content/influxdb3/explorer/install.md b/content/influxdb3/explorer/install.md index 6835df4bd..d5a594f2e 100644 --- a/content/influxdb3/explorer/install.md +++ b/content/influxdb3/explorer/install.md @@ -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 ``` diff --git a/layouts/partials/article/feedback.html b/layouts/partials/article/feedback.html index a1497a1f3..c1609c205 100644 --- a/layouts/partials/article/feedback.html +++ b/layouts/partials/article/feedback.html @@ -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: