A Docusaurus v2 theme for Finboot documentation projects.
Note: this theme plugin requires Docusaurus v2
- Add the theme plugin to your dependencies:
npm install @finboot/docusaurus-theme
- Add the theme plugin to your list of themes in the
docusaurus.config.js
:
// ...
themes: [
'@finboot/docusaurus-theme'
],
// ...
Read the docs for any further information.