2019-01-04 18:38:24 +00:00
|
|
|
{{ partial "header.html" . }}
|
2018-12-13 18:47:02 +00:00
|
|
|
|
2019-01-04 18:38:24 +00:00
|
|
|
<div class="home-placeholder">
|
|
|
|
<p class="welcome">
|
|
|
|
Welcome to the InfluxDB v2.x documentation
|
|
|
|
</p>
|
|
|
|
<p>
|
2019-03-22 21:14:03 +00:00
|
|
|
This page is never actually shown on the live docs since visiting the docs domain will redirect to the latest stable version.
|
2019-01-04 18:38:24 +00:00
|
|
|
Select your desired version from the dropdown above or go straight to the
|
2020-07-31 17:56:52 +00:00
|
|
|
<a href="/influxdb/{{ $.Site.Data.products.influxdb.latest }}">latest stable version</a>.
|
2019-01-04 18:38:24 +00:00
|
|
|
</p>
|
|
|
|
</div>
|
2018-12-13 18:47:02 +00:00
|
|
|
|
2019-01-04 18:38:24 +00:00
|
|
|
{{ partial "footer.html" . }}
|