Skip to content

Commit

Permalink
Add a nav link to docs
Browse files Browse the repository at this point in the history
Looks like docs are already built and hosted at https://docs.ulauncher.io

I'd like to add the link up in the nav bar of the site.
  • Loading branch information
booniepepper authored Mar 11, 2022
1 parent 06e307c commit 1d82bb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _includes/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<nav id="nav">
<ul>
<li><a href="/#Download">Download</a></li>
<li><a href="https://docs.ulauncher.io">Docs</a></li>
<li><a href="https://ext.ulauncher.io">Extensions</a></li>
<li><a href="https://gist.github.com/gornostal/02a232e6e560da7946c053555ced6cce">Color Themes</a></li>
<li><a href="https://github.com/Ulauncher/Ulauncher/issues">Issue Tracker</a></li>
Expand All @@ -11,4 +12,4 @@
<li><a href="https://twitter.com/UlauncherApp" class="fab fa-twitter"></a></li>
</ul>
</nav>
</div>
</div>

0 comments on commit 1d82bb7

Please sign in to comment.