Gatsby Theme Docs

Custom Header

To change the default header provided by Gatsby Theme Docbar you use shadowing to replace them, follow these instructions to see how:

  1. Create a new file in your site at: src/gatsby-theme-docbar/components/header/index.js
  2. Add the code for each component to their respective files.

For shadowing to work correctly the path needs to match the ones provided above.