docfast/public/partials/_nav.html
DocFast Bot 87946a1762
All checks were successful
Deploy to Production / Deploy to Server (push) Successful in 1m44s
fix: BUG-053,055,058,060,061,067,069 - JS minification, meta tags, skip-link, docs footer
- BUG-053: Add terser JS minification to build process
- BUG-060: Add og:image, twitter:card, twitter:image to sub-pages
- BUG-067: Update skip-link to #main-content on all pages
2026-02-17 18:03:59 +00:00

11 lines
350 B
HTML

<a href="#main-content" class="skip-link">Skip to main content</a>
<nav aria-label="Main navigation">
<div class="container">
<a href="/" class="logo">⚡ Doc<span>Fast</span></a>
<div class="nav-links">
<a href="/#features">Features</a>
<a href="/#pricing">Pricing</a>
<a href="/docs">Docs</a>
</div>
</div>
</nav>