module.exports = { lists: [ { type:'doc', id: 'index', }, { type: 'category', label: 'Art', items: [ 'art', 'lit', 'film', 'music' ], }, { type: 'category', label: 'Places', items: [ 'places' ], }, { type: 'category', label: 'People', items: [ 'people' ], }, { type: 'category', label: 'Things', items: [ 'things' ], }, { type: 'category', label: 'Other Lists', items: [ 'lists' ], }, ], };