Topnav: brand logo links to keysat.xyz; drop redundant Marketing entry
Standard docs-site convention: top-left brand goes to the marketing home, the 'Docs' badge next to it signals you're in the docs section. The separate 'Marketing' nav item is no longer needed once the brand itself handles that link.
This commit is contained in:
+1
-2
@@ -10,14 +10,13 @@
|
||||
<body>
|
||||
|
||||
<div class="topnav">
|
||||
<a href="index.html" class="brand"><img src="assets/keysat-mark.svg" alt=""><span>Keysat</span></a>
|
||||
<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" class="active">Integrate</a>
|
||||
<a href="wire-format.html">Wire format</a>
|
||||
<a href="operate.html">Operate</a>
|
||||
<a href="https://keysat.xyz">Marketing</a>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user