module.exports = { docs: { 'Getting Started': [ 'before-you-start', 'installing', 'playground-app', 'showcases' ], 'Using the app': [ 'app-launch', 'basic-navigation', 'advanced-navigation', 'screen-lifecycle', 'passing-data-to-components', 'functionalComponents' ], Layouts: [ 'stack', 'bottomTabs', 'sideMenu', 'externalComponent', ], Hierarchy: [ 'root', 'modal', 'overlay' ], Styling: [ 'style-theme', 'style-statusBar', 'style-orientation', 'style-animations', 'style-fonts', 'style-constants' ], 'Third party integration': [ 'third-party-react-context', 'third-party-mobx' ], Meta: [ 'meta-contributing' ] } };