mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
add handbook link to top nav (#4471)
This commit is contained in:
parent
9a5929d0cb
commit
643040f744
1 changed files with 2 additions and 0 deletions
2
website/views/layouts/layout.ejs
vendored
2
website/views/layouts/layout.ejs
vendored
|
|
@ -123,6 +123,7 @@
|
|||
<div id="mobileNavbarToggleCommunity" purpose="mobile-dropdown" class="collapse" data-parent="#mobileDropdowns">
|
||||
<a href="/docs/contributing">Contribute</a>
|
||||
<a href="/blog">Blog</a>
|
||||
<a href="/handbook">Handbook</a>
|
||||
<a href="/logos">Logos & artwork</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -161,6 +162,7 @@
|
|||
<div purpose="header-dropdown" class="dropdown-menu">
|
||||
<a class="dropdown-item mb-1" href="/docs/contributing">Contribute</a>
|
||||
<a class="dropdown-item mb-1" href="/blog">Blog</a>
|
||||
<a class="dropdown-item mb-1" href="/handbook">Handbook</a>
|
||||
<a class="dropdown-item" href="/logos">Logos & artwork</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue