0.0.0-development • Published 2 years ago

docusaurus-plugin-relative-paths v0.0.0-development

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Installation

If using npm, run the following commnad:

npm i docusaurus-plugin-relative-paths

If using yarn, run the following commnad:

yarn add docusaurus-plugin-relative-paths

Usage

In docusaurus.config.js, add the following code:

module.exports = {
  // ...
  plugins: ['docusaurus-plugin-relative-paths'],
};