Docusaurus Theme for Finboot Docs
=================================

A Docusaurus v2 theme for Finboot documentation projects.

> Note: this theme plugin requires [Docusaurus v2](https://v2.docusaurus.io/)


## Installation

1. Add the theme plugin to your dependencies:

```sh
npm install @finboot/docusaurus-theme
```

2. Add the theme plugin to your list of themes in the `docusaurus.config.js`:

```js
    // ...
    themes: [
        '@finboot/docusaurus-theme'
    ],
    // ...
```


[Read the docs](https://docschain.finboot.com) for any further information.

