Merge pull request #952 from influxdata/feedback
update "Support and feedback" for cloud and OSSpull/964/head
commit
ff9beddd53
|
@ -8,11 +8,6 @@
|
|||
{{ .Content }}
|
||||
{{ partial "article/related.html" . }}
|
||||
{{ partial "article/tags.html" . }}
|
||||
|
||||
{{ if in .RelPermalink "/cloud/"}}
|
||||
{{ partial "article/_cloud-feedback.html" . }}
|
||||
{{ else }}
|
||||
{{ partial "article/_feedback.html" . }}
|
||||
{{ end }}
|
||||
{{ partial "article/_feedback.html" . }}
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
@ -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>
|
|
@ -1,15 +1,18 @@
|
|||
<hr/>
|
||||
<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>
|
||||
Thank you for being willing to help test InfluxDB v2.0 beta!
|
||||
Feedback and bug reports are welcome and encouraged both for InfluxDB and this documentation.
|
||||
Submit feedback using one of the following methods:
|
||||
</p>
|
||||
Thank you for being part of our community!
|
||||
We welcome and encourage your feedback and bug reports for InfluxDB and this documentation.
|
||||
To find support or submit feedback, the following resources are available:
|
||||
</p>
|
||||
<ul>
|
||||
<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>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>
|
||||
</ul>
|
||||
<p>
|
||||
For our Cloud customers, <a href="mailto:support@influxdata.com" target="_blank">InfluxData Support</a> is also available.
|
||||
</p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue