https://github.com/samchon/gitbook-plugin-scroll-to-top
https://github.com/samchon/gitbook-plugin-scroll-to-top
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/samchon/gitbook-plugin-scroll-to-top
- Owner: samchon
- License: mit
- Created: 2019-09-16T06:32:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-31T17:52:29.000Z (over 6 years ago)
- Last Synced: 2026-01-19T10:53:43.192Z (5 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scroll To Top
## Gitbook Plugin
Scroll to top when page loaded.
## Installation
Open the [`book.json`](https://github.com/GitbookIO/gitbook/blob/master/docs/config.md#plugins) and insert *scroll-to-top* value into the `plugins` variable.
```json
{
"plugins": [ "scroll-to-top" ]
}