Skip to content
This repository has been archived by the owner on Aug 18, 2022. It is now read-only.

sbaerlocher/docsify.docsifyfooter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A docsify plugin that adds a footer on each page.

Resources

License

Stars

Watchers

Forks

Packages

No packages published