export default { index: { title: 'Home', type: 'menu', items: { index: { title: 'Home', href: '/' }, about: { title: 'About', href: '/about' }, contact: { title: 'Contact Me', href: '/contact' } }, theme:{ sidebar: false, } }, Math429:{ type: 'page', }, Math4111: { type: 'page', }, Math4121: { type: 'page', }, Math416: { type: 'page', }, CSE332S: { type: 'page', }, CSE347: { type: 'page', }, CSE442T: { type: 'page', }, CSE559A: { type: 'page', }, Swap: { display: 'hidden' }, about: { display: 'hidden' }, contact: { display: 'hidden' } }