docs-v2/layouts/index.html

15 lines
481 B
HTML

{{ partial "header.html" . }}
<div class="home-placeholder">
<p class="welcome">
Welcome to the InfluxDB v2.x documentation
</p>
<p>
This page is never actually shown on the live docs since visiting the docs domain will redirect to the latest stable version.
Select your desired version from the dropdown above or go straight to the
<a href="/{{ $.Site.Data.versions.stable_version }}">latest stable version</a>.
</p>
</div>
{{ partial "footer.html" . }}