diff --git a/website/content/docs/custom-widgets.md b/website/content/docs/custom-widgets.md index ddf97f8e..b2c59f3f 100644 --- a/website/content/docs/custom-widgets.md +++ b/website/content/docs/custom-widgets.md @@ -1,7 +1,7 @@ --- title: Creating Custom Widgets weight: 35 -group: guides +group: customization --- The NetlifyCMS exposes a `window.CMS` global object that you can use to register custom widgets, previews, and editor plugins. The same object is also the default export if you import Netify CMS as an npm module. The available widget extension methods are: diff --git a/website/content/docs/customization.md b/website/content/docs/customization.md index 3a0c6e7d..c1b04c05 100644 --- a/website/content/docs/customization.md +++ b/website/content/docs/customization.md @@ -1,7 +1,7 @@ --- title: Creating Custom Previews -position: 50 -group: guides +weight: 50 +group: customization --- The NetlifyCMS exposes a `window.CMS` global object that you can use to register custom widgets, previews and editor plugins. The available customization methods are: diff --git a/website/content/docs/using-netlify-cms-with-gatsby.md b/website/content/docs/gatsby.md similarity index 99% rename from website/content/docs/using-netlify-cms-with-gatsby.md rename to website/content/docs/gatsby.md index 3f512f67..68c2bfd7 100644 --- a/website/content/docs/using-netlify-cms-with-gatsby.md +++ b/website/content/docs/gatsby.md @@ -1,5 +1,5 @@ --- -title: Using Netlify CMS with Gatsby +title: Gatsby group: guides weight: 20 --- diff --git a/website/gatsby-config.js b/website/gatsby-config.js index 1d75f761..cc6c9c02 100644 --- a/website/gatsby-config.js +++ b/website/gatsby-config.js @@ -27,6 +27,10 @@ module.exports = { name: 'guides', title: 'Guides', }, + { + name: 'customization', + title: 'Customization', + }, { name: 'contributing', title: 'Contributing',