diff --git a/gatsby-config.js b/gatsby-config.js index 700efef19..57839832c 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -163,6 +163,16 @@ module.exports = { }, ] }, + { + "title": "Development", + "path": "guides/develoment", + "pages": [ + { + "title": "Development", + "path": "guides/develoment" + } + ] + }, { "title": "Extensions", "path": "guides/extensions",