Merge pull request #952 from influxdata/feedback

update "Support and feedback" for cloud and OSS
pull/964/head
Scott Anderson 2020-04-22 14:02:13 -06:00 committed by GitHub
commit ff9beddd53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 29 deletions

View File

@ -8,11 +8,6 @@
{{ .Content }} {{ .Content }}
{{ partial "article/related.html" . }} {{ partial "article/related.html" . }}
{{ partial "article/tags.html" . }} {{ partial "article/tags.html" . }}
{{ partial "article/_feedback.html" . }}
{{ if in .RelPermalink "/cloud/"}}
{{ partial "article/_cloud-feedback.html" . }}
{{ else }}
{{ partial "article/_feedback.html" . }}
{{ end }}
</article> </article>
</div> </div>

View File

@ -1,18 +0,0 @@
{{ $cloudName := .Site.Data.products.cloud.name }}
{{ $cloudNameShort := .Site.Data.products.cloud.shortname }}
<hr/>
<div class="feedback block">
<h4 id="cloud-support">{{ $cloudName }} Support</h4>
<p>
The following resources are available when you need help with {{ $cloudNameShort }}:
</p>
<h5 id="free-plan">Free Plan</h5>
<ul>
<li>Reach out in the <a href="https://community.influxdata.com/">InfluxData Community</a>.</li>
</ul>
<h5 id="usage-based-plan">Usage-based Plan</h5>
<ul>
<li>Reach out in the <a href="https://community.influxdata.com/">InfluxData Community</a>.</li>
<li>Contact <a href="mailto:support@influxdata.com" target="_blank">InfluxData Support</a>.</li>
</ul>
</div>

View File

@ -1,15 +1,18 @@
<hr/> <hr/>
<div class="feedback block"> <div class="feedback block">
<h4 id="bug-reports-and-feedback">Bug Reports and Feedback</h4> <h4 id="bug-reports-and-feedback">Support and feedback</h4>
<p> <p>
Thank you for being willing to help test InfluxDB v2.0 beta! Thank you for being part of our community!
Feedback and bug reports are welcome and encouraged both for InfluxDB and this documentation. We welcome and encourage your feedback and bug reports for InfluxDB and this documentation.
Submit feedback using one of the following methods: To find support or submit feedback, the following resources are available:
</p> </p>
<ul> <ul>
<li><a href="https://community.influxdata.com/c/influxdb2" target="_blank">Post in the InfluxData Community</a></li> <li><a href="https://community.influxdata.com/c/influxdb2" target="_blank">Post in the InfluxData Community</a></li>
<li>In the <strong>InfluxDB UI</strong>, click <strong class="white-space:nowrap"><span class="icon-ui-nav-chat" style="font-size:1.25rem;margin:0 .25rem 0;"></span> Feedback</strong> in the left navigation bar.</li> <li>In the <strong>InfluxDB UI</strong>, click <strong class="white-space:nowrap"><span class="icon-ui-nav-chat" style="font-size:1.25rem;margin:0 .25rem 0;"></span> Feedback</strong> in the left navigation bar.</li>
<li>Submit <strong>documentation issues</strong> to the <a href="https://github.com/influxdata/docs-v2" target="_blank">InfluxDB 2.0 documentation repository</a>.</li> <li>Submit <strong>documentation issues</strong> to the <a href="https://github.com/influxdata/docs-v2" target="_blank">InfluxDB 2.0 documentation repository</a>.</li>
<li>Submit <strong>InfluxDB issues</strong> to the <a href="https://github.com/influxdata/influxdb" target="_blank">InfluxDB repository</a>.</li> <li>Submit <strong>InfluxDB issues</strong> to the <a href="https://github.com/influxdata/influxdb" target="_blank">InfluxDB repository</a>.</li>
</ul> </ul>
<p>
For our Cloud customers, <a href="mailto:support@influxdata.com" target="_blank">InfluxData Support</a> is also available.
</p>
</div> </div>