0.0.9 • Published 1 year ago

docsify-footer-enh v0.0.9

Weekly downloads
122
License
Apache-2.0
Repository
github
Last release
1 year ago

docsify-footer

Footer Enhancement plugin for Docsify, based on Docsify example.

Install

  1. Then insert script plugin into Docsify document (index.html)
<script src="//unpkg.com/docsify-footer-enh/dist/docsify-footer-enh.min.js"></script>
  1. Add configuration
<script>
  window.$docsify = {
    footer: {
      copy: '<span>Acme &copy; 2023</span>',
      auth: 'by Me',
      pre: '<hr/>',
      style: 'text-align: right;',
      class: 'className',
    },
  };
</script>
Config OptionDescription
copyCopyright text to display
authAuthor text
styleFooter CSS inline style
classFooter Classes to include
preHtml pre footer text

Example

  1. Run npm run build
  2. Run npm run example
  3. Go to http://localhost:3000/

License

Apache License

TODO

  • Waiting for recommendations.
0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

2 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago