docs: reorder navigation to accommodate guides (#2210)
This commit is contained in:
parent
82cc7941cc
commit
dac2442c21
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Using Netlify CMS with Gatsby
|
||||
title: Gatsby
|
||||
group: guides
|
||||
weight: 20
|
||||
---
|
@ -27,6 +27,10 @@ module.exports = {
|
||||
name: 'guides',
|
||||
title: 'Guides',
|
||||
},
|
||||
{
|
||||
name: 'customization',
|
||||
title: 'Customization',
|
||||
},
|
||||
{
|
||||
name: 'contributing',
|
||||
title: 'Contributing',
|
||||
|
Loading…
x
Reference in New Issue
Block a user