Awesome
docsify-footer
Footer Enhancement plugin for Docsify, based on Docsify example.
Install
- Then insert script plugin into Docsify document (index.html)
<script src="//unpkg.com/docsify-footer-enh/dist/docsify-footer-enh.min.js"></script>
- Add configuration
<script>
window.$docsify = {
footer: {
copy: '<span>Acme © 2023</span>',
auth: 'by Me',
pre: '<hr/>',
style: 'text-align: right;',
class: 'className',
},
};
</script>
Config Option | Description |
---|---|
copy | Copyright text to display |
auth | Author text |
style | Footer CSS inline style |
class | Footer Classes to include |
pre | Html pre footer text |
Example
- Run
npm run build
- Run
npm run example
- Go to http://localhost:3000/
License
TODO
- Waiting for recommendations.