docsifyfooter
v1.0.2
Published
Generates a footer for docsify.
Downloads
44
Readme
docsify: docsifyfooter
Description
A docsify plugin that adds a footer on each page.
Usage
Assuming you have a working docsify app set up, it is easy to use this plugin.
Production
Add the following script tag to your index.html
:
<!-- Latest v1.x.x -->
<script src="https://unpkg.com/docsifyfooter@1"></script>
This will load the latest v1.x of the plugin. Specifying the version ensures that the release of a major update (v2.x) will not break your production site.
Development
If you prefer to load the latest version of the library, you may do so my omitting the @[version]
from the above URL:
<!-- Latest (not recommended for production) -->
<script src="https://unpkg.com/docsifyfooter"></script>
Changelog
1.0.0
- inital commit
Author
License
This project is under the MIT License. See the LICENSE file for the full license text.
Copyright
(c) 2018, Simon Bärlocher