Back to Influxdb

Feedback

layouts/partials/article/feedback.html

latest2.8 KB
Original Source

{{ $productPathData := findRE "[^/]+.*?" .RelPermalink }} {{ $product := index $productPathData 0 }} {{ $version := index $productPathData 1 }} {{ $productKey := cond (eq $product "influxdb3") (print "influxdb3_" (replaceRE "-" "_" $version)) $product }} {{ $productNamespace := cond (eq $product "influxdb3") "influxdb" $product }} {{ $productName := (index .Site.Data.products $productKey).name }} {{ $supportBlacklist := slice "chronograf" "kapacitor" }} {{ if .File }} {{ .Scratch.Set "pageGithubLink" (print "https://github.com/influxdata/docs-v2/edit/master/content/" .File.Path) }} {{ if .Params.Source }} {{ .Scratch.Set "pageGithubLink" (print "https://github.com/influxdata/docs-v2/edit/master/content" .Params.source) }} {{ end }} {{ else }} {{ .Scratch.Set "pageGithubLink" (print "https://github.com/influxdata/docs-v2/edit/master/content/") }} {{ end }} {{ .Scratch.Set "productGithubLink" (print "https://github.com/influxdata/" $productNamespace "/issues/new/choose/") }} {{ $pageGithubLink := .Scratch.Get "pageGithubLink" }} {{ $productGithubLink := .Scratch.Get "productGithubLink" }} {{ $docsIssueLinkBody := print _Describe the issue here._ %23%23%23%23%23 Relevant URLs - (.RelPermalink | absURL) - _Provide other relevant URLs (project issues, community threads, etc.)_ }} {{ $pageGithubIssueLink := print "https://github.com/influxdata/docs-v2/issues/new?body=" $docsIssueLinkBody }} {{ if and (eq $product "influxdb3") (eq $version "enterprise") }} {{ $pageGithubIssueLink = "https://support.influxdata.com/s/" }} {{ end }}


Was this page helpful?

YesNo

Thank you for your feedback!


Support and feedback

Thank you for being part of our community! We welcome and encourage your feedback and bug reports for {{ $productName }} and this documentation. To find support, use the following resources:

{{ if and (eq $product "influxdb3") (or (eq $version "core") (eq $version "enterprise") (eq $version "explorer")) }} - InfluxDB Discord Server (Preferred)

{{ if not (in $supportBlacklist $product) }}

Customers with an annual or support contract can contact InfluxData Support. {{ if eq $version "enterprise" }} Customers using a trial license can email [email protected] for assistance.

{{ end }} {{ end }}

Edit this pageSubmit docs issueSubmit {{ $productName }} issue