docs: reorder navigation to accommodate guides (#2210)

This commit is contained in:
Kris Morf 2019-03-17 18:49:55 +02:00 committed by Shawn Erquhart
parent 82cc7941cc
commit dac2442c21
4 changed files with 8 additions and 4 deletions

View File

@ -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:

View File

@ -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:

View File

@ -1,5 +1,5 @@
---
title: Using Netlify CMS with Gatsby
title: Gatsby
group: guides
weight: 20
---

View File

@ -27,6 +27,10 @@ module.exports = {
name: 'guides',
title: 'Guides',
},
{
name: 'customization',
title: 'Customization',
},
{
name: 'contributing',
title: 'Contributing',