docsify-changelog-plugin
This is a docsify plugin to render changelog from given path
Donation
Installation
Add the following stylesheet along with your other stylesheets
And add the following script
Configure
In your docsify config object add the following
window$docsify = ...loadNavbar : false // IMPORTANTchangelog : 'CHANGELOG.md' // path of your changelog, it can be remote as well...
And add the following custom nav bar
Note that
loadNavbar
options should be set tofalse
and if you want to extend the navbar to write your own, write it in yourindex.html
asnav
element
Thanks it, Now enjoy 🎉 your changelog integration with docsify
v0.5.1
New feature from Added a red dot whenever you update the changelog source
Screen Shot
When there is new update in the changelog

When there is no new update in the changelog

After clicking the changelog button

Contribution Guide
- Clone the repo
- start editing on
src/index.js
andsrc/style.styl
- The build step using
- the
styl -> css
usingstyl
CLI - Optimize the generated style using
cssnano
andpostcss
- Build the javascript using
rollup
- optimize it using
rollup-plugin-terser
- styling rule using
standard
- the
Faq
Is it responsive? Not yet! soon, I will add the styles to make it responsive
Will it break mergeNavbar
options?
May be
Can I change the style of the button and the panel? Not yet !, but soon it will be possible using css variable