const meta = {
  index: '',
  '-- 1': {
    type: 'separator',
    title: 'GraphQL.JS Tutorial',
  },
  'getting-started': '',
  'running-an-express-graphql-server': '',
  'graphql-clients': '',
  'basic-types': '',
  'passing-arguments': '',
  'object-types': '',
  'mutations-and-input-types': '',
  'authentication-and-express-middleware': '',
  '-- 2': {
    type: 'separator',
    title: 'Advanced Guides',
  },
  'constructing-types': '',
  'oneof-input-objects': 'OneOf input objects',
  'defer-stream': '',
  '-- 3': {
    type: 'separator',
    title: 'FAQ',
  },
  'going-to-production': '',
  'api-v16': {
    type: 'menu',
    title: 'API',
    items: {
      2: {
        title: 'V16',
        href: '/api-v16/graphql',
      },
    },
  },
};

export default meta;