Skip to content

usagrada/docusaurus-plugin-pagemove

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published