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.
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
// docusaurus.config.js
{
...,
plugins: [
"docusaurus-plugin-pagemove",
...
]
}