1
0
Fork 0
mirror of https://github.com/kata0510/Lily58.git synced 2025-04-29 10:12:58 +00:00
lily58/docs/node_modules/gitbook-plugin-back-to-top-button
2020-08-10 16:12:09 +09:00
..
assets Add DocmentPage 2020-08-10 16:12:09 +09:00
index.js Add DocmentPage 2020-08-10 16:12:09 +09:00
LICENSE Add DocmentPage 2020-08-10 16:12:09 +09:00
package.json Add DocmentPage 2020-08-10 16:12:09 +09:00
README.md Add DocmentPage 2020-08-10 16:12:09 +09:00
screenshots.png Add DocmentPage 2020-08-10 16:12:09 +09:00

Gitbook Back to Top Button Plugin npm version

This plugin adds a back to top button to your GitBook. All three GitBook themes (White, Sepia, Night) are supported.

Usage

Add the plugin to your book.json:

{
	"plugins" : [ "back-to-top-button" ]
}		

Screenshots

The back to top button in action:

Screenshots

Changelog

  • 0.1.0 Releases:
    • 0.1.0 First working release
    • 0.1.1 Minimal Gitbook version changed to 3.1.1
    • 0.1.2 Added link to GitHub repository
    • 0.1.3 Added support for GitBook themes (White, Sepia, Night)