import React from 'react'; export default { darkMode: false, logo: () => { return ( Isoflow Developer Documentation ); }, nextThemes: { defaultTheme: 'light' }, project: { link: 'https://github.com/markmanx/isoflow' }, feedback: { content: null }, editLink: { component: () => { return null; } }, footer: { component: null } };