Gatsby Theme Docs

 Installation

To use this theme in your Gatsby sites, follow these instructions:

  1. Install the theme
npm install --save gatsby-theme-docs-bar
  1. Add the theme to your gatsby-config.js

    module.exports = {
    plugins: [
    'gatsby-theme-docbar'
    ]
    }
    
  2. Start your site

    gatsby develop