@finboot/docusaurus-theme
v0.1.13
Published
Docusaurus Theme for Finboot Docs =================================
Downloads
6
Readme
Docusaurus Theme for Finboot Docs
A Docusaurus v2 theme for Finboot documentation projects.
Note: this theme plugin requires Docusaurus v2
Installation
- 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.