module.exports = {
  notes: [
    {
      type:'doc',
      id: 'index',
    },
    {
      type:'doc',
      id:'TOC',
    },
    {
      type: 'category',
      label: 'Projects',
      collapsible: false,
      items: [
        'projects/zw',
        'projects/dw',
        'projects/gzet',
        'projects/juryd',
        'projects/pants',
        'projects/ham'
      ],
    },
    {
      type: 'category',
      label: 'Space',
      items: [
      ],
    },
    {
      type: 'category',
      label: 'Time',
      items: [
      ],
    },
  ],
};