export default {
    index: {
        theme: {
            layout: 'raw',
        },
        display: 'hidden',
    },
    introduction: { title: 'Introduction' },
    concepts: { title: 'Concepts' },
    'api-docs': { title: 'API' },
    'about-opencode': {
        title: 'About openCode ↗',
        type: 'page',
        href: 'https://opencode.de/en',
        newWindow: true,
    },
    'declaration-on-accessibility': {
        display: 'hidden',
    },
}