docusaurus-theme-nupes
v0.0.33
Published
A Docusaurus v2 plugin with NUPES design system
Readme
Docusaurus Theme NUPES
A Docusaurus v2 plugin with NUPES design system.
Note: this theme plugin requires Docusaurus v2
Install
First, add the theme plugin to your dependencies:
npm install @arthurlenoir/docusaurus-theme-nupesor
yarn add @arthurlenoir/docusaurus-theme-nupesUsage
Add the theme plugin to your list of themes in the docusaurus.config.js:
// ...
themes: [
'@arthurlenoir/docusaurus-theme-nupes'
],
// ...