Files
React95/doczrc.js
Luiz Baldi a1b7662fae Improve docs structure
* Move each mdx file to respective component folder (colocation ftw)
* Fix some style prop-types in order to fix docz build
* Move docz to the root folder instead of having a separated project folder
2020-04-30 00:37:30 +02:00

9 lines
156 B
JavaScript

export default {
typescript: false,
menu: ['Welcome', 'Getting Started'],
themeConfig: {
initialColorMode: 'light'
},
dest: './docs/build'
};