caddy-website/src/includes/header-nav.html
Matthew Holt 4f6d355a97
Account portal, download page, non-standard module docs
This ends v1 on the website. Docs archive still available through a
sidebar nav link in the docs.
2020-07-16 15:53:33 -06:00

11 lines
No EOL
444 B
HTML

<!--TODO: add class="current" to the current link-->
<nav>
<input type="search" id="search" placeholder="🔍 Search...">
<a href="/v2">v2 <span class="new">new</span></a>
<a href="/download">Download</a>
<a href="/docs/">Documentation</a>
<a href="https://caddy.community">Forum</a>
<a href="https://github.com/caddyserver/caddy">GitHub</a>
<a href="/account/">Account</a>
<a href="/business" class="red button">For business</a>
</nav>