Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 522 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 522 Bytes

docusaurus-plugin-pagemove

This is a plugin for moving pages with the keyboard. You can move to the next page with the right arrow button and to the previous page with the left arrow button.

Install

You can use npm or yarn.

npm install git+https://github.com/usagrada/docusaurus-plugin-pagemove.git
yarn add git+https://github.com/usagrada/docusaurus-plugin-pagemove.git

Set Up

// docusaurus.config.js
{
    ...,
    plugins: [
        "docusaurus-plugin-pagemove",
        ...
    ]
}