Caution
This repository has been moved to GitLab with the latest commits not available in this repository. ?
Docsify Navbar Fixed Preview
A new always on top customizable and pretty navigation bar for your docs.
![]() |
---|
Example, try it here |
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
<link rel="stylesheet" href="//cdn.jsdelivr.net/gh/LIGMATV/docsify-navbar-fixed/navbar-fixed.css">
Note
Just to be safe, please use your downloaded version. You can download the navbar-fixed.css here.
Every ⭐ star is expensive. If you can star this repository, you absolutely rich!
You can configure your navbar preferences in _navbar.md
file. Example
Important
You need to add loadNavbar: true
to your index.html script, so the navbar will work. Learn more
<!-- Logo -->
[](/)
Important
The Logo code must in the first line.
<!-- Title -->
docsify
docsify
Important
The Title code must be below the logo code or in the line after the logo code.
GitHub Corner was not supported on docsify-navbar-fixed. So you can use Shields.io badge inside.
Example :
[](https://github.com/docsifyjs/docsify/)
Important
Do not forget to add ':class=badge'
inside the image code.
#42b983
The navbar color is the same like in your themeColor
configuration.
Learn more
usually, you done!