loadable-components/website/gatsby-config.js
2018-12-06 16:45:45 +01:00

11 lines
327 B
JavaScript

const { getGatsbyConfig } = require('smooth-doc/config')
module.exports = getGatsbyConfig({
root: __dirname,
name: 'Loadable Components',
slug: 'loadable-components',
github: 'https://github.com/smooth-code/loadable-components',
menu: ['Introduction', 'Guides', 'API'],
nav: [{ title: 'Docs', url: '/docs/' }],
})