hotfix: updated order of products listed on the homepage

pull/4920/head^2
Scott Anderson 2023-05-03 10:26:00 -06:00
parent ebed9e440f
commit d5abcf4595
1 changed files with 16 additions and 16 deletions

View File

@ -33,14 +33,6 @@
<div class="category">
<h4>Self-managed</h4>
<div class="category-card">
<div class="product">
<h3><a href="/influxdb/{{ $influxdbVersionV2 }}/">InfluxDB OSS <span class="version">{{ replaceRE "v" "" $influxdbVersionV2 }}</span></a></h3>
<p>The open source time series platform designed to store, query, and process time series data.</p>
<div class="product-links">
<a href="/influxdb/{{ $influxdbVersionV2 }}/">View documentation</a>
<a href="/influxdb/{{ $influxdbVersionV2 }}/get-started/">Get started</a>
</div>
</div>
<div class="product">
<h3><a href="/enterprise_influxdb/{{ $enterpriseVersion }}/">InfluxDB Enterprise <span class="version">{{ replaceRE "v" "" $enterpriseVersion }}</span></a></h3>
<p>Highly available InfluxDB built for high write and query workloads.</p>
@ -49,19 +41,19 @@
<a href="/enterprise_influxdb/{{ $enterpriseVersion }}/introduction/">Get started</a>
</div>
</div>
<div class="product">
<h3><a href="/influxdb/{{ $influxdbVersionV2 }}/">InfluxDB OSS <span class="version">{{ replaceRE "v" "" $influxdbVersionV2 }}</span></a></h3>
<p>The open source time series platform designed to store, query, and process time series data.</p>
<div class="product-links">
<a href="/influxdb/{{ $influxdbVersionV2 }}/">View documentation</a>
<a href="/influxdb/{{ $influxdbVersionV2 }}/get-started/">Get started</a>
</div>
</div>
</div>
</div>
<div class="category">
<h4>Managed by InfluxData</h4>
<div class="category-card">
<div class="product">
<h3><a href="/influxdb/cloud/">InfluxDB Cloud <span class="version">TSM</span></a></h3>
<p>Managed InfluxDB powered by the InfluxDB <strong>TSM</strong> storage engine deployed in the cloud.</p>
<div class="product-links">
<a href="/influxdb/cloud/">View documentation</a>
<a href="/influxdb/cloud/get-started/">Get started</a>
</div>
</div>
<div class="product new">
<h3><a href="/influxdb/cloud-serverless/">InfluxDB Cloud Serverless</a></h3>
<p>Managed InfluxDB powered by the InfluxDB <strong>IOx</strong> storage engine deployed in the cloud.</p>
@ -78,6 +70,14 @@
<a href="/influxdb/cloud-dedicated/get-started/">Get started</a>
</div>
</div>
<div class="product">
<h3><a href="/influxdb/cloud/">InfluxDB Cloud <span class="version">TSM</span></a></h3>
<p>Managed InfluxDB powered by the InfluxDB <strong>TSM</strong> storage engine deployed in the cloud.</p>
<div class="product-links">
<a href="/influxdb/cloud/">View documentation</a>
<a href="/influxdb/cloud/get-started/">Get started</a>
</div>
</div>
</div>
</div>
</div>