Content Location
The content location is where the files you want to render within your site lives. Currently only Markdown files are supported.
-
Provide a custom
contentPath
module.exports = { plugins: [ { resolve: "gatsby-theme-docbar", options: { contentPath: "content/docs/", }, }, ], }
-
Restart your site
gatsby develop