An open API service indexing awesome lists of open source software.

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

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" ]
}