Drop redundant top-right nav from docs pages

The left sidebar already covers Install / Integrate / Wire format /
Operate across its four groups (Get started, Concepts, Reference,
Operate). The top-right nav duplicated those links one level up. On
mobile it was already hidden via @media rule, so the sidebar was
always the canonical navigation. Now it's the only navigation —
cleaner topbar, no duplication.
This commit is contained in:
Keysat
2026-05-11 09:59:19 -05:00
parent 19a969f797
commit 11760cc295
6 changed files with 0 additions and 36 deletions
-6
View File
@@ -74,12 +74,6 @@
<div class="topnav">
<a href="https://keysat.xyz" class="brand" title="Back to keysat.xyz"><img src="assets/keysat-mark.svg" alt=""><span>Keysat</span></a>
<span class="docs-tag">Docs</span>
<nav>
<a href="install.html">Install</a>
<a href="integrate.html">Integrate</a>
<a href="wire-format.html">Wire format</a>
<a href="operate.html">Operate</a>
<a href="pricing.html" aria-current="page">Pricing</a> </nav>
</div>
<div class="layout">