added ids to header elements in cloud support block, resolves #714
parent
6d3925893c
commit
d9f8711383
|
@ -2,15 +2,15 @@
|
||||||
{{ $cloudNameShort := .Site.Data.products.cloud.shortname }}
|
{{ $cloudNameShort := .Site.Data.products.cloud.shortname }}
|
||||||
<hr/>
|
<hr/>
|
||||||
<div class="feedback block">
|
<div class="feedback block">
|
||||||
<h4>{{ $cloudName }} Support</h4>
|
<h4 id="cloud-support">{{ $cloudName }} Support</h4>
|
||||||
<p>
|
<p>
|
||||||
The following resources are available when you need help with {{ $cloudNameShort }}:
|
The following resources are available when you need help with {{ $cloudNameShort }}:
|
||||||
</p>
|
</p>
|
||||||
<h5>Free Plan</h5>
|
<h5 id="free-plan">Free Plan</h5>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Reach out in the <a href="https://community.influxdata.com/">InfluxData Community</a>.</li>
|
<li>Reach out in the <a href="https://community.influxdata.com/">InfluxData Community</a>.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h5>Usage-based Plan</h5>
|
<h5 id="usage-based-plan">Usage-based Plan</h5>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Reach out in the <a href="https://community.influxdata.com/">InfluxData Community</a>.</li>
|
<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>
|
<li>Contact <a href="mailto:support@influxdata.com" target="_blank">InfluxData Support</a>.</li>
|
||||||
|
|
Loading…
Reference in New Issue