0.0.0-development • Published 4 years ago
docusaurus-plugin-relative-paths v0.0.0-development
Installation
If using npm, run the following commnad:
npm i docusaurus-plugin-relative-pathsIf using yarn, run the following commnad:
yarn add docusaurus-plugin-relative-pathsUsage
In docusaurus.config.js, add the following code:
module.exports = {
// ...
plugins: ['docusaurus-plugin-relative-paths'],
};