Installation
To use this theme in your Gatsby sites, follow these instructions:
- Install the theme
npm install --save gatsby-theme-docs-bar
-
Add the theme to your
gatsby-config.js
module.exports = { plugins: [ 'gatsby-theme-docbar' ] }
-
Start your site
gatsby develop