docz-theme-extended requires the following peer dependencies to work. Make sure to have them installed in your project.
$ npm install react@latest react-dom@latest docz@latest
Install the latest version of docz-theme-extended by running the following command in your project's root directory:
$ npm install --save @nejcm/docz-theme-extended
Use it in your project by adding the code below to your gatsby-config.js
// gatsby-config.jsmodule.exports = {plugins: [{resolve: '@nejcm/docz-theme-extended',},],};
You can read more about using themes at Gatsby.